Trace number 4256925

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? (TO) 744.27698 254.15199

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 benchmark240.12199
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.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1944851789
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
12.23/6.23	c Parsing done, starting search...
651.90/230.75	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#490929624]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
651.90/230.76	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
651.90/230.76	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
651.90/230.76	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
651.90/230.76	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
651.90/230.76	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
651.90/230.76	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
651.90/230.76	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
651.90/230.76	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
651.90/230.76	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
651.90/230.76	c java.lang.Thread.run(Thread.java:748)
651.90/230.76	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256925-1502646463/watcher-4256925-1502646463 -o /tmp/evaluation-result-4256925-1502646463/solver-4256925-1502646463 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1944851789 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256925-1502646463.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30343, runsolver pid=30340

[startup+0.100144 s]*
/proc/loadavg: 1.11 3.39 5.28 2/199 30363
/proc/meminfo: memFree=31454236/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26000848 memory=32792 CPUtime=0.12 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 8609 0 0 0 10 2 0 0 20 0 20 0 97734013 26624868352 8198 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6500212 8198 3407 1 0 6487932 0
[pid=30343/tid=30345] ppid=30340 vsize=26000848 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) R 30340 30343 8644 0 -1 4202560 6547 0 0 0 7 1 0 0 20 0 20 0 97734013 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759377600656 139759373415581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26000848 memory=140700633273984 CPUtime=0 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 8198 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734015 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757577807856 139759373404802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30355] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30355/stat : 30355 (java) S 30340 30343 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97734016 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757576754080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30356] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30356/stat : 30356 (java) S 30340 30343 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97734016 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757575701488 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30357] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30357/stat : 30357 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757574650064 139759373412251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30358] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30358/stat : 30358 (java) S 30340 30343 8644 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757573597680 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30359] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30359/stat : 30359 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757572545136 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30360] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30360/stat : 30360 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757571492592 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30361] ppid=30340 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/30343/task/30361/stat : 30361 (java) S 30340 30343 8644 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 20 0 97734018 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757570440048 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30362] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30362/stat : 30362 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734019 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757569386720 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30363] ppid=30340 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30363/stat : 30363 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734019 26624868352 8198 33554432000 4194304 4196468 140722355394528 139757568334256 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 32792 KiB

