Trace number 4274897

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? 2729.1899 1583.16

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
MD5SUM7eff1785388a539b32e3727edecebf76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1954
Number of constraints282
Number of domains2
Minimum domain size82
Maximum domain size280
Distribution of domain sizes[{"size":82,"count":1953},{"size":280,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1674},{"degree":4,"count":279}]
Minimum constraint arity7
Maximum constraint arity1953
Distribution of constraint arities[{"arity":7,"count":279},{"arity":280,"count":1},{"arity":1953,"count":2}]
Number of extensional constraints279
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":279},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274897-1502790047/watcher-4274897-1502790047 -o /tmp/evaluation-result-4274897-1502790047/solver-4274897-1502790047 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502781623-5144 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1106097354 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274897-1502790047.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=5640, runsolver pid=5637

[startup+0.100126 s]*
/proc/loadavg: 8.50 8.71 8.71 2/198 5660
/proc/meminfo: memFree=29026332/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=14325320 memory=33252 CPUtime=0.12 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 8225 0 0 0 10 2 0 0 20 0 20 0 112092778 14669127680 8313 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3581330 8313 3412 1 0 3569050 0
[pid=5640/tid=5642] ppid=5637 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) R 5637 5640 5117 0 -1 4202560 6168 0 0 0 8 1 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106813638992 140106793522526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=14325320 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=14325320 memory=140233637324416 CPUtime=0 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 8313 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092781 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105772612464 140106809453186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5652] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5652/stat : 5652 (java) S 5637 5640 5117 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 112092781 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105771558432 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5653] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5653/stat : 5653 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 112092782 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105770505584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5654] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5654/stat : 5654 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105769453904 140106809460635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5655] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5655/stat : 5655 (java) S 5637 5640 5117 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105768401264 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5656] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5656/stat : 5656 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105767348464 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5657] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5657/stat : 5657 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105766295664 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5658] ppid=5637 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/5640/task/5658/stat : 5658 (java) S 5637 5640 5117 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105765242864 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5659] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5659/stat : 5659 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105764191328 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5660] ppid=5637 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5660/stat : 5660 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 8313 33554432000 4194304 4196468 140732492333040 140105763138608 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33252 KiB

[startup+0.210098 s]*
/proc/loadavg: 8.50 8.71 8.71 3/198 5660
/proc/meminfo: memFree=29019084/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=14325320 memory=42216 CPUtime=0.3 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 9231 0 0 0 27 3 0 0 20 0 20 0 112092778 14669127680 10554 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3581330 10554 3575 1 0 3569050 0
[pid=5640/tid=5642] ppid=5637 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) R 5637 5640 5117 0 -1 4202560 6811 0 0 0 18 2 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106813667120 140106809463965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=14325320 memory=12764 CPUtime=0 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=14325320 memory=140233637330071 CPUtime=0 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092779 14669127680 10554 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) S 5637 5640 5117 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 112092781 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105772612464 140106809453186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5652] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5652/stat : 5652 (java) S 5637 5640 5117 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 112092781 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105771558432 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5653] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5653/stat : 5653 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 112092782 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105770505584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5654] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5654/stat : 5654 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105769453904 140106809460635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5655] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5655/stat : 5655 (java) S 5637 5640 5117 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105768401264 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5656] ppid=5637 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/5640/task/5656/stat : 5656 (java) S 5637 5640 5117 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105767348464 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5657] ppid=5637 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/5640/task/5657/stat : 5657 (java) S 5637 5640 5117 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105766295664 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5658] ppid=5637 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/5640/task/5658/stat : 5658 (java) R 5637 5640 5117 0 -1 4202560 407 0 0 0 5 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105765242864 140106788360592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5659] ppid=5637 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5659/stat : 5659 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105764191328 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5660] ppid=5637 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5660/stat : 5660 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669127680 10554 33554432000 4194304 4196468 140732492333040 140105763138608 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42216 KiB

