Trace number 4274902

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? 1473.98 385.423

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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.04
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 197328966
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
14.58/6.94	c Parsing done, starting search...
754.95/273.39	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-813730654]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
755.15/273.40	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
755.15/273.40	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
755.15/273.40	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
755.15/273.40	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
755.15/273.40	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
755.15/273.40	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
755.15/273.40	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
755.15/273.40	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
755.15/273.40	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
755.15/273.40	c java.lang.Thread.run(Thread.java:748)
755.15/273.40	s UNKNOWN
1473.70/385.33	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 (13473 MiB free)
  memory of node 1: 16384 MiB (14512 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274902-1502809297/watcher-4274902-1502809297 -o /tmp/evaluation-result-4274902-1502809297/solver-4274902-1502809297 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502800873-2811 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 197328966 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274902-1502809297.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=3249, runsolver pid=3246
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.00 1.04 1.11 2/198 3269
/proc/meminfo: memFree=28640348/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=14325320 memory=33584 CPUtime=0.12 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 8275 0 0 0 11 1 0 0 20 0 20 0 114010589 14669127680 8396 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3581330 8396 3390 1 0 3569050 0
[pid=3249/tid=3251] ppid=3246 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) R 3246 3249 2784 0 -1 4202560 6234 0 0 0 8 1 0 0 20 0 20 0 114010589 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688842925664 140688838730909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=14325320 memory=139735866357376 CPUtime=0 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010591 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688028064496 140688838720130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3261] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3261/stat : 3261 (java) S 3246 3249 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114010592 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688027010720 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3262] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3262/stat : 3262 (java) S 3246 3249 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114010592 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688025957616 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3263] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3263/stat : 3263 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688024906192 140688838727579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3264] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3264/stat : 3264 (java) S 3246 3249 2784 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688023853296 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3265] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3265/stat : 3265 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688022800752 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3266] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3266/stat : 3266 (java) S 3246 3249 2784 0 -1 1077944384 275 0 0 0 0 0 0 0 20 0 20 0 114010595 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688021747696 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3267] ppid=3246 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3249/task/3267/stat : 3267 (java) S 3246 3249 2784 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 114010595 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688020695152 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3268] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3268/stat : 3268 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010595 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688019643360 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3269] ppid=3246 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3269/stat : 3269 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010595 14669127680 8396 33554432000 4194304 4196468 140731139301504 140688018590896 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33584 KiB

[startup+0.209578 s]*
/proc/loadavg: 1.00 1.04 1.11 3/198 3269
/proc/meminfo: memFree=28631008/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=14325320 memory=42724 CPUtime=0.29 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 9266 0 0 0 27 2 0 0 20 0 20 0 114010589 14669127680 10681 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3581330 10681 3620 1 0 3569050 0
[pid=3249/tid=3251] ppid=3246 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) R 3246 3249 2784 0 -1 4202560 6863 0 0 0 18 2 0 0 20 0 20 0 114010589 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688842927216 140688822789470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=14325320 memory=3221 CPUtime=0 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=14325320 memory=139735866360879 CPUtime=0 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010590 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) S 3246 3249 2784 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114010591 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688028064496 140688838720130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3261] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3261/stat : 3261 (java) S 3246 3249 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114010592 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688027010720 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3262] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3262/stat : 3262 (java) S 3246 3249 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114010592 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688025957616 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3263] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3263/stat : 3263 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688024906192 140688838727579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3264] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3264/stat : 3264 (java) S 3246 3249 2784 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688023853296 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3265] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3265/stat : 3265 (java) S 3246 3249 2784 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 20 0 114010594 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688022800752 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3266] ppid=3246 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3249/task/3266/stat : 3266 (java) S 3246 3249 2784 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 20 0 114010595 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688021747696 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3267] ppid=3246 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/3249/task/3267/stat : 3267 (java) S 3246 3249 2784 0 -1 1077944384 382 0 0 0 5 0 0 0 20 0 20 0 114010595 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688020695152 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3268] ppid=3246 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3268/stat : 3268 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010595 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688019643360 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3269] ppid=3246 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3269/stat : 3269 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010595 14669127680 10681 33554432000 4194304 4196468 140731139301504 140688018590896 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42724 KiB