[startup+0.210537 s]*
/proc/loadavg: 1.11 3.39 5.28 2/199 30363
/proc/meminfo: memFree=31446356/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26000848 memory=41932 CPUtime=0.29 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 9612 0 0 0 27 2 0 0 20 0 20 0 97734013 26624868352 10483 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6500212 10483 3587 1 0 6487932 0
[pid=30343/tid=30345] ppid=30340 vsize=26000848 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) R 30340 30343 8644 0 -1 4202560 7178 0 0 0 18 1 0 0 20 0 20 0 97734013 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759377606496 139759373415581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26000848 memory=3352 CPUtime=0 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26000848 memory=3834172055709292192 CPUtime=0 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624868352 10483 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) S 30340 30343 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 97734015 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757577807856 139759373404802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30355] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30355/stat : 30355 (java) S 30340 30343 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97734016 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757576754080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30356] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30356/stat : 30356 (java) S 30340 30343 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97734016 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757575701488 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30357] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30357/stat : 30357 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757574650064 139759373412251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30358] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30358/stat : 30358 (java) S 30340 30343 8644 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757573597680 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30359] ppid=30340 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/30343/task/30359/stat : 30359 (java) R 30340 30343 8644 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 20 0 97734018 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757572545136 139759373404802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30360] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30360/stat : 30360 (java) S 30340 30343 8644 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 20 0 97734018 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757571492592 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30361] ppid=30340 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/30343/task/30361/stat : 30361 (java) R 30340 30343 8644 0 -1 4202560 404 0 0 0 5 0 0 0 20 0 20 0 97734018 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757570440048 139759373405590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30362] ppid=30340 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30362/stat : 30362 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734019 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757569386720 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30363] ppid=30340 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30363/stat : 30363 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734019 26624868352 10483 33554432000 4194304 4196468 140722355394528 139757568334256 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 41932 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.18 3.36 5.26 3/199 30363
/proc/meminfo: memFree=31438556/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26000868 memory=49308 CPUtime=0.49 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 10633 0 0 0 45 4 0 0 20 0 20 0 97734013 26624888832 12327 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6500217 12327 3716 1 0 6487932 0
[pid=30343/tid=30345] ppid=30340 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) R 30340 30343 8644 0 -1 4202560 7738 0 0 0 27 2 0 0 20 0 20 0 97734013 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759377623472 139759373405590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26000868 memory=140700511466415 CPUtime=0 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26000868 memory=140700511468720 CPUtime=0 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26000868 memory=140700511471024 CPUtime=0 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734014 26624888832 12327 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) S 30340 30343 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 97734015 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757577807856 139759373404802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30355] ppid=30340 vsize=26000868 memory=281401022949008 CPUtime=0 cores=0-7
/proc/30343/task/30355/stat : 30355 (java) S 30340 30343 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97734016 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757576754080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30356] ppid=30340 vsize=26000868 memory=281401022955920 CPUtime=0 cores=0-7
/proc/30343/task/30356/stat : 30356 (java) S 30340 30343 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97734016 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757575701488 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30357] ppid=30340 vsize=26000868 memory=281401022897200 CPUtime=0 cores=0-7
/proc/30343/task/30357/stat : 30357 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734018 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757574650064 139759373412251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30358] ppid=30340 vsize=26000868 memory=281401022969744 CPUtime=0.01 cores=0-7
/proc/30343/task/30358/stat : 30358 (java) S 30340 30343 8644 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 20 0 97734018 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757573597680 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30359] ppid=30340 vsize=26000868 memory=281401022976656 CPUtime=0.04 cores=0-7
/proc/30343/task/30359/stat : 30359 (java) R 30340 30343 8644 0 -1 4202560 294 0 0 0 4 0 0 0 20 0 20 0 97734018 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757572545136 139759373415002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30360] ppid=30340 vsize=26000868 memory=281401022974352 CPUtime=0.03 cores=0-7
/proc/30343/task/30360/stat : 30360 (java) S 30340 30343 8644 0 -1 1077944384 302 0 0 0 3 0 0 0 20 0 20 0 97734018 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757571492592 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30361] ppid=30340 vsize=26000868 memory=281401022990960 CPUtime=0.08 cores=0-7
/proc/30343/task/30361/stat : 30361 (java) R 30340 30343 8644 0 -1 4202560 433 0 0 0 8 0 0 0 20 0 20 0 97734018 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757570440048 139759373405590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30362] ppid=30340 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30362/stat : 30362 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97734019 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757569386720 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30363] ppid=30340 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/30343/task/30363/stat : 30363 (java) S 30340 30343 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97734019 26624888832 12327 33554432000 4194304 4196468 140722355394528 139757568334256 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 49308 KiB

[startup+0.701172 s]
/proc/loadavg: 1.18 3.36 5.26 2/199 30363
/proc/meminfo: memFree=31386056/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26000868 memory=286884 CPUtime=1.46 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 12179 0 0 0 107 39 0 0 20 0 20 0 97734013 26624888832 71721 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6500217 71721 3766 1 0 6487932 0
[pid=30343/tid=30345] ppid=30340 vsize=26000868 memory=0 CPUtime=0.6 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) R 30340 30343 8644 0 -1 4202560 8323 0 0 0 54 6 0 0 20 0 20 0 97734013 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759377628240 139759373415581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26000868 memory=0 CPUtime=0.06 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 62 0 0 0 2 4 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26000868 memory=0 CPUtime=0.05 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 72 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26000868 memory=0 CPUtime=0.05 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26000868 memory=1712 CPUtime=0.05 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26000868 memory=4612 CPUtime=0.05 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 59 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26000868 memory=1004 CPUtime=0.05 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26000868 memory=1200 CPUtime=0.05 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26000868 memory=15872 CPUtime=0.06 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 56 0 0 0 2 4 0 0 20 0 20 0 97734014 26624888832 71721 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26000868 memory=15844 CPUtime=0 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) S 30340 30343 8644 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 97734015 26624888832 71721 33554432000 4194304 4196468 140722355394528 139757577807856 139759373404802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0

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

