Trace number 4284712

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-08-22? 2131.79 514.21698

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.30/0.25	c version: 2017-08-22
0.30/0.26	c seed: 787644426
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
14.58/6.83	c Parsing done, starting search...
805.95/279.95	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-2137868520]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
805.95/279.99	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
805.95/279.99	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
805.95/279.99	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
805.95/279.99	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
805.95/279.99	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
805.95/279.99	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
805.95/279.99	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
805.95/279.99	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
805.95/279.99	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
805.95/279.99	c java.lang.Thread.run(Thread.java:748)
805.95/279.99	s UNKNOWN
2131.31/513.99	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 (10445 MiB free)
  memory of node 1: 16384 MiB (12086 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284712-1503456366/watcher-4284712-1503456366 -o /tmp/evaluation-result-4284712-1503456366/solver-4284712-1503456366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503452983-21064 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 787644426 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284712-1503456366.xml 

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

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

solver pid=21233, runsolver pid=21230

[startup+0.100067 s]*
/proc/loadavg: 1.20 1.15 1.59 1/199 21253
/proc/meminfo: memFree=23056388/32770624 swapFree=67108860/67108860
[pid=21233] ppid=21230 vsize=26000852 memory=31644 CPUtime=0.12 cores=0-7
/proc/21233/stat : 21233 (java) S 21230 21233 21037 0 -1 1077944320 8312 0 0 0 11 1 0 0 20 0 20 0 178724639 26624872448 7911 33554432000 4194304 4196468 140721700294608 140721700277152 139940066569975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
/proc/21233/statm: 6500213 7911 3409 1 0 6487932 0
[pid=21233/tid=21235] ppid=21230 vsize=26000852 memory=7824330835253697690 CPUtime=0.09 cores=0-7
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 21037 0 -1 4202560 6199 0 0 0 8 1 0 0 20 0 20 0 178724639 26624872448 7911 33554432000 4194304 4196468 140721700294608 139940070775008 139940050650462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21236] ppid=21230 vsize=26000852 memory=732369835850275813 CPUtime=0 cores=0-7
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939624913936 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21237] ppid=21230 vsize=26000852 memory=139697512822400 CPUtime=0 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939463195376 139940066581122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21245] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 21037 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939462141600 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21246] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 21037 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939461088496 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21247] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939460037072 139940066588571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21248] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 21037 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939458984176 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21249] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939457931632 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21250] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 21037 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939456878576 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21251] ppid=21230 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 21037 0 -1 1077944384 428 0 0 0 1 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939455826032 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21252] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939454774240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21253] ppid=21230 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21253/stat : 21253 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 7911 33554432000 4194304 4196468 140721700294608 139939453721776 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31644 KiB

[startup+0.210162 s]*
/proc/loadavg: 1.20 1.15 1.59 2/199 21253
/proc/meminfo: memFree=23046912/32770624 swapFree=67108860/67108860
[pid=21233] ppid=21230 vsize=26000852 memory=40804 CPUtime=0.3 cores=0-7
/proc/21233/stat : 21233 (java) S 21230 21233 21037 0 -1 1077944320 9385 0 0 0 28 2 0 0 20 0 20 0 178724639 26624872448 10201 33554432000 4194304 4196468 140721700294608 140721700277152 139940066569975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
/proc/21233/statm: 6500213 10201 3622 1 0 6487932 0
[pid=21233/tid=21235] ppid=21230 vsize=26000852 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 21037 0 -1 4202560 6820 0 0 0 18 1 0 0 20 0 20 0 178724639 26624872448 10201 33554432000 4194304 4196468 140721700294608 139940070801184 139940050613605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21236] ppid=21230 vsize=26000852 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939624913936 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21237] ppid=21230 vsize=26000852 memory=288370073664534144 CPUtime=0 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724640 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 21037 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939463195376 139940066581122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21245] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 21037 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939462141600 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21246] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 21037 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178724642 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939461088496 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21247] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939460037072 139940066588571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21248] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 21037 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939458984176 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21249] ppid=21230 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 21037 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939457931632 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21250] ppid=21230 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 21037 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939456878576 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21251] ppid=21230 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 21037 0 -1 1077944384 511 0 0 0 5 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939455826032 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21252] ppid=21230 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939454774240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21253] ppid=21230 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21253/stat : 21253 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624872448 10201 33554432000 4194304 4196468 140721700294608 139939453721776 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40804 KiB