[startup+0.309436 s]*
/proc/loadavg: 8.50 8.71 8.71 2/198 5660
/proc/meminfo: memFree=29011020/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=14325340 memory=50564 CPUtime=0.48 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 10468 0 0 0 45 3 0 0 20 0 20 0 112092778 14669148160 12641 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3581335 12641 3714 1 0 3569050 0
[pid=5640/tid=5642] ppid=5637 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) R 5637 5640 5117 0 -1 4202560 7583 0 0 0 27 2 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106813656032 140106793522526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=14325340 memory=140233500881839 CPUtime=0 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=14325340 memory=140233500884144 CPUtime=0 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=14325340 memory=140233500886448 CPUtime=0 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092779 14669148160 12641 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) S 5637 5640 5117 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 112092781 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105772612464 140106809453186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5652] ppid=5637 vsize=14325340 memory=280467001779856 CPUtime=0 cores=0-7
/proc/5640/task/5652/stat : 5652 (java) S 5637 5640 5117 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 112092781 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105771558432 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5653] ppid=5637 vsize=14325340 memory=280467001786768 CPUtime=0 cores=0-7
/proc/5640/task/5653/stat : 5653 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 112092782 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105770505584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5654] ppid=5637 vsize=14325340 memory=280467001728048 CPUtime=0 cores=0-7
/proc/5640/task/5654/stat : 5654 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105769453904 140106809460635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5655] ppid=5637 vsize=14325340 memory=280467001800592 CPUtime=0.02 cores=0-7
/proc/5640/task/5655/stat : 5655 (java) R 5637 5640 5117 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105768401264 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5656] ppid=5637 vsize=14325340 memory=280467001807504 CPUtime=0.02 cores=0-7
/proc/5640/task/5656/stat : 5656 (java) R 5637 5640 5117 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105767348464 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5657] ppid=5637 vsize=14325340 memory=280467001805200 CPUtime=0.04 cores=0-7
/proc/5640/task/5657/stat : 5657 (java) S 5637 5640 5117 0 -1 1077944384 356 0 0 0 4 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105766295664 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5658] ppid=5637 vsize=14325340 memory=280467001821808 CPUtime=0.08 cores=0-7
/proc/5640/task/5658/stat : 5658 (java) R 5637 5640 5117 0 -1 4202560 460 0 0 0 8 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105765243160 140106791005614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5659] ppid=5637 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5659/stat : 5659 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105764191328 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5660] ppid=5637 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/5640/task/5660/stat : 5660 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092784 14669148160 12641 33554432000 4194304 4196468 140732492333040 140105763138608 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50564 KiB

[startup+0.70079 s]
/proc/loadavg: 8.50 8.71 8.71 5/198 5660
/proc/meminfo: memFree=28994888/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=14327388 memory=159112 CPUtime=1.54 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 14489 0 0 0 147 7 0 0 20 0 20 0 112092778 14671245312 39778 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3581847 39778 3774 1 0 3569562 0
[pid=5640/tid=5642] ppid=5637 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) R 5637 5640 5117 0 -1 4202560 8342 0 0 0 63 4 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106813673072 140106416738761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=14327388 memory=5296 CPUtime=0 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=14327388 memory=1196 CPUtime=0 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 112092779 14671245312 39778 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=14327388 memory=18448 CPUtime=0 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) S 5637 5640 5117 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 112092781 14671245312 39778 33554432000 4194304 4196468 140732492333040 140105772612464 140106809453186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0

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