[startup+0.309343 s]*
/proc/loadavg: 1.00 1.04 1.11 3/198 3269
/proc/meminfo: memFree=28623192/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=14325340 memory=51208 CPUtime=0.48 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 10551 0 0 0 44 4 0 0 20 0 20 0 114010589 14669148160 12802 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3581335 12802 3716 1 0 3569050 0
[pid=3249/tid=3251] ppid=3246 vsize=14325340 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) R 3246 3249 2784 0 -1 4202560 7609 0 0 0 26 2 0 0 20 0 20 0 114010589 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688842933392 140688448670618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=14325340 memory=139735754437551 CPUtime=0 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=14325340 memory=139735754439856 CPUtime=0 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=14325340 memory=139735754442160 CPUtime=0 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010590 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) S 3246 3249 2784 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114010591 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688028064496 140688838720130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3261] ppid=3246 vsize=14325340 memory=279471508891280 CPUtime=0 cores=0-7
/proc/3249/task/3261/stat : 3261 (java) S 3246 3249 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114010592 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688027010720 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3262] ppid=3246 vsize=14325340 memory=279471508898192 CPUtime=0 cores=0-7
/proc/3249/task/3262/stat : 3262 (java) S 3246 3249 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114010592 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688025957616 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3263] ppid=3246 vsize=14325340 memory=279471508839472 CPUtime=0 cores=0-7
/proc/3249/task/3263/stat : 3263 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010594 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688024906192 140688838727579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3264] ppid=3246 vsize=14325340 memory=279471508912016 CPUtime=0.02 cores=0-7
/proc/3249/task/3264/stat : 3264 (java) S 3246 3249 2784 0 -1 1077944384 139 0 0 0 2 0 0 0 20 0 20 0 114010594 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688023853296 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3265] ppid=3246 vsize=14325340 memory=279471508918928 CPUtime=0.02 cores=0-7
/proc/3249/task/3265/stat : 3265 (java) S 3246 3249 2784 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 20 0 114010594 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688022800752 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3266] ppid=3246 vsize=14325340 memory=279471508916624 CPUtime=0.03 cores=0-7
/proc/3249/task/3266/stat : 3266 (java) S 3246 3249 2784 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 20 0 114010595 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688021747696 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3267] ppid=3246 vsize=14325340 memory=279471508933232 CPUtime=0.08 cores=0-7
/proc/3249/task/3267/stat : 3267 (java) S 3246 3249 2784 0 -1 1077944384 492 0 0 0 8 0 0 0 20 0 20 0 114010595 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688020695152 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3268] ppid=3246 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3249/task/3268/stat : 3268 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114010595 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688019643360 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3269] ppid=3246 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/3249/task/3269/stat : 3269 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114010595 14669148160 12802 33554432000 4194304 4196468 140731139301504 140688018590896 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51208 KiB

[startup+0.701118 s]
/proc/loadavg: 1.00 1.04 1.11 2/198 3269
/proc/meminfo: memFree=28571360/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=14325340 memory=286692 CPUtime=1.44 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 12090 0 0 0 102 42 0 0 20 0 20 0 114010589 14669148160 71673 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3581335 71673 3754 1 0 3569050 0
[pid=3249/tid=3251] ppid=3246 vsize=14325340 memory=0 CPUtime=0.61 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) R 3246 3249 2784 0 -1 4202560 8087 0 0 0 54 7 0 0 20 0 20 0 114010589 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688842946688 140688838730909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 56 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 63 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 56 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=14325340 memory=1944 CPUtime=0.05 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 60 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=14325340 memory=1200 CPUtime=0.05 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 67 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=14325340 memory=1424 CPUtime=0.05 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 64 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=14325340 memory=8564 CPUtime=0.05 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 56 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=14325340 memory=15872 CPUtime=0.05 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 57 0 0 0 1 4 0 0 20 0 20 0 114010590 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=14325340 memory=4052 CPUtime=0 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) S 3246 3249 2784 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 114010591 14669148160 71673 33554432000 4194304 4196468 140731139301504 140688028064496 140688838720130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0

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