[startup+0.309551 s]*
/proc/loadavg: 1.20 1.15 1.59 2/199 21253
/proc/meminfo: memFree=23040388/32770624 swapFree=67108860/67108860
[pid=21233] ppid=21230 vsize=26000872 memory=48716 CPUtime=0.49 cores=0-7
/proc/21233/stat : 21233 (java) S 21230 21233 21037 0 -1 1077944320 10436 0 0 0 46 3 0 0 20 0 20 0 178724639 26624892928 12179 33554432000 4194304 4196468 140721700294608 140721700277152 139940066569975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
/proc/21233/statm: 6500218 12179 3717 1 0 6487932 0
[pid=21233/tid=21235] ppid=21230 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 21037 0 -1 4202560 7384 0 0 0 28 1 0 0 20 0 20 0 178724639 26624892928 12179 33554432000 4194304 4196468 140721700294608 139940070785904 139940066591901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21236] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939624913936 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21237] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=26000872 memory=139697368167343 CPUtime=0 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=26000872 memory=139697368169648 CPUtime=0 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=26000872 memory=139697368171952 CPUtime=0 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724640 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 21037 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178724642 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939463195376 139940066581122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21245] ppid=21230 vsize=26000872 memory=279394736350864 CPUtime=0 cores=0-7
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 21037 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178724642 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939462141600 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21246] ppid=21230 vsize=26000872 memory=279394736357776 CPUtime=0 cores=0-7
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 21037 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178724642 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939461088496 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21247] ppid=21230 vsize=26000872 memory=279394736299056 CPUtime=0 cores=0-7
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939460037072 139940066588571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21248] ppid=21230 vsize=26000872 memory=279394736371600 CPUtime=0.02 cores=0-7
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 21037 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939458984176 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21249] ppid=21230 vsize=26000872 memory=279394736378512 CPUtime=0.04 cores=0-7
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 21037 0 -1 1077944384 266 0 0 0 4 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939457931632 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21250] ppid=21230 vsize=26000872 memory=279394736376208 CPUtime=0.02 cores=0-7
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 21037 0 -1 1077944384 333 0 0 0 2 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939456878576 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21251] ppid=21230 vsize=26000872 memory=279394736392768 CPUtime=0.07 cores=0-7
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 21037 0 -1 1077944384 576 0 0 0 7 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939455826032 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21252] ppid=21230 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939454774240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21253] ppid=21230 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/21233/task/21253/stat : 21253 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178724645 26624892928 12179 33554432000 4194304 4196468 140721700294608 139939453721776 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48716 KiB

[startup+0.701074 s]
/proc/loadavg: 1.20 1.15 1.59 3/199 21253
/proc/meminfo: memFree=22996808/32770624 swapFree=67108860/67108860
[pid=21233] ppid=21230 vsize=26000872 memory=285908 CPUtime=1.45 cores=0-7
/proc/21233/stat : 21233 (java) S 21230 21233 21037 0 -1 1077944320 11907 0 0 0 105 40 0 0 20 0 20 0 178724639 26624892928 71477 33554432000 4194304 4196468 140721700294608 140721700277152 139940066569975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
/proc/21233/statm: 6500218 71477 3756 1 0 6487932 0
[pid=21233/tid=21235] ppid=21230 vsize=26000872 memory=7230638415873470039 CPUtime=0.61 cores=0-7
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 21037 0 -1 4202560 7824 0 0 0 55 6 0 0 20 0 20 0 178724639 26624892928 71477 33554432000 4194304 4196468 140721700294608 139940070807680 139940066591901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21236] ppid=21230 vsize=26000872 memory=91276645017096 CPUtime=0.05 cores=0-7
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 21037 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939624913936 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21237] ppid=21230 vsize=26000872 memory=139697368190762 CPUtime=0.05 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 56 0 0 0 1 4 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 57 0 0 0 1 4 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=26000872 memory=2353 CPUtime=0.05 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 68 0 0 0 1 4 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 61 0 0 0 2 3 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=26000872 memory=1724 CPUtime=0.05 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 57 0 0 0 1 4 0 0 20 0 20 0 178724640 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=26000872 memory=1012 CPUtime=0 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 21037 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 178724642 26624892928 71477 33554432000 4194304 4196468 140721700294608 139939463195376 139940066581122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0

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