[pid=30343/tid=30373] ppid=30340 vsize=26876440 memory=28048 CPUtime=11.52 cores=0-7
/proc/30343/task/30373/stat : 30373 (java) S 30340 30343 8644 0 -1 1077944384 4364 0 0 0 1124 28 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756939919984 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30374] ppid=30340 vsize=26876440 memory=1292 CPUtime=11.58 cores=0-7
/proc/30343/task/30374/stat : 30374 (java) S 30340 30343 8644 0 -1 1077944384 3943 0 0 0 1136 22 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756938867440 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30375] ppid=30340 vsize=26876440 memory=1568 CPUtime=0 cores=0-7
/proc/30343/task/30375/stat : 30375 (java) S 30340 30343 8644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756937827616 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30376] ppid=30340 vsize=26876440 memory=2240 CPUtime=0 cores=0-7
/proc/30343/task/30376/stat : 30376 (java) S 30340 30343 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 97745148 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756936775072 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 742.91 s
Current children cumulated vsize: 26876440 KiB
Current children cumulated memory: 19744120 KiB

[startup+253.601 s]
/proc/loadavg: 3.26 3.11 4.68 2/211 30376
/proc/meminfo: memFree=11710184/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26876440 memory=19744120 CPUtime=743.71 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 1337541 0 0 0 70297 4074 0 0 20 0 33 0 97734013 27521474560 4936030 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6719110 4936030 3852 1 0 6706825 0
[pid=30343/tid=30345] ppid=30340 vsize=26876440 memory=2448 CPUtime=88.84 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) S 30340 30343 8644 0 -1 1077944384 37509 0 0 0 8806 78 0 0 20 0 33 0 97734013 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759377636528 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26876440 memory=1732 CPUtime=58.04 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 135677 0 0 0 5321 483 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26876440 memory=4872558044660077418 CPUtime=58.06 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 128399 0 0 0 5328 478 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26876440 memory=4388 CPUtime=58.25 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 130444 0 0 0 5363 462 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26876440 memory=1236 CPUtime=58.06 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 174523 0 0 0 5311 495 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26876440 memory=932 CPUtime=57.85 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 167543 0 0 0 5302 483 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26876440 memory=1568 CPUtime=58.03 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 141083 0 0 0 5317 486 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26876440 memory=2240 CPUtime=57.92 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 126535 0 0 0 5317 475 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26876440 memory=7811889839088102250 CPUtime=58.09 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 129789 0 0 0 5340 469 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26876440 memory=9047017150487036575 CPUtime=94.17 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) R 30340 30343 8644 0 -1 4202560 89926 0 0 0 9398 19 0 0 20 0 33 0 97734015 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757577806288 139759358094059 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30355] ppid=30340 vsize=26876440 memory=7822038051842261661 CPUtime=0 cores=0-7
/proc/30343/task/30355/stat : 30355 (java) S 30340 30343 8644 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 97734016 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757576754144 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30356] ppid=30340 vsize=26876440 memory=9047017150487036571 CPUtime=0 cores=0-7
/proc/30343/task/30356/stat : 30356 (java) S 30340 30343 8644 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 33 0 97734016 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757575701504 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30357] ppid=30340 vsize=26876440 memory=-8707038579349950309 CPUtime=0 cores=0-7
/proc/30343/task/30357/stat : 30357 (java) S 30340 30343 8644 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757574649712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30358] ppid=30340 vsize=26876440 memory=-8412656567318647667 CPUtime=0.94 cores=0-7
/proc/30343/task/30358/stat : 30358 (java) S 30340 30343 8644 0 -1 1077944384 6176 0 0 0 92 2 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757573597728 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30359] ppid=30340 vsize=26876440 memory=4427205132082312746 CPUtime=1.12 cores=0-7
/proc/30343/task/30359/stat : 30359 (java) S 30340 30343 8644 0 -1 1077944384 5172 0 0 0 110 2 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757572544896 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30360] ppid=30340 vsize=26876440 memory=16236 CPUtime=1.06 cores=0-7
/proc/30343/task/30360/stat : 30360 (java) S 30340 30343 8644 0 -1 1077944384 6897 0 0 0 105 1 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757571492640 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30361] ppid=30340 vsize=26876440 memory=1796 CPUtime=0.85 cores=0-7
/proc/30343/task/30361/stat : 30361 (java) S 30340 30343 8644 0 -1 1077944384 15545 0 0 0 82 3 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757570440096 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30362] ppid=30340 vsize=26876440 memory=644 CPUtime=0 cores=0-7
/proc/30343/task/30362/stat : 30362 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 97734019 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757569386720 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30363] ppid=30340 vsize=26876440 memory=960 CPUtime=0.09 cores=0-7
/proc/30343/task/30363/stat : 30363 (java) S 30340 30343 8644 0 -1 1077944384 932 0 0 0 4 5 0 0 20 0 33 0 97734019 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757568334256 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30364] ppid=30340 vsize=26876440 memory=4388 CPUtime=0 cores=0-7
/proc/30343/task/30364/stat : 30364 (java) S 30340 30343 8644 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 33 0 97745056 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756953600768 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30365] ppid=30340 vsize=26876440 memory=1236 CPUtime=0.07 cores=0-7
/proc/30343/task/30365/stat : 30365 (java) S 30340 30343 8644 0 -1 1077944384 1864 0 0 0 3 4 0 0 20 0 33 0 97745067 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756950450912 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30366] ppid=30340 vsize=26876440 memory=932 CPUtime=11.5 cores=0-7
/proc/30343/task/30366/stat : 30366 (java) S 30340 30343 8644 0 -1 1077944384 6051 0 0 0 1132 18 0 0 20 0 33 0 97745077 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756947288832 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30367] ppid=30340 vsize=26876440 memory=1712 CPUtime=0.01 cores=0-7
/proc/30343/task/30367/stat : 30367 (java) S 30340 30343 8644 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 33 0 97745078 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756946248992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30368] ppid=30340 vsize=26876440 memory=4612 CPUtime=11.43 cores=0-7
/proc/30343/task/30368/stat : 30368 (java) S 30340 30343 8644 0 -1 1077944384 4800 0 0 0 1139 4 0 0 20 0 33 0 97745078 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756945184224 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30369] ppid=30340 vsize=26876440 memory=1004 CPUtime=11.5 cores=0-7
/proc/30343/task/30369/stat : 30369 (java) S 30340 30343 8644 0 -1 1077944384 6723 0 0 0 1140 10 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756944133776 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30370] ppid=30340 vsize=26876440 memory=1200 CPUtime=11.49 cores=0-7
/proc/30343/task/30370/stat : 30370 (java) S 30340 30343 8644 0 -1 1077944384 4868 0 0 0 1137 12 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756943078112 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30371] ppid=30340 vsize=26876440 memory=15872 CPUtime=11.48 cores=0-7
/proc/30343/task/30371/stat : 30371 (java) S 30340 30343 8644 0 -1 1077944384 3400 0 0 0 1136 12 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756942025568 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30372] ppid=30340 vsize=26876440 memory=15844 CPUtime=11.53 cores=0-7
/proc/30343/task/30372/stat : 30372 (java) S 30340 30343 8644 0 -1 1077944384 3723 0 0 0 1133 20 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756940973024 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30373] ppid=30340 vsize=26876440 memory=4052 CPUtime=11.52 cores=0-7
/proc/30343/task/30373/stat : 30373 (java) S 30340 30343 8644 0 -1 1077944384 4364 0 0 0 1124 28 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756939919984 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30374] ppid=30340 vsize=26876440 memory=1948 CPUtime=11.58 cores=0-7
/proc/30343/task/30374/stat : 30374 (java) S 30340 30343 8644 0 -1 1077944384 3943 0 0 0 1136 22 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756938867440 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30375] ppid=30340 vsize=26876440 memory=800 CPUtime=0 cores=0-7
/proc/30343/task/30375/stat : 30375 (java) S 30340 30343 8644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756937827616 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30376] ppid=30340 vsize=26876440 memory=12068 CPUtime=0 cores=0-7
/proc/30343/task/30376/stat : 30376 (java) S 30340 30343 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 97745148 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756936775072 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 743.71 s
Current children cumulated vsize: 26876440 KiB
Current children cumulated memory: 19744120 KiB