[startup+384.801 s]
/proc/loadavg: 5.71 3.17 1.94 2/213 3291
/proc/meminfo: memFree=16809872/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=15267476 memory=11840456 CPUtime=1473.1 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 1146953 0 0 0 144397 2913 0 0 20 0 34 0 114010589 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3816869 2960114 3852 1 0 3804584 0
[pid=3249/tid=3251] ppid=3246 vsize=15267476 memory=2204 CPUtime=107.31 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) S 3246 3249 2784 0 -1 1077944384 41804 0 0 0 10668 63 0 0 20 0 34 0 114010589 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688842951856 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=15267476 memory=11840352 CPUtime=145.93 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 114485 0 0 0 14237 356 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=15267476 memory=844 CPUtime=145.57 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 128112 0 0 0 14182 375 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=15267476 memory=11840188 CPUtime=145.79 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 101282 0 0 0 14274 305 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=15267476 memory=920 CPUtime=146.2 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 89914 0 0 0 14265 355 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=15267476 memory=4932 CPUtime=145.82 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 100851 0 0 0 14274 308 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=15267476 memory=11840388 CPUtime=146.12 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 96982 0 0 0 14249 363 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=15267476 memory=8564 CPUtime=145.64 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 108560 0 0 0 14234 330 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=15267476 memory=15872 CPUtime=145.78 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 78421 0 0 0 14230 348 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=15267476 memory=4052 CPUtime=120.8 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) R 3246 3249 2784 0 -1 4202560 216709 0 0 0 12026 54 0 0 20 0 34 0 114010591 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688028062928 140688823705390 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3261] ppid=3246 vsize=15267476 memory=18992 CPUtime=0 cores=0-7
/proc/3249/task/3261/stat : 3261 (java) S 3246 3249 2784 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 34 0 114010592 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688027010288 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3262] ppid=3246 vsize=15267476 memory=18472 CPUtime=0 cores=0-7
/proc/3249/task/3262/stat : 3262 (java) S 3246 3249 2784 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 114010592 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688025957632 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3263] ppid=3246 vsize=15267476 memory=640 CPUtime=0 cores=0-7
/proc/3249/task/3263/stat : 3263 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688024906192 140688838727579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3264] ppid=3246 vsize=15267476 memory=1796 CPUtime=0.97 cores=0-7
/proc/3249/task/3264/stat : 3264 (java) S 3246 3249 2784 0 -1 1077944384 7455 0 0 0 95 2 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688023842512 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3265] ppid=3246 vsize=15267476 memory=960 CPUtime=0.97 cores=0-7
/proc/3249/task/3265/stat : 3265 (java) S 3246 3249 2784 0 -1 1077944384 6681 0 0 0 95 2 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688022800752 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3266] ppid=3246 vsize=15267476 memory=5716 CPUtime=1.09 cores=0-7
/proc/3249/task/3266/stat : 3266 (java) S 3246 3249 2784 0 -1 1077944384 6237 0 0 0 107 2 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688021747696 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3267] ppid=3246 vsize=15267476 memory=1720 CPUtime=0.92 cores=0-7
/proc/3249/task/3267/stat : 3267 (java) S 3246 3249 2784 0 -1 1077944384 17522 0 0 0 87 5 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688020695152 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3268] ppid=3246 vsize=15267476 memory=4612 CPUtime=0 cores=0-7
/proc/3249/task/3268/stat : 3268 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688019643360 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3269] ppid=3246 vsize=15267476 memory=1008 CPUtime=0.17 cores=0-7
/proc/3249/task/3269/stat : 3269 (java) S 3246 3249 2784 0 -1 1077944384 2299 0 0 0 6 11 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688018590896 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3270] ppid=3246 vsize=15267476 memory=1944 CPUtime=0 cores=0-7
/proc/3249/task/3270/stat : 3270 (java) S 3246 3249 2784 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 34 0 114025361 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688008303616 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3271] ppid=3246 vsize=15267476 memory=1200 CPUtime=0.07 cores=0-7
/proc/3249/task/3271/stat : 3271 (java) S 3246 3249 2784 0 -1 1077944384 1762 0 0 0 4 3 0 0 20 0 34 0 114025373 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688005154080 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3272] ppid=3246 vsize=15267476 memory=1424 CPUtime=9.19 cores=0-7
/proc/3249/task/3272/stat : 3272 (java) S 3246 3249 2784 0 -1 1077944384 3063 0 0 0 915 4 0 0 20 0 34 0 114025383 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688001990448 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3273] ppid=3246 vsize=15267476 memory=8564 CPUtime=9.26 cores=0-7
/proc/3249/task/3273/stat : 3273 (java) S 3246 3249 2784 0 -1 1077944384 4969 0 0 0 924 2 0 0 20 0 34 0 114025384 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688000942544 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3274] ppid=3246 vsize=15267476 memory=15872 CPUtime=9.17 cores=0-7
/proc/3249/task/3274/stat : 3274 (java) S 3246 3249 2784 0 -1 1077944384 3017 0 0 0 913 4 0 0 20 0 34 0 114025384 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687999890032 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3275] ppid=3246 vsize=15267476 memory=8112282956445269571 CPUtime=9.23 cores=0-7
/proc/3249/task/3275/stat : 3275 (java) S 3246 3249 2784 0 -1 1077944384 2883 0 0 0 918 5 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687998833248 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3276] ppid=3246 vsize=15267476 memory=2428 CPUtime=9.23 cores=0-7
/proc/3249/task/3276/stat : 3276 (java) S 3246 3249 2784 0 -1 1077944384 2224 0 0 0 919 4 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687997784144 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3277] ppid=3246 vsize=15267476 memory=1728 CPUtime=9.22 cores=0-7
/proc/3249/task/3277/stat : 3277 (java) S 3246 3249 2784 0 -1 1077944384 2316 0 0 0 918 4 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687996730144 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3278] ppid=3246 vsize=15267476 memory=792 CPUtime=9.17 cores=0-7
/proc/3249/task/3278/stat : 3278 (java) S 3246 3249 2784 0 -1 1077944384 3599 0 0 0 914 3 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687995679408 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3279] ppid=3246 vsize=15267476 memory=9992 CPUtime=0 cores=0-7
/proc/3249/task/3279/stat : 3279 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687994635552 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3280] ppid=3246 vsize=15267476 memory=1224 CPUtime=0 cores=0-7
/proc/3249/task/3280/stat : 3280 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687993582496 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3281] ppid=3246 vsize=15267476 memory=5716 CPUtime=9.26 cores=0-7
/proc/3249/task/3281/stat : 3281 (java) S 3246 3249 2784 0 -1 1077944384 4260 0 0 0 923 3 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687992520816 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3282] ppid=3246 vsize=15267476 memory=1720 CPUtime=0 cores=0-7
/proc/3249/task/3282/stat : 3282 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687991476896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3283] ppid=3246 vsize=15267476 memory=4612 CPUtime=0 cores=0-7
/proc/3249/task/3283/stat : 3283 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025388 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687990424352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
Current children cumulated CPU time: 1473.1 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11840456 KiB