[pid=21233/tid=21237] ppid=21230 vsize=27009572 memory=0 CPUtime=212.76 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 892493 0 0 0 20578 698 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=27009572 memory=0 CPUtime=212.79 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 1176645 0 0 0 20611 668 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=27009572 memory=-7003737579269690708 CPUtime=212.65 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 655359 0 0 0 20609 656 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=27009572 memory=2336 CPUtime=212.54 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 766139 0 0 0 20546 708 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=27009572 memory=1724 CPUtime=212.83 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 762236 0 0 0 20598 685 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=27009572 memory=1012 CPUtime=212.72 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 749225 0 0 0 20581 691 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=27009572 memory=27836526367 CPUtime=212.56 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 746575 0 0 0 20540 716 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=27009572 memory=279394736618464 CPUtime=169.69 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) R 21230 21233 21037 0 -1 4202560 480738 0 0 0 16910 59 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939463193808 139940051566356 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21245] ppid=21230 vsize=27009572 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 21037 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939462141200 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21246] ppid=21230 vsize=27009572 memory=7018971522805557078 CPUtime=0 cores=0-7
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 21037 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939461088512 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21247] ppid=21230 vsize=27009572 memory=6081641128461363025 CPUtime=0 cores=0-7
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939460037072 139940066588571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21248] ppid=21230 vsize=27009572 memory=0 CPUtime=0.93 cores=0-7
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 21037 0 -1 1077944384 7106 0 0 0 92 1 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939458984224 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21249] ppid=21230 vsize=27009572 memory=23211764 CPUtime=0.98 cores=0-7
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 21037 0 -1 1077944384 4979 0 0 0 97 1 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939457931392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21250] ppid=21230 vsize=27009572 memory=49224 CPUtime=1.13 cores=0-7
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 21037 0 -1 1077944384 7396 0 0 0 111 2 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939456878624 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21251] ppid=21230 vsize=27009572 memory=1296 CPUtime=0.94 cores=0-7
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 21037 0 -1 1077944384 18361 0 0 0 90 4 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939455826080 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21252] ppid=21230 vsize=27009572 memory=2336 CPUtime=0 cores=0-7
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939454774240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21253] ppid=21230 vsize=27009572 memory=1724 CPUtime=0.23 cores=0-7
/proc/21233/task/21253/stat : 21253 (java) S 21230 21233 21037 0 -1 1077944384 1364 0 0 0 8 15 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939453721776 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21254] ppid=21230 vsize=27009572 memory=23211936 CPUtime=0 cores=0-7
/proc/21233/task/21254/stat : 21254 (java) S 21230 21233 21037 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 35 0 178739246 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939443430400 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21255] ppid=21230 vsize=27009572 memory=4104 CPUtime=0.11 cores=0-7
/proc/21233/task/21255/stat : 21255 (java) S 21230 21233 21037 0 -1 1077944384 1575 0 0 0 5 6 0 0 20 0 35 0 178739258 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939440280832 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21256] ppid=21230 vsize=27009572 memory=33 CPUtime=0.01 cores=0-7
/proc/21233/task/21256/stat : 21256 (java) S 21230 21233 21037 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 35 0 178739268 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939437130656 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21257] ppid=21230 vsize=27009572 memory=6948604977516800064 CPUtime=17.96 cores=0-7
/proc/21233/task/21257/stat : 21257 (java) S 21230 21233 21037 0 -1 1077944384 13289 0 0 0 1788 8 0 0 20 0 35 0 178739269 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939436068656 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21258] ppid=21230 vsize=27009572 memory=23211972 CPUtime=18.06 cores=0-7
/proc/21233/task/21258/stat : 21258 (java) S 21230 21233 21037 0 -1 1077944384 13030 0 0 0 1792 14 0 0 20 0 35 0 178739269 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939435011616 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21259] ppid=21230 vsize=27009572 memory=0 CPUtime=18.05 cores=0-7
/proc/21233/task/21259/stat : 21259 (java) S 21230 21233 21037 0 -1 1077944384 45109 0 0 0 1800 5 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939433965488 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21260] ppid=21230 vsize=27009572 memory=7228392122156081488 CPUtime=18.01 cores=0-7
/proc/21233/task/21260/stat : 21260 (java) S 21230 21233 21037 0 -1 1077944384 24594 0 0 0 1770 31 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939432911680 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21261] ppid=21230 vsize=27009572 memory=7237398200207235428 CPUtime=18.02 cores=0-7
/proc/21233/task/21261/stat : 21261 (java) S 21230 21233 21037 0 -1 1077944384 38556 0 0 0 1788 14 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939431863120 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21262] ppid=21230 vsize=27009572 memory=7237398200207235428 CPUtime=17.95 cores=0-7
/proc/21233/task/21262/stat : 21262 (java) S 21230 21233 21037 0 -1 1077944384 32551 0 0 0 1778 17 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939430802384 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21263] ppid=21230 vsize=27009572 memory=7237398200207235428 CPUtime=18.06 cores=0-7
/proc/21233/task/21263/stat : 21263 (java) S 21230 21233 21037 0 -1 1077944384 68363 0 0 0 1786 20 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939362615456 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21264] ppid=21230 vsize=27009572 memory=6791534058613427641 CPUtime=17.89 cores=0-7
/proc/21233/task/21264/stat : 21264 (java) S 21230 21233 21037 0 -1 1077944384 20020 0 0 0 1761 28 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939361567584 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21265] ppid=21230 vsize=27009572 memory=2336 CPUtime=0 cores=0-7
/proc/21233/task/21265/stat : 21265 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939360523296 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21266] ppid=21230 vsize=27009572 memory=1724 CPUtime=0 cores=0-7
/proc/21233/task/21266/stat : 21266 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939359470240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21267] ppid=21230 vsize=27009572 memory=1012 CPUtime=0 cores=0-7
/proc/21233/task/21267/stat : 21267 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739273 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939358417696 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21268] ppid=21230 vsize=27009572 memory=1716 CPUtime=0 cores=0-7
/proc/21233/task/21268/stat : 21268 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739273 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939357365664 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
Current children cumulated CPU time: 2129.29 s
Current children cumulated vsize: 27009572 KiB
Current children cumulated memory: 23211972 KiB