[startup+254.001 s]*
/proc/loadavg: 3.26 3.11 4.68 2/211 30376
/proc/meminfo: memFree=11710184/32770624 swapFree=67108860/67108860
[pid=30343] ppid=30340 vsize=26876440 memory=19744120 CPUtime=744.12 cores=0-7
/proc/30343/stat : 30343 (java) S 30340 30343 8644 0 -1 1077944320 1337545 0 0 0 70338 4074 0 0 20 0 33 0 97734013 27521474560 4936030 33554432000 4194304 4196468 140722355394528 140722355377072 139759373393655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
/proc/30343/statm: 6719110 4936030 3852 1 0 6706825 0
[pid=30343/tid=30345] ppid=30340 vsize=26876440 memory=4872558044660077418 CPUtime=88.84 cores=0-7
/proc/30343/task/30345/stat : 30345 (java) S 30340 30343 8644 0 -1 1077944384 37509 0 0 0 8806 78 0 0 20 0 33 0 97734013 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759377636528 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30346] ppid=30340 vsize=26876440 memory=577 CPUtime=58.04 cores=0-7
/proc/30343/task/30346/stat : 30346 (java) S 30340 30343 8644 0 -1 1077944384 135677 0 0 0 5321 483 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759326013712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30347] ppid=30340 vsize=26876440 memory=6944656592387989600 CPUtime=58.06 cores=0-7
/proc/30343/task/30347/stat : 30347 (java) S 30340 30343 8644 0 -1 1077944384 128399 0 0 0 5328 478 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759324961168 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30348] ppid=30340 vsize=26876440 memory=6944656592387989600 CPUtime=58.25 cores=0-7
/proc/30343/task/30348/stat : 30348 (java) S 30340 30343 8644 0 -1 1077944384 130444 0 0 0 5363 462 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759323908624 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30349] ppid=30340 vsize=26876440 memory=6944656592455360604 CPUtime=58.06 cores=0-7
/proc/30343/task/30349/stat : 30349 (java) S 30340 30343 8644 0 -1 1077944384 174523 0 0 0 5311 495 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759322856080 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30350] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=57.85 cores=0-7
/proc/30343/task/30350/stat : 30350 (java) S 30340 30343 8644 0 -1 1077944384 167543 0 0 0 5302 483 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759321803536 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30351] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=58.03 cores=0-7
/proc/30343/task/30351/stat : 30351 (java) S 30340 30343 8644 0 -1 1077944384 141083 0 0 0 5317 486 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759320750992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30352] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=57.92 cores=0-7
/proc/30343/task/30352/stat : 30352 (java) S 30340 30343 8644 0 -1 1077944384 126535 0 0 0 5317 475 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759319698448 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30353] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=58.09 cores=0-7
/proc/30343/task/30353/stat : 30353 (java) S 30340 30343 8644 0 -1 1077944384 129789 0 0 0 5340 469 0 0 20 0 33 0 97734014 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139759318645904 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30354] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=94.58 cores=0-7
/proc/30343/task/30354/stat : 30354 (java) R 30340 30343 8644 0 -1 4202560 89930 0 0 0 9439 19 0 0 20 0 33 0 97734015 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757577806288 139759358094240 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30355] ppid=30340 vsize=26876440 memory=281401022742768 CPUtime=0 cores=0-7
/proc/30343/task/30355/stat : 30355 (java) S 30340 30343 8644 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 97734016 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757576754144 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30356] ppid=30340 vsize=26876440 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30343/task/30356/stat : 30356 (java) S 30340 30343 8644 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 33 0 97734016 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757575701504 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30357] ppid=30340 vsize=26876440 memory=1796 CPUtime=0 cores=0-7
/proc/30343/task/30357/stat : 30357 (java) S 30340 30343 8644 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757574649712 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30358] ppid=30340 vsize=26876440 memory=644 CPUtime=0.94 cores=0-7
/proc/30343/task/30358/stat : 30358 (java) S 30340 30343 8644 0 -1 1077944384 6176 0 0 0 92 2 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757573597728 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30359] ppid=30340 vsize=26876440 memory=960 CPUtime=1.12 cores=0-7
/proc/30343/task/30359/stat : 30359 (java) S 30340 30343 8644 0 -1 1077944384 5172 0 0 0 110 2 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757572544896 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30360] ppid=30340 vsize=26876440 memory=4388 CPUtime=1.06 cores=0-7
/proc/30343/task/30360/stat : 30360 (java) S 30340 30343 8644 0 -1 1077944384 6897 0 0 0 105 1 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757571492640 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30361] ppid=30340 vsize=26876440 memory=1236 CPUtime=0.85 cores=0-7
/proc/30343/task/30361/stat : 30361 (java) S 30340 30343 8644 0 -1 1077944384 15545 0 0 0 82 3 0 0 20 0 33 0 97734018 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757570440096 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30362] ppid=30340 vsize=26876440 memory=932 CPUtime=0 cores=0-7
/proc/30343/task/30362/stat : 30362 (java) S 30340 30343 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 97734019 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757569386720 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30363] ppid=30340 vsize=26876440 memory=1568 CPUtime=0.09 cores=0-7
/proc/30343/task/30363/stat : 30363 (java) S 30340 30343 8644 0 -1 1077944384 932 0 0 0 4 5 0 0 20 0 33 0 97734019 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139757568334256 139759373404802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30364] ppid=30340 vsize=26876440 memory=2240 CPUtime=0 cores=0-7
/proc/30343/task/30364/stat : 30364 (java) S 30340 30343 8644 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 33 0 97745056 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756953600768 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30365] ppid=30340 vsize=26876440 memory=4124 CPUtime=0.07 cores=0-7
/proc/30343/task/30365/stat : 30365 (java) S 30340 30343 8644 0 -1 1077944384 1864 0 0 0 3 4 0 0 20 0 33 0 97745067 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756950450912 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30366] ppid=30340 vsize=26876440 memory=2196 CPUtime=11.5 cores=0-7
/proc/30343/task/30366/stat : 30366 (java) S 30340 30343 8644 0 -1 1077944384 6051 0 0 0 1132 18 0 0 20 0 33 0 97745077 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756947288832 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30367] ppid=30340 vsize=26876440 memory=6764 CPUtime=0.01 cores=0-7
/proc/30343/task/30367/stat : 30367 (java) S 30340 30343 8644 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 33 0 97745078 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756946248992 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30368] ppid=30340 vsize=26876440 memory=840 CPUtime=11.43 cores=0-7
/proc/30343/task/30368/stat : 30368 (java) S 30340 30343 8644 0 -1 1077944384 4800 0 0 0 1139 4 0 0 20 0 33 0 97745078 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756945184224 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30369] ppid=30340 vsize=26876440 memory=19744120 CPUtime=11.5 cores=0-7
/proc/30343/task/30369/stat : 30369 (java) S 30340 30343 8644 0 -1 1077944384 6723 0 0 0 1140 10 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756944133776 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30370] ppid=30340 vsize=26876440 memory=288230574492221466 CPUtime=11.49 cores=0-7
/proc/30343/task/30370/stat : 30370 (java) S 30340 30343 8644 0 -1 1077944384 4868 0 0 0 1137 12 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756943078112 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30371] ppid=30340 vsize=26876440 memory=288230617509003574 CPUtime=11.48 cores=0-7
/proc/30343/task/30371/stat : 30371 (java) S 30340 30343 8644 0 -1 1077944384 3400 0 0 0 1136 12 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756942025568 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30372] ppid=30340 vsize=26876440 memory=15825482151102897 CPUtime=11.53 cores=0-7
/proc/30343/task/30372/stat : 30372 (java) S 30340 30343 8644 0 -1 1077944384 3723 0 0 0 1133 20 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756940973024 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30373] ppid=30340 vsize=26876440 memory=0 CPUtime=11.52 cores=0-7
/proc/30343/task/30373/stat : 30373 (java) S 30340 30343 8644 0 -1 1077944384 4364 0 0 0 1124 28 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756939919984 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30374] ppid=30340 vsize=26876440 memory=0 CPUtime=11.58 cores=0-7
/proc/30343/task/30374/stat : 30374 (java) S 30340 30343 8644 0 -1 1077944384 3943 0 0 0 1136 22 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756938867440 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30375] ppid=30340 vsize=26876440 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30375/stat : 30375 (java) S 30340 30343 8644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 97745081 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756937827616 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
[pid=30343/tid=30376] ppid=30340 vsize=26876440 memory=0 CPUtime=0 cores=0-7
/proc/30343/task/30376/stat : 30376 (java) S 30340 30343 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 97745148 27521474560 4936030 33554432000 4194304 4196468 140722355394528 139756936775072 139759373403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140722355401831 140722355402016 140722355402016 140722355404751 0
Current children cumulated CPU time: 744.12 s
Current children cumulated vsize: 26876440 KiB
Current children cumulated memory: 19744120 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.152
CPU time (s): 744.277
CPU user time (s): 703.391
CPU system time (s): 40.8856
CPU usage (%): 292.847
Max. virtual memory (cumulated for all children) (KiB): 26876440
Max. memory (cumulated for all children) (KiB): 19744120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.391
system time used= 40.8856
maximum resident set size= 19744828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1337562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32772
involuntary context switches= 6786