[startup+385.201 s]
/proc/loadavg: 5.71 3.17 1.94 2/213 3291
/proc/meminfo: memFree=16810120/32770624 swapFree=67108860/67108860
[pid=3249] ppid=3246 vsize=15267476 memory=11840456 CPUtime=1473.5 cores=0-7
/proc/3249/stat : 3249 (java) S 3246 3249 2784 0 -1 1077944320 1146966 0 0 0 144437 2913 0 0 20 0 34 0 114010589 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140731139284048 140688838708983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
/proc/3249/statm: 3816869 2960114 3852 1 0 3804584 0
[pid=3249/tid=3251] ppid=3246 vsize=15267476 memory=32380 CPUtime=107.31 cores=0-7
/proc/3249/task/3251/stat : 3251 (java) S 3246 3249 2784 0 -1 1077944384 41804 0 0 0 10668 63 0 0 20 0 34 0 114010589 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688842951856 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3252] ppid=3246 vsize=15267476 memory=8112282956445269571 CPUtime=145.93 cores=0-7
/proc/3249/task/3252/stat : 3252 (java) S 3246 3249 2784 0 -1 1077944384 114485 0 0 0 14237 356 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688768797712 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3253] ppid=3246 vsize=15267476 memory=7679927811743456362 CPUtime=145.57 cores=0-7
/proc/3249/task/3253/stat : 3253 (java) S 3246 3249 2784 0 -1 1077944384 128112 0 0 0 14182 375 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688433527952 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3254] ppid=3246 vsize=15267476 memory=7679927811743456362 CPUtime=145.79 cores=0-7
/proc/3249/task/3254/stat : 3254 (java) S 3246 3249 2784 0 -1 1077944384 101282 0 0 0 14274 305 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688432474896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3255] ppid=3246 vsize=15267476 memory=6944656592455360604 CPUtime=146.2 cores=0-7
/proc/3249/task/3255/stat : 3255 (java) S 3246 3249 2784 0 -1 1077944384 89914 0 0 0 14265 355 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688431422352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3256] ppid=3246 vsize=15267476 memory=-7161732098442470212 CPUtime=145.82 cores=0-7
/proc/3249/task/3256/stat : 3256 (java) S 3246 3249 2784 0 -1 1077944384 100851 0 0 0 14274 308 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688430369296 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3257] ppid=3246 vsize=15267476 memory=6944656592385698452 CPUtime=146.12 cores=0-7
/proc/3249/task/3257/stat : 3257 (java) S 3246 3249 2784 0 -1 1077944384 96982 0 0 0 14249 363 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688429316752 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3258] ppid=3246 vsize=15267476 memory=8112282956445269571 CPUtime=145.64 cores=0-7
/proc/3249/task/3258/stat : 3258 (java) S 3246 3249 2784 0 -1 1077944384 108560 0 0 0 14234 330 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688428263696 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3259] ppid=3246 vsize=15267476 memory=3091 CPUtime=145.78 cores=0-7
/proc/3249/task/3259/stat : 3259 (java) S 3246 3249 2784 0 -1 1077944384 78421 0 0 0 14230 348 0 0 20 0 34 0 114010590 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688427211152 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3260] ppid=3246 vsize=15267476 memory=23902 CPUtime=121.2 cores=0-7
/proc/3249/task/3260/stat : 3260 (java) R 3246 3249 2784 0 -1 4202560 216722 0 0 0 12066 54 0 0 20 0 34 0 114010591 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688028062928 140688823166614 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3261] ppid=3246 vsize=15267476 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/3249/task/3261/stat : 3261 (java) S 3246 3249 2784 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 34 0 114010592 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688027010288 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3262] ppid=3246 vsize=15267476 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/3249/task/3262/stat : 3262 (java) S 3246 3249 2784 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 114010592 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688025957632 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3263] ppid=3246 vsize=15267476 memory=3091 CPUtime=0 cores=0-7
/proc/3249/task/3263/stat : 3263 (java) S 3246 3249 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688024906192 140688838727579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3264] ppid=3246 vsize=15267476 memory=2204 CPUtime=0.97 cores=0-7
/proc/3249/task/3264/stat : 3264 (java) S 3246 3249 2784 0 -1 1077944384 7455 0 0 0 95 2 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688023842512 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3265] ppid=3246 vsize=15267476 memory=7280 CPUtime=0.97 cores=0-7
/proc/3249/task/3265/stat : 3265 (java) S 3246 3249 2784 0 -1 1077944384 6681 0 0 0 95 2 0 0 20 0 34 0 114010594 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688022800752 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3266] ppid=3246 vsize=15267476 memory=844 CPUtime=1.09 cores=0-7
/proc/3249/task/3266/stat : 3266 (java) S 3246 3249 2784 0 -1 1077944384 6237 0 0 0 107 2 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688021747696 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3267] ppid=3246 vsize=15267476 memory=1696 CPUtime=0.92 cores=0-7
/proc/3249/task/3267/stat : 3267 (java) S 3246 3249 2784 0 -1 1077944384 17522 0 0 0 87 5 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688020695152 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3268] ppid=3246 vsize=15267476 memory=920 CPUtime=0 cores=0-7
/proc/3249/task/3268/stat : 3268 (java) S 3246 3249 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688019643360 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3269] ppid=3246 vsize=15267476 memory=4932 CPUtime=0.17 cores=0-7
/proc/3249/task/3269/stat : 3269 (java) S 3246 3249 2784 0 -1 1077944384 2299 0 0 0 6 11 0 0 20 0 34 0 114010595 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688018590896 140688838720130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3270] ppid=3246 vsize=15267476 memory=4100 CPUtime=0 cores=0-7
/proc/3249/task/3270/stat : 3270 (java) S 3246 3249 2784 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 34 0 114025361 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688008303616 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3271] ppid=3246 vsize=15267476 memory=1152 CPUtime=0.07 cores=0-7
/proc/3249/task/3271/stat : 3271 (java) S 3246 3249 2784 0 -1 1077944384 1762 0 0 0 4 3 0 0 20 0 34 0 114025373 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688005154080 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3272] ppid=3246 vsize=15267476 memory=8112282956445269571 CPUtime=9.19 cores=0-7
/proc/3249/task/3272/stat : 3272 (java) S 3246 3249 2784 0 -1 1077944384 3063 0 0 0 915 4 0 0 20 0 34 0 114025383 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688001990448 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3273] ppid=3246 vsize=15267476 memory=1944 CPUtime=9.26 cores=0-7
/proc/3249/task/3273/stat : 3273 (java) S 3246 3249 2784 0 -1 1077944384 4969 0 0 0 924 2 0 0 20 0 34 0 114025384 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140688000942544 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3274] ppid=3246 vsize=15267476 memory=1200 CPUtime=9.17 cores=0-7
/proc/3249/task/3274/stat : 3274 (java) S 3246 3249 2784 0 -1 1077944384 3017 0 0 0 913 4 0 0 20 0 34 0 114025384 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687999890032 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3275] ppid=3246 vsize=15267476 memory=1424 CPUtime=9.23 cores=0-7
/proc/3249/task/3275/stat : 3275 (java) S 3246 3249 2784 0 -1 1077944384 2883 0 0 0 918 5 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687998833248 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3276] ppid=3246 vsize=15267476 memory=8564 CPUtime=9.23 cores=0-7
/proc/3249/task/3276/stat : 3276 (java) S 3246 3249 2784 0 -1 1077944384 2224 0 0 0 919 4 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687997784144 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3277] ppid=3246 vsize=15267476 memory=15872 CPUtime=9.22 cores=0-7
/proc/3249/task/3277/stat : 3277 (java) S 3246 3249 2784 0 -1 1077944384 2316 0 0 0 918 4 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687996730144 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3278] ppid=3246 vsize=15267476 memory=4052 CPUtime=9.17 cores=0-7
/proc/3249/task/3278/stat : 3278 (java) S 3246 3249 2784 0 -1 1077944384 3599 0 0 0 914 3 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687995679408 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3279] ppid=3246 vsize=15267476 memory=18992 CPUtime=0 cores=0-7
/proc/3249/task/3279/stat : 3279 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687994635552 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3280] ppid=3246 vsize=15267476 memory=18472 CPUtime=0 cores=0-7
/proc/3249/task/3280/stat : 3280 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687993582496 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3281] ppid=3246 vsize=15267476 memory=11840352 CPUtime=9.26 cores=0-7
/proc/3249/task/3281/stat : 3281 (java) S 3246 3249 2784 0 -1 1077944384 4260 0 0 0 923 3 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687992520816 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3282] ppid=3246 vsize=15267476 memory=11840352 CPUtime=0 cores=0-7
/proc/3249/task/3282/stat : 3282 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025387 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687991476896 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
[pid=3249/tid=3283] ppid=3246 vsize=15267476 memory=5716 CPUtime=0 cores=0-7
/proc/3249/task/3283/stat : 3283 (java) S 3246 3249 2784 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114025388 15633895424 2960114 33554432000 4194304 4196468 140731139301504 140687990424352 140688838719189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140731139306594 140731139306779 140731139306779 140731139309519 0
Current children cumulated CPU time: 1473.5 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11840456 KiB