[startup+513.601 s]
/proc/loadavg: 5.23 3.89 2.65 2/214 21276
/proc/meminfo: memFree=193340/32770624 swapFree=67108860/67108860
[pid=21233] ppid=21230 vsize=27009572 memory=23211972 CPUtime=2130.88 cores=0-7
/proc/21233/stat : 21233 (java) S 21230 21233 21037 0 -1 1077944320 7304477 0 0 0 207294 5794 0 0 20 0 35 0 178724639 27657801728 5802993 33554432000 4194304 4196468 140721700294608 140721700277152 139940066569975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
/proc/21233/statm: 6752393 5802993 3859 1 0 6740107 0
[pid=21233/tid=21235] ppid=21230 vsize=27009572 memory=4040 CPUtime=109.31 cores=0-7
/proc/21233/task/21235/stat : 21235 (java) S 21230 21233 21037 0 -1 1077944384 83357 0 0 0 10866 65 0 0 20 0 35 0 178724639 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139940070812848 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21236] ppid=21230 vsize=27009572 memory=6791534058613427641 CPUtime=212.84 cores=0-7
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 21037 0 -1 1077944384 693439 0 0 0 20602 682 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939624913936 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21237] ppid=21230 vsize=27009572 memory=8761640388971749472 CPUtime=212.76 cores=0-7
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 21037 0 -1 1077944384 892493 0 0 0 20578 698 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939623861392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21238] ppid=21230 vsize=27009572 memory=-7019007802211101846 CPUtime=212.79 cores=0-7
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 21037 0 -1 1077944384 1176645 0 0 0 20611 668 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939622808336 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21239] ppid=21230 vsize=27009572 memory=7649399397166494002 CPUtime=212.65 cores=0-7
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 21037 0 -1 1077944384 655359 0 0 0 20609 656 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939621755792 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21240] ppid=21230 vsize=27009572 memory=7649399358528565554 CPUtime=212.54 cores=0-7
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 21037 0 -1 1077944384 766139 0 0 0 20546 708 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939620702736 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21241] ppid=21230 vsize=27009572 memory=27836526368 CPUtime=212.83 cores=0-7
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 21037 0 -1 1077944384 762236 0 0 0 20598 685 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939619650192 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21242] ppid=21230 vsize=27009572 memory=2428 CPUtime=212.72 cores=0-7
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 21037 0 -1 1077944384 749225 0 0 0 20581 691 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939618597136 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21243] ppid=21230 vsize=27009572 memory=6791534058613427641 CPUtime=212.56 cores=0-7
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 21037 0 -1 1077944384 746575 0 0 0 20540 716 0 0 20 0 35 0 178724640 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939617544592 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21244] ppid=21230 vsize=27009572 memory=1568 CPUtime=171.28 cores=0-7
/proc/21233/task/21244/stat : 21244 (java) R 21230 21233 21037 0 -1 4202560 480934 0 0 0 17069 59 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939463193808 139940051566528 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21245] ppid=21230 vsize=27009572 memory=2240 CPUtime=0 cores=0-7
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 21037 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939462141200 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21246] ppid=21230 vsize=27009572 memory=23211972 CPUtime=0 cores=0-7
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 21037 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 35 0 178724642 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939461088512 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21247] ppid=21230 vsize=27009572 memory=2204 CPUtime=0 cores=0-7
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 21037 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939460037072 139940066588571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21248] ppid=21230 vsize=27009572 memory=7788 CPUtime=0.93 cores=0-7
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 21037 0 -1 1077944384 7106 0 0 0 92 1 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939458984224 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21249] ppid=21230 vsize=27009572 memory=4140 CPUtime=0.98 cores=0-7
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 21037 0 -1 1077944384 4979 0 0 0 97 1 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939457931392 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21250] ppid=21230 vsize=27009572 memory=49232 CPUtime=1.13 cores=0-7
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 21037 0 -1 1077944384 7396 0 0 0 111 2 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939456878624 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21251] ppid=21230 vsize=27009572 memory=1296 CPUtime=0.94 cores=0-7
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 21037 0 -1 1077944384 18361 0 0 0 90 4 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939455826080 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21252] ppid=21230 vsize=27009572 memory=2336 CPUtime=0 cores=0-7
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 21037 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939454774240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21253] ppid=21230 vsize=27009572 memory=1724 CPUtime=0.23 cores=0-7
/proc/21233/task/21253/stat : 21253 (java) S 21230 21233 21037 0 -1 1077944384 1364 0 0 0 8 15 0 0 20 0 35 0 178724645 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939453721776 139940066581122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21254] ppid=21230 vsize=27009572 memory=1012 CPUtime=0 cores=0-7
/proc/21233/task/21254/stat : 21254 (java) S 21230 21233 21037 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 35 0 178739246 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939443430400 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21255] ppid=21230 vsize=27009572 memory=1716 CPUtime=0.11 cores=0-7
/proc/21233/task/21255/stat : 21255 (java) S 21230 21233 21037 0 -1 1077944384 1575 0 0 0 5 6 0 0 20 0 35 0 178739258 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939440280832 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21256] ppid=21230 vsize=27009572 memory=0 CPUtime=0.01 cores=0-7
/proc/21233/task/21256/stat : 21256 (java) S 21230 21233 21037 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 35 0 178739268 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939437130656 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21257] ppid=21230 vsize=27009572 memory=230875967038981 CPUtime=17.96 cores=0-7
/proc/21233/task/21257/stat : 21257 (java) S 21230 21233 21037 0 -1 1077944384 13289 0 0 0 1788 8 0 0 20 0 35 0 178739269 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939436068656 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21258] ppid=21230 vsize=27009572 memory=0 CPUtime=18.06 cores=0-7
/proc/21233/task/21258/stat : 21258 (java) S 21230 21233 21037 0 -1 1077944384 13030 0 0 0 1792 14 0 0 20 0 35 0 178739269 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939435011616 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21259] ppid=21230 vsize=27009572 memory=230875967038972 CPUtime=18.05 cores=0-7
/proc/21233/task/21259/stat : 21259 (java) S 21230 21233 21037 0 -1 1077944384 45109 0 0 0 1800 5 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939433965488 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21260] ppid=21230 vsize=27009572 memory=279394739214688 CPUtime=18.01 cores=0-7
/proc/21233/task/21260/stat : 21260 (java) S 21230 21233 21037 0 -1 1077944384 24594 0 0 0 1770 31 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939432911680 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21261] ppid=21230 vsize=27009572 memory=279394738280032 CPUtime=18.02 cores=0-7
/proc/21233/task/21261/stat : 21261 (java) S 21230 21233 21037 0 -1 1077944384 38556 0 0 0 1788 14 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939431863120 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21262] ppid=21230 vsize=27009572 memory=251 CPUtime=17.95 cores=0-7
/proc/21233/task/21262/stat : 21262 (java) S 21230 21233 21037 0 -1 1077944384 32551 0 0 0 1778 17 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939430802384 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21263] ppid=21230 vsize=27009572 memory=279394737541312 CPUtime=18.06 cores=0-7
/proc/21233/task/21263/stat : 21263 (java) S 21230 21233 21037 0 -1 1077944384 68363 0 0 0 1786 20 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939362615456 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21264] ppid=21230 vsize=27009572 memory=93371850820330 CPUtime=17.89 cores=0-7
/proc/21233/task/21264/stat : 21264 (java) S 21230 21233 21037 0 -1 1077944384 20020 0 0 0 1761 28 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939361567584 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21265] ppid=21230 vsize=27009572 memory=23211972 CPUtime=0 cores=0-7
/proc/21233/task/21265/stat : 21265 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939360523296 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21266] ppid=21230 vsize=27009572 memory=928 CPUtime=0 cores=0-7
/proc/21233/task/21266/stat : 21266 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739272 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939359470240 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21267] ppid=21230 vsize=27009572 memory=1568 CPUtime=0 cores=0-7
/proc/21233/task/21267/stat : 21267 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739273 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939358417696 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
[pid=21233/tid=21268] ppid=21230 vsize=27009572 memory=2240 CPUtime=0 cores=0-7
/proc/21233/task/21268/stat : 21268 (java) S 21230 21233 21037 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 178739273 27657801728 5802993 33554432000 4194304 4196468 140721700294608 139939357365664 139940066580181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24055808 140721700295778 140721700295963 140721700295963 140721700298703 0
Current children cumulated CPU time: 2130.88 s
Current children cumulated vsize: 27009572 KiB
Current children cumulated memory: 23211972 KiB