# summary of solver processes directly reported to runsolver:
#   pid: 30343
#   total CPU time (s): 744.277
#   total CPU user time (s): 703.391
#   total CPU system time (s): 40.8856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94283 second user time and 2.93626 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 19:33:25
IDJOB=4256925
IDBENCH=137919
IDSOLVER=2641
FILE ID=node113/4256925-1502646463
RUNJOBID= node113-1502637253-8671
PBS_JOBID= 20628327
Free space on /tmp= 61724 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 -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256925-1502646463/watcher-4256925-1502646463 -o /tmp/evaluation-result-4256925-1502646463/solver-4256925-1502646463 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1944851789 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256925-1502646463.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=1944851789

node113.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.89
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.89
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.89
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.89
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:        31475296 kB
MemAvailable:   31985544 kB
Buffers:          124560 kB
Cached:           672532 kB
SwapCached:            0 kB
Active:           673812 kB
Inactive:         176552 kB
Active(anon):       3660 kB
Inactive(anon):    77700 kB
Active(file):     670152 kB
Inactive(file):    98852 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            110524 kB
Writeback:             0 kB
AnonPages:         60016 kB
Mapped:            43440 kB
Shmem:             25224 kB
Slab:             140168 kB
SReclaimable:     114160 kB
SUnreclaim:        26008 kB
KernelStack:        3184 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324268 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61680 MiB
End job on node113 at 2017-08-13 19:37:39