[startup+1582.8 s]
/proc/loadavg: 5.33 3.22 3.28 2/213 5697
/proc/meminfo: memFree=17565740/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=15267476 memory=11473692 CPUtime=2728.53 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 982449 0 0 0 269303 3550 0 0 20 0 34 0 112092778 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3816869 2868423 3858 1 0 3804584 0
[pid=5640/tid=5642] ppid=5637 vsize=15267476 memory=840 CPUtime=1324.75 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) S 5637 5640 5117 0 -1 1077944384 132566 0 0 0 132374 101 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106813684912 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=15267476 memory=1696 CPUtime=146.7 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 44459 0 0 0 14321 349 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=15267476 memory=916 CPUtime=146.77 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 44098 0 0 0 14322 355 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=15267476 memory=4120 CPUtime=147.08 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 56058 0 0 0 14328 380 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=15267476 memory=4104 CPUtime=146.91 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 53817 0 0 0 14319 372 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=15267476 memory=1152 CPUtime=146.98 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 41863 0 0 0 14289 409 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=15267476 memory=3892 CPUtime=146.77 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 41561 0 0 0 14316 361 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=15267476 memory=11473660 CPUtime=146.2 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 46760 0 0 0 14213 407 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=15267476 memory=1224 CPUtime=146.55 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 35522 0 0 0 14290 365 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=15267476 memory=792 CPUtime=90.89 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) R 5637 5640 5117 0 -1 4202560 372347 0 0 0 8786 303 0 0 20 0 34 0 112092781 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105772610896 140106794142672 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5652] ppid=5637 vsize=15267476 memory=1004 CPUtime=0 cores=0-7
/proc/5640/task/5652/stat : 5652 (java) S 5637 5640 5117 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 34 0 112092781 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105771558496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5653] ppid=5637 vsize=15267476 memory=5296 CPUtime=0 cores=0-7
/proc/5640/task/5653/stat : 5653 (java) S 5637 5640 5117 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 34 0 112092782 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105770505600 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5654] ppid=5637 vsize=15267476 memory=1196 CPUtime=0 cores=0-7
/proc/5640/task/5654/stat : 5654 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105769453904 140106809460635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5655] ppid=5637 vsize=15267476 memory=4612 CPUtime=2.19 cores=0-7
/proc/5640/task/5655/stat : 5655 (java) S 5637 5640 5117 0 -1 1077944384 20128 0 0 0 215 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105768401312 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5656] ppid=5637 vsize=15267476 memory=15872 CPUtime=3.23 cores=0-7
/proc/5640/task/5656/stat : 5656 (java) S 5637 5640 5117 0 -1 1077944384 20959 0 0 0 319 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105767348512 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5657] ppid=5637 vsize=15267476 memory=18448 CPUtime=2.12 cores=0-7
/proc/5640/task/5657/stat : 5657 (java) S 5637 5640 5117 0 -1 1077944384 17077 0 0 0 209 3 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105766295424 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5658] ppid=5637 vsize=15267476 memory=17704 CPUtime=1.17 cores=0-7
/proc/5640/task/5658/stat : 5658 (java) S 5637 5640 5117 0 -1 1077944384 20040 0 0 0 113 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105765242432 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5659] ppid=5637 vsize=15267476 memory=4044 CPUtime=0 cores=0-7
/proc/5640/task/5659/stat : 5659 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105764191328 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5660] ppid=5637 vsize=15267476 memory=1792 CPUtime=0.85 cores=0-7
/proc/5640/task/5660/stat : 5660 (java) S 5637 5640 5117 0 -1 1077944384 2738 0 0 0 44 41 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105763138608 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5676] ppid=5637 vsize=15267476 memory=636 CPUtime=0 cores=0-7
/proc/5640/task/5676/stat : 5676 (java) S 5637 5640 5117 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 112226820 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105752851584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5677] ppid=5637 vsize=15267476 memory=956 CPUtime=0.12 cores=0-7
/proc/5640/task/5677/stat : 5677 (java) S 5637 5640 5117 0 -1 1077944384 1886 0 0 0 6 6 0 0 20 0 34 0 112226832 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105749701472 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5678] ppid=5637 vsize=15267476 memory=2340 CPUtime=16.21 cores=0-7
/proc/5640/task/5678/stat : 5678 (java) S 5637 5640 5117 0 -1 1077944384 5790 0 0 0 1615 6 0 0 20 0 34 0 112226842 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105746539648 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5679] ppid=5637 vsize=15267476 memory=11473692 CPUtime=16.19 cores=0-7
/proc/5640/task/5679/stat : 5679 (java) S 5637 5640 5117 0 -1 1077944384 2387 0 0 0 1604 15 0 0 20 0 34 0 112226843 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105745484832 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5680] ppid=5637 vsize=15267476 memory=288230604624101685 CPUtime=16.1 cores=0-7
/proc/5640/task/5680/stat : 5680 (java) S 5637 5640 5117 0 -1 1077944384 2124 0 0 0 1594 16 0 0 20 0 34 0 112226843 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105744436512 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5681] ppid=5637 vsize=15267476 memory=14698478437665088 CPUtime=16.09 cores=0-7
/proc/5640/task/5681/stat : 5681 (java) S 5637 5640 5117 0 -1 1077944384 3081 0 0 0 1600 9 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105743383376 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5682] ppid=5637 vsize=15267476 memory=280467001573616 CPUtime=16.05 cores=0-7
/proc/5640/task/5682/stat : 5682 (java) S 5637 5640 5117 0 -1 1077944384 5714 0 0 0 1594 11 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105742331936 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5683] ppid=5637 vsize=15267476 memory=280467001573616 CPUtime=16.14 cores=0-7
/proc/5640/task/5683/stat : 5683 (java) S 5637 5640 5117 0 -1 1077944384 3215 0 0 0 1605 9 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105741279808 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5684] ppid=5637 vsize=15267476 memory=280467001573616 CPUtime=16.14 cores=0-7
/proc/5640/task/5684/stat : 5684 (java) S 5637 5640 5117 0 -1 1077944384 3713 0 0 0 1604 10 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105740226224 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5685] ppid=5637 vsize=15267476 memory=0 CPUtime=16.05 cores=0-7
/proc/5640/task/5685/stat : 5685 (java) S 5637 5640 5117 0 -1 1077944384 2973 0 0 0 1595 10 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105739171072 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5686] ppid=5637 vsize=15267476 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5640/task/5686/stat : 5686 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105738130464 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5687] ppid=5637 vsize=15267476 memory=4612 CPUtime=0 cores=0-7
/proc/5640/task/5687/stat : 5687 (java) S 5637 5640 5117 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 34 0 112226846 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105737077664 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5688] ppid=5637 vsize=15267476 memory=15872 CPUtime=0 cores=0-7
/proc/5640/task/5688/stat : 5688 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226846 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105736024864 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5689] ppid=5637 vsize=15267476 memory=18448 CPUtime=0 cores=0-7
/proc/5640/task/5689/stat : 5689 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226849 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105734972064 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
Current children cumulated CPU time: 2728.53 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11473692 KiB