[startup+514.001 s]*
/proc/loadavg: 5.23 3.89 2.65 1/213 21277
/proc/meminfo: memFree=193092/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+514.2 s]
/proc/loadavg: 5.23 3.89 2.65 1/213 21277
/proc/meminfo: memFree=193092/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): 514.217
CPU time (s): 2131.79
CPU user time (s): 2073.57
CPU system time (s): 58.2261
CPU usage (%): 414.571
Max. virtual memory (cumulated for all children) (KiB): 27009572
Max. memory (cumulated for all children) (KiB): 23212240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2073.57
system time used= 58.2261
maximum resident set size= 23213540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7322122
page faults= 0
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52756
involuntary context switches= 27175


# summary of solver processes directly reported to runsolver:
#   pid: 21233
#   total CPU time (s): 2131.79
#   total CPU user time (s): 2073.57
#   total CPU system time (s): 58.2261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53398 second user time and 5.85378 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-23 04:31:46
IDJOB=4284712
IDBENCH=138074
IDSOLVER=2681
FILE ID=node103/4284712-1503456366
RUNJOBID= node103-1503452983-21064
PBS_JOBID= 20632167
Free space on /tmp= 60688 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.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-4284712-1503456366/watcher-4284712-1503456366 -o /tmp/evaluation-result-4284712-1503456366/solver-4284712-1503456366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503452983-21064 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 787644426 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284712-1503456366.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=787644426

node103.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.56
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.56
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.56
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.56
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:        23073224 kB
MemAvailable:   31947268 kB
Buffers:          224228 kB
Cached:          8933936 kB
SwapCached:            0 kB
Active:          2723780 kB
Inactive:        6488728 kB
Active(anon):       3232 kB
Inactive(anon):    95588 kB
Active(file):    2720548 kB
Inactive(file):  6393140 kB
Unevictable:        7472 kB
Mlocked:            7472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            117308 kB
Writeback:             0 kB
AnonPages:         68364 kB
Mapped:            55252 kB
Shmem:             41612 kB
Slab:             179208 kB
SReclaimable:     152380 kB
SUnreclaim:        26828 kB
KernelStack:        3216 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 60648 MiB
End job on node103 at 2017-08-23 04:40:20