[startup+385.401 s]*
/proc/loadavg: 5.71 3.17 1.94 2/181 3292
/proc/meminfo: memFree=26724332/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 385.423
CPU time (s): 1473.98
CPU user time (s): 1444.74
CPU system time (s): 29.242
CPU usage (%): 382.431
Max. virtual memory (cumulated for all children) (KiB): 15267476
Max. memory (cumulated for all children) (KiB): 11840856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1444.74
system time used= 29.242
maximum resident set size= 11841604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1155217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38191
involuntary context switches= 16633


# summary of solver processes directly reported to runsolver:
#   pid: 3249
#   total CPU time (s): 1473.98
#   total CPU user time (s): 1444.74
#   total CPU system time (s): 29.242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.04026 second user time and 4.24031 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-15 16:47:18
IDJOB=4274902
IDBENCH=138074
IDSOLVER=2668
FILE ID=node151/4274902-1502809297
RUNJOBID= node151-1502800873-2811
PBS_JOBID= 20629818
Free space on /tmp= 61764 MiB

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

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=197328966

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28658616 kB
MemAvailable:   31988104 kB
Buffers:          297644 kB
Cached:          3321260 kB
SwapCached:            0 kB
Active:          1082536 kB
Inactive:        2588852 kB
Active(anon):      55564 kB
Inactive(anon):    25048 kB
Active(file):    1026972 kB
Inactive(file):  2563804 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            117124 kB
Writeback:             0 kB
AnonPages:         59720 kB
Mapped:            46112 kB
Shmem:             25224 kB
Slab:             135148 kB
SReclaimable:     109096 kB
SUnreclaim:        26052 kB
KernelStack:        3136 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324880 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61724 MiB
End job on node151 at 2017-08-15 16:53:44