[startup+1583 s]*
/proc/loadavg: 5.33 3.22 3.28 2/213 5697
/proc/meminfo: memFree=17565740/32770624 swapFree=67108860/67108860
[pid=5640] ppid=5637 vsize=15267476 memory=11473692 CPUtime=2728.73 cores=0-7
/proc/5640/stat : 5640 (java) S 5637 5640 5117 0 -1 1077944320 982449 0 0 0 269323 3550 0 0 20 0 34 0 112092778 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140732492315584 140106809442039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
/proc/5640/statm: 3816869 2868423 3858 1 0 3804584 0
[pid=5640/tid=5642] ppid=5637 vsize=15267476 memory=8112282956445269571 CPUtime=1324.75 cores=0-7
/proc/5640/task/5642/stat : 5642 (java) S 5637 5640 5117 0 -1 1077944384 132566 0 0 0 132374 101 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106813684912 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5643] ppid=5637 vsize=15267476 memory=4126316290023845779 CPUtime=146.7 cores=0-7
/proc/5640/task/5643/stat : 5643 (java) S 5637 5640 5117 0 -1 1077944384 44459 0 0 0 14321 349 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106739530896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5644] ppid=5637 vsize=15267476 memory=6504 CPUtime=146.77 cores=0-7
/proc/5640/task/5644/stat : 5644 (java) S 5637 5640 5117 0 -1 1077944384 44098 0 0 0 14322 355 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106738478096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5645] ppid=5637 vsize=15267476 memory=840 CPUtime=147.08 cores=0-7
/proc/5640/task/5645/stat : 5645 (java) S 5637 5640 5117 0 -1 1077944384 56058 0 0 0 14328 380 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106737425296 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5646] ppid=5637 vsize=15267476 memory=1696 CPUtime=146.91 cores=0-7
/proc/5640/task/5646/stat : 5646 (java) S 5637 5640 5117 0 -1 1077944384 53817 0 0 0 14319 372 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106736372496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5647] ppid=5637 vsize=15267476 memory=916 CPUtime=146.98 cores=0-7
/proc/5640/task/5647/stat : 5647 (java) S 5637 5640 5117 0 -1 1077944384 41863 0 0 0 14289 409 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106735319696 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5648] ppid=5637 vsize=15267476 memory=4120 CPUtime=146.77 cores=0-7
/proc/5640/task/5648/stat : 5648 (java) S 5637 5640 5117 0 -1 1077944384 41561 0 0 0 14316 361 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106734266896 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5649] ppid=5637 vsize=15267476 memory=4104 CPUtime=146.2 cores=0-7
/proc/5640/task/5649/stat : 5649 (java) S 5637 5640 5117 0 -1 1077944384 46760 0 0 0 14213 407 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106733214096 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5650] ppid=5637 vsize=15267476 memory=1152 CPUtime=146.55 cores=0-7
/proc/5640/task/5650/stat : 5650 (java) S 5637 5640 5117 0 -1 1077944384 35522 0 0 0 14290 365 0 0 20 0 34 0 112092779 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140106398349584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5651] ppid=5637 vsize=15267476 memory=3892 CPUtime=91.1 cores=0-7
/proc/5640/task/5651/stat : 5651 (java) R 5637 5640 5117 0 -1 4202560 372347 0 0 0 8807 303 0 0 20 0 34 0 112092781 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105772610896 140106787812219 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5652] ppid=5637 vsize=15267476 memory=11473692 CPUtime=0 cores=0-7
/proc/5640/task/5652/stat : 5652 (java) S 5637 5640 5117 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 34 0 112092781 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105771558496 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5653] ppid=5637 vsize=15267476 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/5640/task/5653/stat : 5653 (java) S 5637 5640 5117 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 34 0 112092782 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105770505600 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5654] ppid=5637 vsize=15267476 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5640/task/5654/stat : 5654 (java) S 5637 5640 5117 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105769453904 140106809460635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5655] ppid=5637 vsize=15267476 memory=5860419444670951523 CPUtime=2.19 cores=0-7
/proc/5640/task/5655/stat : 5655 (java) S 5637 5640 5117 0 -1 1077944384 20128 0 0 0 215 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105768401312 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5656] ppid=5637 vsize=15267476 memory=5860419444670951523 CPUtime=3.23 cores=0-7
/proc/5640/task/5656/stat : 5656 (java) S 5637 5640 5117 0 -1 1077944384 20959 0 0 0 319 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105767348512 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5657] ppid=5637 vsize=15267476 memory=7380387566054429012 CPUtime=2.12 cores=0-7
/proc/5640/task/5657/stat : 5657 (java) S 5637 5640 5117 0 -1 1077944384 17077 0 0 0 209 3 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105766295424 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5658] ppid=5637 vsize=15267476 memory=7380387566054429012 CPUtime=1.17 cores=0-7
/proc/5640/task/5658/stat : 5658 (java) S 5637 5640 5117 0 -1 1077944384 20040 0 0 0 113 4 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105765242432 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5659] ppid=5637 vsize=15267476 memory=7380387566054429012 CPUtime=0 cores=0-7
/proc/5640/task/5659/stat : 5659 (java) S 5637 5640 5117 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105764191328 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5660] ppid=5637 vsize=15267476 memory=302585798304464922 CPUtime=0.85 cores=0-7
/proc/5640/task/5660/stat : 5660 (java) S 5637 5640 5117 0 -1 1077944384 2738 0 0 0 44 41 0 0 20 0 34 0 112092784 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105763138608 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5676] ppid=5637 vsize=15267476 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5640/task/5676/stat : 5676 (java) S 5637 5640 5117 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 112226820 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105752851584 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5677] ppid=5637 vsize=15267476 memory=14698478437665088 CPUtime=0.12 cores=0-7
/proc/5640/task/5677/stat : 5677 (java) S 5637 5640 5117 0 -1 1077944384 1886 0 0 0 6 6 0 0 20 0 34 0 112226832 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105749701472 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5678] ppid=5637 vsize=15267476 memory=5860419444670951523 CPUtime=16.21 cores=0-7
/proc/5640/task/5678/stat : 5678 (java) S 5637 5640 5117 0 -1 1077944384 5790 0 0 0 1615 6 0 0 20 0 34 0 112226842 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105746539648 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5679] ppid=5637 vsize=15267476 memory=5860419444670951523 CPUtime=16.19 cores=0-7
/proc/5640/task/5679/stat : 5679 (java) S 5637 5640 5117 0 -1 1077944384 2387 0 0 0 1604 15 0 0 20 0 34 0 112226843 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105745484832 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5680] ppid=5637 vsize=15267476 memory=7084536479172683632 CPUtime=16.1 cores=0-7
/proc/5640/task/5680/stat : 5680 (java) S 5637 5640 5117 0 -1 1077944384 2124 0 0 0 1594 16 0 0 20 0 34 0 112226843 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105744436512 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5681] ppid=5637 vsize=15267476 memory=5860419444670951523 CPUtime=16.09 cores=0-7
/proc/5640/task/5681/stat : 5681 (java) S 5637 5640 5117 0 -1 1077944384 3081 0 0 0 1600 9 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105743383376 140106809453186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5682] ppid=5637 vsize=15267476 memory=7084536479172683632 CPUtime=16.05 cores=0-7
/proc/5640/task/5682/stat : 5682 (java) S 5637 5640 5117 0 -1 1077944384 5714 0 0 0 1594 11 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105742331936 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5683] ppid=5637 vsize=15267476 memory=7453566678411274344 CPUtime=16.14 cores=0-7
/proc/5640/task/5683/stat : 5683 (java) S 5637 5640 5117 0 -1 1077944384 3215 0 0 0 1605 9 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105741279808 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5684] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=16.14 cores=0-7
/proc/5640/task/5684/stat : 5684 (java) S 5637 5640 5117 0 -1 1077944384 3713 0 0 0 1604 10 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105740226224 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5685] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=16.05 cores=0-7
/proc/5640/task/5685/stat : 5685 (java) S 5637 5640 5117 0 -1 1077944384 2973 0 0 0 1595 10 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105739171072 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5686] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=0 cores=0-7
/proc/5640/task/5686/stat : 5686 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226845 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105738130464 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5687] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=0 cores=0-7
/proc/5640/task/5687/stat : 5687 (java) S 5637 5640 5117 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 34 0 112226846 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105737077664 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5688] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=0 cores=0-7
/proc/5640/task/5688/stat : 5688 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226846 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105736024864 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
[pid=5640/tid=5689] ppid=5637 vsize=15267476 memory=7090759710554481768 CPUtime=0 cores=0-7
/proc/5640/task/5689/stat : 5689 (java) S 5637 5640 5117 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 112226849 15633895424 2868423 33554432000 4194304 4196468 140732492333040 140105734972064 140106809452245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11730944 140732492334177 140732492334363 140732492334363 140732492337103 0
Current children cumulated CPU time: 2728.73 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11473692 KiB

[startup+1583.11 s]*
/proc/loadavg: 5.33 3.22 3.28 2/181 5698
/proc/meminfo: memFree=17966640/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): 1583.16
CPU time (s): 2729.19
CPU user time (s): 2693.61
CPU system time (s): 35.5707
CPU usage (%): 172.388
Max. virtual memory (cumulated for all children) (KiB): 15267476
Max. memory (cumulated for all children) (KiB): 11473692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2693.61
system time used= 35.5707
maximum resident set size= 11474852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74160
involuntary context switches= 82361


# summary of solver processes directly reported to runsolver:
#   pid: 5640
#   total CPU time (s): 2729.19
#   total CPU user time (s): 2693.61
#   total CPU system time (s): 35.5707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.829 second user time and 14.5105 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 11:26:28
IDJOB=4274897
IDBENCH=137068
IDSOLVER=2668
FILE ID=node107/4274897-1502790047
RUNJOBID= node107-1502781623-5144
PBS_JOBID= 20629116
Free space on /tmp= 61660 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274897-1502790047/watcher-4274897-1502790047 -o /tmp/evaluation-result-4274897-1502790047/solver-4274897-1502790047 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502781623-5144 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1106097354 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274897-1502790047.xml

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

MD5SUM BENCH= 7eff1785388a539b32e3727edecebf76
RANDOM SEED=1106097354

node107.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.84
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.84
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.84
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.84
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:        29047348 kB
MemAvailable:   31987920 kB
Buffers:          219892 kB
Cached:          3007704 kB
SwapCached:            0 kB
Active:           593804 kB
Inactive:        2685888 kB
Active(anon):      55040 kB
Inactive(anon):    24972 kB
Active(file):     538764 kB
Inactive(file):  2660916 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44788 kB
Writeback:             0 kB
AnonPages:         51364 kB
Mapped:            45696 kB
Shmem:             25228 kB
Slab:             139296 kB
SReclaimable:     113452 kB
SUnreclaim:        25844 kB
KernelStack:        3408 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61616 MiB
End job on node107 at 2017-08-15 11:52:52