Trace number 4256926

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? (TO) 982.974 254.155

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark240.03101
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 843393198
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
7.71/3.85	c Parsing done, starting search...
666.78/190.87	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#856334923]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
667.05/190.90	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
667.05/190.90	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
667.05/190.90	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
667.05/190.90	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
667.05/190.90	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
667.05/190.90	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
667.05/190.90	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
667.05/190.90	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
667.05/190.90	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
667.05/190.90	c java.lang.Thread.run(Thread.java:748)
667.05/190.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14265 MiB free)
  memory of node 1: 16384 MiB (14128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256926-1502646479/watcher-4256926-1502646479 -o /tmp/evaluation-result-4256926-1502646479/solver-4256926-1502646479 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502636397-3850 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 843393198 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256926-1502646479.xml 

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

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

solver pid=17406, runsolver pid=17403

[startup+0.100063 s]*
/proc/loadavg: 0.94 2.93 4.31 2/199 17426
/proc/meminfo: memFree=29057212/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26000848 memory=32844 CPUtime=0.12 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 8599 0 0 0 10 2 0 0 20 0 20 0 97736076 26624868352 8211 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6500212 8211 3410 1 0 6487932 0
[pid=17406/tid=17408] ppid=17403 vsize=26000848 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) R 17403 17406 3823 0 -1 4202560 6550 0 0 0 7 1 0 0 20 0 20 0 97736077 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687621848224 140687617664157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26000848 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687570262416 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26000848 memory=139944385951360 CPUtime=0 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687569209616 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687568157328 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687567104528 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) S 17403 17406 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687566052240 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687564999440 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687563947152 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 8211 33554432000 4194304 4196468 140725900942432 140687562894352 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) S 17403 17406 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97736079 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686678517872 140687617653378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17418] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17418/stat : 17418 (java) S 17403 17406 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97736080 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686677463840 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17419] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17419/stat : 17419 (java) S 17403 17406 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97736080 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686676411504 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17420] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17420/stat : 17420 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736082 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686675359824 140687617660827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17421] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17421/stat : 17421 (java) S 17403 17406 3823 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 97736082 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686674307696 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17422] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17422/stat : 17422 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736082 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686673254896 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17423] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17423/stat : 17423 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736082 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686672202608 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17424] ppid=17403 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17406/task/17424/stat : 17424 (java) R 17403 17406 3823 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 20 0 97736082 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686671149808 140687596609136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17425] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17425/stat : 17425 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736083 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686670096736 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17426] ppid=17403 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17426/stat : 17426 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736083 26624868352 8211 33554432000 4194304 4196468 140725900942432 140686669044016 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 32844 KiB

[startup+0.210063 s]*
/proc/loadavg: 0.94 2.93 4.31 2/199 17426
/proc/meminfo: memFree=29046976/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26000848 memory=41988 CPUtime=0.29 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 9596 0 0 0 26 3 0 0 20 0 20 0 97736076 26624868352 10497 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6500212 10497 3597 1 0 6487932 0
[pid=17406/tid=17408] ppid=17403 vsize=26000848 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) R 17403 17406 3823 0 -1 4202560 7184 0 0 0 17 2 0 0 20 0 20 0 97736077 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687621842672 140687617664157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26000848 memory=12764 CPUtime=0 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687570262416 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26000848 memory=139944386407013 CPUtime=0 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687569209616 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687568157328 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687567104528 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) S 17403 17406 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687566052240 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687564999440 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687563947152 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624868352 10497 33554432000 4194304 4196468 140725900942432 140687562894352 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) S 17403 17406 3823 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97736079 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686678517872 140687617653378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17418] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17418/stat : 17418 (java) S 17403 17406 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97736080 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686677463840 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17419] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17419/stat : 17419 (java) S 17403 17406 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97736080 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686676411504 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17420] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17420/stat : 17420 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736082 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686675359824 140687617660827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17421] ppid=17403 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17406/task/17421/stat : 17421 (java) S 17403 17406 3823 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 97736082 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686674307696 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17422] ppid=17403 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17406/task/17422/stat : 17422 (java) S 17403 17406 3823 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 97736082 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686673254896 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17423] ppid=17403 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/17406/task/17423/stat : 17423 (java) S 17403 17406 3823 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 20 0 97736082 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686672202608 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17424] ppid=17403 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/17406/task/17424/stat : 17424 (java) S 17403 17406 3823 0 -1 1077944384 399 0 0 0 5 0 0 0 20 0 20 0 97736082 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686671149808 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17425] ppid=17403 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17425/stat : 17425 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736083 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686670096736 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17426] ppid=17403 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17426/stat : 17426 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736083 26624868352 10497 33554432000 4194304 4196468 140725900942432 140686669044016 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 41988 KiB

[startup+0.309393 s]*
/proc/loadavg: 0.94 2.93 4.31 2/199 17426
/proc/meminfo: memFree=29040648/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26000868 memory=49124 CPUtime=0.49 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 10547 0 0 0 45 4 0 0 20 0 20 0 97736076 26624888832 12281 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6500217 12281 3713 1 0 6487932 0
[pid=17406/tid=17408] ppid=17403 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) R 17403 17406 3823 0 -1 4202560 7747 0 0 0 27 2 0 0 20 0 20 0 97736077 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687621870640 140687617664157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687570262416 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687569209616 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687568157328 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687567104528 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) S 17403 17406 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687566052240 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26000868 memory=139944261677999 CPUtime=0 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687564999440 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26000868 memory=139944261680304 CPUtime=0 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687563947152 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26000868 memory=139944261682608 CPUtime=0 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736078 26624888832 12281 33554432000 4194304 4196468 140725900942432 140687562894352 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) S 17403 17406 3823 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97736079 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686678517872 140687617653378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17418] ppid=17403 vsize=26000868 memory=279888523372176 CPUtime=0 cores=0-7
/proc/17406/task/17418/stat : 17418 (java) S 17403 17406 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97736080 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686677463840 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17419] ppid=17403 vsize=26000868 memory=279888523379088 CPUtime=0 cores=0-7
/proc/17406/task/17419/stat : 17419 (java) S 17403 17406 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97736080 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686676411504 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17420] ppid=17403 vsize=26000868 memory=279888523320368 CPUtime=0 cores=0-7
/proc/17406/task/17420/stat : 17420 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736082 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686675359824 140687617660827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17421] ppid=17403 vsize=26000868 memory=279888523392912 CPUtime=0.02 cores=0-7
/proc/17406/task/17421/stat : 17421 (java) S 17403 17406 3823 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 97736082 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686674307696 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17422] ppid=17403 vsize=26000868 memory=279888523399824 CPUtime=0.02 cores=0-7
/proc/17406/task/17422/stat : 17422 (java) S 17403 17406 3823 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 97736082 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686673254896 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17423] ppid=17403 vsize=26000868 memory=279888523397520 CPUtime=0.04 cores=0-7
/proc/17406/task/17423/stat : 17423 (java) S 17403 17406 3823 0 -1 1077944384 270 0 0 0 4 0 0 0 20 0 20 0 97736082 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686672202608 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17424] ppid=17403 vsize=26000868 memory=279888523414128 CPUtime=0.08 cores=0-7
/proc/17406/task/17424/stat : 17424 (java) S 17403 17406 3823 0 -1 1077944384 440 0 0 0 8 0 0 0 20 0 20 0 97736082 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686671149808 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17425] ppid=17403 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/17406/task/17425/stat : 17425 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97736083 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686670096736 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17426] ppid=17403 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/17406/task/17426/stat : 17426 (java) S 17403 17406 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97736083 26624888832 12281 33554432000 4194304 4196468 140725900942432 140686669044016 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 49124 KiB

[startup+0.700809 s]
/proc/loadavg: 0.94 2.93 4.31 2/199 17426
/proc/meminfo: memFree=28991624/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26002916 memory=283648 CPUtime=1.4 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 12240 0 0 0 108 32 0 0 20 0 20 0 97736076 26626985984 70912 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6500729 70912 3758 1 0 6488444 0
[pid=17406/tid=17408] ppid=17403 vsize=26002916 memory=0 CPUtime=0.62 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) R 17403 17406 3823 0 -1 4202560 8558 0 0 0 57 5 0 0 20 0 20 0 97736077 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687621877872 140687240930078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26002916 memory=0 CPUtime=0.04 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) S 17403 17406 3823 0 -1 1077944384 56 0 0 0 1 3 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687570262416 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26002916 memory=0 CPUtime=0.03 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) S 17403 17406 3823 0 -1 1077944384 41 0 0 0 1 2 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687569209616 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26002916 memory=0 CPUtime=0.03 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) S 17403 17406 3823 0 -1 1077944384 50 0 0 0 1 2 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687568157328 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26002916 memory=1004 CPUtime=0.02 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) S 17403 17406 3823 0 -1 1077944384 36 0 0 0 0 2 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687567104528 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26002916 memory=5296 CPUtime=0.04 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) S 17403 17406 3823 0 -1 1077944384 49 0 0 0 1 3 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687566052240 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26002916 memory=1196 CPUtime=0.04 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) S 17403 17406 3823 0 -1 1077944384 44 0 0 0 1 3 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687564999440 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26002916 memory=4612 CPUtime=0.04 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) S 17403 17406 3823 0 -1 1077944384 44 0 0 0 1 3 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687563947152 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26002916 memory=15872 CPUtime=0.04 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) S 17403 17406 3823 0 -1 1077944384 41 0 0 0 1 3 0 0 20 0 20 0 97736078 26626985984 70912 33554432000 4194304 4196468 140725900942432 140687562894352 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26002916 memory=18448 CPUtime=0 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) S 17403 17406 3823 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 97736079 26626985984 70912 33554432000 4194304 4196468 140725900942432 140686678517872 140687617653378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0

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

[pid=17406/tid=17433] ppid=17403 vsize=26809876 memory=1004 CPUtime=21.48 cores=0-7
/proc/17406/task/17433/stat : 17433 (java) S 17403 17406 3823 0 -1 1077944384 15705 0 0 0 2138 10 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686648234864 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17434] ppid=17403 vsize=26809876 memory=5296 CPUtime=21.35 cores=0-7
/proc/17406/task/17434/stat : 17434 (java) S 17403 17406 3823 0 -1 1077944384 7534 0 0 0 2103 32 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686647181888 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17435] ppid=17403 vsize=26809876 memory=1196 CPUtime=21.47 cores=0-7
/proc/17406/task/17435/stat : 17435 (java) S 17403 17406 3823 0 -1 1077944384 15762 0 0 0 2128 19 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686646130224 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17436] ppid=17403 vsize=26809876 memory=4612 CPUtime=21.37 cores=0-7
/proc/17406/task/17436/stat : 17436 (java) S 17403 17406 3823 0 -1 1077944384 18832 0 0 0 2101 36 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686645076688 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17437] ppid=17403 vsize=26809876 memory=15872 CPUtime=0 cores=0-7
/proc/17406/task/17437/stat : 17437 (java) S 17403 17406 3823 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686644036896 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17438] ppid=17403 vsize=26809876 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17406/task/17438/stat : 17438 (java) S 17403 17406 3823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686642984096 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 974.4 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23281212 KiB

[startup+253.602 s]
/proc/loadavg: 3.17 3.21 4.09 9/210 17438
/proc/meminfo: memFree=5761408/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26809876 memory=23281212 CPUtime=980.76 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 2227857 0 0 0 93565 4511 0 0 20 0 32 0 97736076 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6702469 5820303 3859 1 0 6690184 0
[pid=17406/tid=17408] ppid=17403 vsize=26809876 memory=23281212 CPUtime=50.64 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) S 17403 17406 3823 0 -1 1077944384 34065 0 0 0 5027 37 0 0 20 0 32 0 97736077 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687621885104 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26809876 memory=4872558044660077418 CPUtime=81.91 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) R 17403 17406 3823 0 -1 4202560 261280 0 0 0 7666 525 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687570262616 140687602638632 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26809876 memory=1292 CPUtime=81.94 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) R 17403 17406 3823 0 -1 4202560 221608 0 0 0 7653 541 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687569209504 140687602638635 0 4 0 16800975 0 0 0 -1 6 0 0 44 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26809876 memory=2428 CPUtime=82.08 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) R 17403 17406 3823 0 -1 4202560 251498 0 0 0 7696 512 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687568157528 140687602638724 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26809876 memory=1728 CPUtime=82.23 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) R 17403 17406 3823 0 -1 4202560 216720 0 0 0 7662 561 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687567104728 140687602340976 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26809876 memory=1420 CPUtime=82.19 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) R 17403 17406 3823 0 -1 4202560 289221 0 0 0 7715 504 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687566052440 140687602099864 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26809876 memory=11032 CPUtime=81.77 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) R 17403 17406 3823 0 -1 4202560 200782 0 0 0 7633 544 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687564999440 140687602099801 0 4 0 16800975 0 0 0 -1 1 0 0 43 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26809876 memory=1712 CPUtime=81.96 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) R 17403 17406 3823 0 -1 4202560 224485 0 0 0 7671 525 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687563947352 140687602340942 0 4 0 16800975 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26809876 memory=1952 CPUtime=81.84 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) R 17403 17406 3823 0 -1 4202560 232574 0 0 0 7663 521 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687562894552 140687602638877 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26809876 memory=8552 CPUtime=98.31 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) S 17403 17406 3823 0 -1 1077944384 168246 0 0 0 9803 28 0 0 20 0 32 0 97736079 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686678516416 140687617652437 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17418] ppid=17403 vsize=26809876 memory=1224 CPUtime=0 cores=0-7
/proc/17406/task/17418/stat : 17418 (java) S 17403 17406 3823 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 97736080 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686677463904 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17419] ppid=17403 vsize=26809876 memory=792 CPUtime=0 cores=0-7
/proc/17406/task/17419/stat : 17419 (java) S 17403 17406 3823 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 97736080 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686676411520 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17420] ppid=17403 vsize=26809876 memory=1004 CPUtime=0 cores=0-7
/proc/17406/task/17420/stat : 17420 (java) S 17403 17406 3823 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686675359472 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17421] ppid=17403 vsize=26809876 memory=5296 CPUtime=0.91 cores=0-7
/proc/17406/task/17421/stat : 17421 (java) S 17403 17406 3823 0 -1 1077944384 4514 0 0 0 89 2 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686674307696 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17422] ppid=17403 vsize=26809876 memory=23281212 CPUtime=1.03 cores=0-7
/proc/17406/task/17422/stat : 17422 (java) S 17403 17406 3823 0 -1 1077944384 5183 0 0 0 102 1 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686673254896 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17423] ppid=17403 vsize=26809876 memory=2200 CPUtime=1.14 cores=0-7
/proc/17406/task/17423/stat : 17423 (java) S 17403 17406 3823 0 -1 1077944384 4651 0 0 0 113 1 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686672202608 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17424] ppid=17403 vsize=26809876 memory=6504 CPUtime=0.93 cores=0-7
/proc/17406/task/17424/stat : 17424 (java) S 17403 17406 3823 0 -1 1077944384 13497 0 0 0 89 4 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686671149808 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17425] ppid=17403 vsize=26809876 memory=840 CPUtime=0 cores=0-7
/proc/17406/task/17425/stat : 17425 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97736083 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686670096736 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17426] ppid=17403 vsize=26809876 memory=1692 CPUtime=0.09 cores=0-7
/proc/17406/task/17426/stat : 17426 (java) S 17403 17406 3823 0 -1 1077944384 620 0 0 0 4 5 0 0 20 0 32 0 97736083 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686669044016 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17427] ppid=17403 vsize=26809876 memory=23281212 CPUtime=0 cores=0-7
/proc/17406/task/17427/stat : 17427 (java) S 17403 17406 3823 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 32 0 97742396 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686658757504 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17428] ppid=17403 vsize=26809876 memory=23281212 CPUtime=0.12 cores=0-7
/proc/17406/task/17428/stat : 17428 (java) S 17403 17406 3823 0 -1 1077944384 1531 0 0 0 5 7 0 0 20 0 32 0 97742408 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686655607392 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17429] ppid=17403 vsize=26809876 memory=4104 CPUtime=21.48 cores=0-7
/proc/17406/task/17429/stat : 17429 (java) S 17403 17406 3823 0 -1 1077944384 11015 0 0 0 2123 25 0 0 20 0 32 0 97742418 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686652448976 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17430] ppid=17403 vsize=26809876 memory=1196 CPUtime=21.5 cores=0-7
/proc/17406/task/17430/stat : 17430 (java) S 17403 17406 3823 0 -1 1077944384 8471 0 0 0 2137 13 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686651393264 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17431] ppid=17403 vsize=26809876 memory=4612 CPUtime=21.46 cores=0-7
/proc/17406/task/17431/stat : 17431 (java) S 17403 17406 3823 0 -1 1077944384 11143 0 0 0 2130 16 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686650340800 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17432] ppid=17403 vsize=26809876 memory=15872 CPUtime=21.31 cores=0-7
/proc/17406/task/17432/stat : 17432 (java) S 17403 17406 3823 0 -1 1077944384 7366 0 0 0 2093 38 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686649288000 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17433] ppid=17403 vsize=26809876 memory=18448 CPUtime=21.48 cores=0-7
/proc/17406/task/17433/stat : 17433 (java) S 17403 17406 3823 0 -1 1077944384 15705 0 0 0 2138 10 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686648234864 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17434] ppid=17403 vsize=26809876 memory=15848 CPUtime=21.35 cores=0-7
/proc/17406/task/17434/stat : 17434 (java) S 17403 17406 3823 0 -1 1077944384 7534 0 0 0 2103 32 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686647181888 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17435] ppid=17403 vsize=26809876 memory=4044 CPUtime=21.47 cores=0-7
/proc/17406/task/17435/stat : 17435 (java) S 17403 17406 3823 0 -1 1077944384 15762 0 0 0 2128 19 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686646130224 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17436] ppid=17403 vsize=26809876 memory=1792 CPUtime=21.37 cores=0-7
/proc/17406/task/17436/stat : 17436 (java) S 17403 17406 3823 0 -1 1077944384 18832 0 0 0 2101 36 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686645076688 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17437] ppid=17403 vsize=26809876 memory=636 CPUtime=0 cores=0-7
/proc/17406/task/17437/stat : 17437 (java) S 17403 17406 3823 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686644036896 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17438] ppid=17403 vsize=26809876 memory=956 CPUtime=0 cores=0-7
/proc/17406/task/17438/stat : 17438 (java) S 17403 17406 3823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686642984096 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 980.76 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23281212 KiB

[startup+254.001 s]*
/proc/loadavg: 3.17 3.21 4.09 2/210 17438
/proc/meminfo: memFree=5761408/32770624 swapFree=67108860/67108860
[pid=17406] ppid=17403 vsize=26809876 memory=23281212 CPUtime=982.82 cores=0-7
/proc/17406/stat : 17406 (java) S 17403 17406 3823 0 -1 1077944320 2227857 0 0 0 93771 4511 0 0 20 0 32 0 97736076 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140725900924976 140687617642231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
/proc/17406/statm: 6702469 5820303 3859 1 0 6690184 0
[pid=17406/tid=17408] ppid=17403 vsize=26809876 memory=4872558044660077418 CPUtime=50.64 cores=0-7
/proc/17406/task/17408/stat : 17408 (java) S 17403 17406 3823 0 -1 1077944384 34065 0 0 0 5027 37 0 0 20 0 32 0 97736077 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687621885104 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17409] ppid=17403 vsize=26809876 memory=4612 CPUtime=82.14 cores=0-7
/proc/17406/task/17409/stat : 17409 (java) S 17403 17406 3823 0 -1 1077944384 261280 0 0 0 7689 525 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687570262416 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17410] ppid=17403 vsize=26809876 memory=15872 CPUtime=82.18 cores=0-7
/proc/17406/task/17410/stat : 17410 (java) S 17403 17406 3823 0 -1 1077944384 221608 0 0 0 7677 541 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687569209616 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17411] ppid=17403 vsize=26809876 memory=18448 CPUtime=82.31 cores=0-7
/proc/17406/task/17411/stat : 17411 (java) S 17403 17406 3823 0 -1 1077944384 251498 0 0 0 7719 512 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687568157328 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17412] ppid=17403 vsize=26809876 memory=4126316290023845779 CPUtime=82.47 cores=0-7
/proc/17406/task/17412/stat : 17412 (java) S 17403 17406 3823 0 -1 1077944384 216720 0 0 0 7686 561 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687567104528 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17413] ppid=17403 vsize=26809876 memory=27928 CPUtime=82.43 cores=0-7
/proc/17406/task/17413/stat : 17413 (java) S 17403 17406 3823 0 -1 1077944384 289221 0 0 0 7739 504 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687566052240 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17414] ppid=17403 vsize=26809876 memory=1292 CPUtime=82.01 cores=0-7
/proc/17406/task/17414/stat : 17414 (java) S 17403 17406 3823 0 -1 1077944384 200782 0 0 0 7657 544 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687564999440 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17415] ppid=17403 vsize=26809876 memory=2428 CPUtime=82.19 cores=0-7
/proc/17406/task/17415/stat : 17415 (java) S 17403 17406 3823 0 -1 1077944384 224485 0 0 0 7694 525 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687563947152 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17416] ppid=17403 vsize=26809876 memory=1728 CPUtime=82.08 cores=0-7
/proc/17406/task/17416/stat : 17416 (java) S 17403 17406 3823 0 -1 1077944384 232574 0 0 0 7687 521 0 0 20 0 32 0 97736078 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140687562894352 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17417] ppid=17403 vsize=26809876 memory=1420 CPUtime=98.48 cores=0-7
/proc/17406/task/17417/stat : 17417 (java) R 17403 17406 3823 0 -1 4202560 168246 0 0 0 9820 28 0 0 20 0 32 0 97736079 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686678516304 140687602638320 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17418] ppid=17403 vsize=26809876 memory=11032 CPUtime=0 cores=0-7
/proc/17406/task/17418/stat : 17418 (java) S 17403 17406 3823 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 32 0 97736080 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686677463904 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17419] ppid=17403 vsize=26809876 memory=1712 CPUtime=0 cores=0-7
/proc/17406/task/17419/stat : 17419 (java) S 17403 17406 3823 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 32 0 97736080 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686676411520 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17420] ppid=17403 vsize=26809876 memory=1952 CPUtime=0 cores=0-7
/proc/17406/task/17420/stat : 17420 (java) S 17403 17406 3823 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686675359472 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17421] ppid=17403 vsize=26809876 memory=8552 CPUtime=0.91 cores=0-7
/proc/17406/task/17421/stat : 17421 (java) S 17403 17406 3823 0 -1 1077944384 4514 0 0 0 89 2 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686674307696 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17422] ppid=17403 vsize=26809876 memory=1224 CPUtime=1.03 cores=0-7
/proc/17406/task/17422/stat : 17422 (java) S 17403 17406 3823 0 -1 1077944384 5183 0 0 0 102 1 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686673254896 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17423] ppid=17403 vsize=26809876 memory=792 CPUtime=1.14 cores=0-7
/proc/17406/task/17423/stat : 17423 (java) S 17403 17406 3823 0 -1 1077944384 4651 0 0 0 113 1 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686672202608 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17424] ppid=17403 vsize=26809876 memory=23281212 CPUtime=0.93 cores=0-7
/proc/17406/task/17424/stat : 17424 (java) S 17403 17406 3823 0 -1 1077944384 13497 0 0 0 89 4 0 0 20 0 32 0 97736082 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686671149808 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17425] ppid=17403 vsize=26809876 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17406/task/17425/stat : 17425 (java) S 17403 17406 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 97736083 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686670096736 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17426] ppid=17403 vsize=26809876 memory=14698478437665088 CPUtime=0.1 cores=0-7
/proc/17406/task/17426/stat : 17426 (java) S 17403 17406 3823 0 -1 1077944384 620 0 0 0 5 5 0 0 20 0 32 0 97736083 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686669044016 140687617653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17427] ppid=17403 vsize=26809876 memory=279888525144704 CPUtime=0 cores=0-7
/proc/17406/task/17427/stat : 17427 (java) S 17403 17406 3823 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 32 0 97742396 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686658757504 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17428] ppid=17403 vsize=26809876 memory=139944263261900 CPUtime=0.12 cores=0-7
/proc/17406/task/17428/stat : 17428 (java) S 17403 17406 3823 0 -1 1077944384 1531 0 0 0 5 7 0 0 20 0 32 0 97742408 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686655607392 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17429] ppid=17403 vsize=26809876 memory=6791534058613427641 CPUtime=21.48 cores=0-7
/proc/17406/task/17429/stat : 17429 (java) S 17403 17406 3823 0 -1 1077944384 11015 0 0 0 2123 25 0 0 20 0 32 0 97742418 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686652448976 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17430] ppid=17403 vsize=26809876 memory=6791534058613427641 CPUtime=21.5 cores=0-7
/proc/17406/task/17430/stat : 17430 (java) S 17403 17406 3823 0 -1 1077944384 8471 0 0 0 2137 13 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686651393264 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17431] ppid=17403 vsize=26809876 memory=2428 CPUtime=21.46 cores=0-7
/proc/17406/task/17431/stat : 17431 (java) S 17403 17406 3823 0 -1 1077944384 11143 0 0 0 2130 16 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686650340800 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17432] ppid=17403 vsize=26809876 memory=1728 CPUtime=21.31 cores=0-7
/proc/17406/task/17432/stat : 17432 (java) S 17403 17406 3823 0 -1 1077944384 7366 0 0 0 2093 38 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686649288000 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17433] ppid=17403 vsize=26809876 memory=1420 CPUtime=21.48 cores=0-7
/proc/17406/task/17433/stat : 17433 (java) S 17403 17406 3823 0 -1 1077944384 15705 0 0 0 2138 10 0 0 20 0 32 0 97742419 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686648234864 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17434] ppid=17403 vsize=26809876 memory=11032 CPUtime=21.35 cores=0-7
/proc/17406/task/17434/stat : 17434 (java) S 17403 17406 3823 0 -1 1077944384 7534 0 0 0 2103 32 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686647181888 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17435] ppid=17403 vsize=26809876 memory=1712 CPUtime=21.47 cores=0-7
/proc/17406/task/17435/stat : 17435 (java) S 17403 17406 3823 0 -1 1077944384 15762 0 0 0 2128 19 0 0 20 0 32 0 97742421 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686646130224 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17436] ppid=17403 vsize=26809876 memory=1952 CPUtime=21.37 cores=0-7
/proc/17406/task/17436/stat : 17436 (java) S 17403 17406 3823 0 -1 1077944384 18832 0 0 0 2101 36 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686645076688 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17437] ppid=17403 vsize=26809876 memory=8552 CPUtime=0 cores=0-7
/proc/17406/task/17437/stat : 17437 (java) S 17403 17406 3823 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686644036896 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
[pid=17406/tid=17438] ppid=17403 vsize=26809876 memory=7372782274190796389 CPUtime=0 cores=0-7
/proc/17406/task/17438/stat : 17438 (java) S 17403 17406 3823 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 97742422 27453313024 5820303 33554432000 4194304 4196468 140725900942432 140686642984096 140687617652437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140725900944488 140725900944672 140725900944672 140725900947407 0
Current children cumulated CPU time: 982.82 s
Current children cumulated vsize: 26809876 KiB
Current children cumulated memory: 23281212 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.155
CPU time (s): 982.974
CPU user time (s): 937.716
CPU system time (s): 45.258
CPU usage (%): 386.762
Max. virtual memory (cumulated for all children) (KiB): 26809876
Max. memory (cumulated for all children) (KiB): 23281212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 937.716
system time used= 45.258
maximum resident set size= 23281556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2227864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36238
involuntary context switches= 11057


# summary of solver processes directly reported to runsolver:
#   pid: 17406
#   total CPU time (s): 982.974
#   total CPU user time (s): 937.716
#   total CPU system time (s): 45.258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.19067 second user time and 2.73293 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 19:33:41
IDJOB=4256926
IDBENCH=137964
IDSOLVER=2641
FILE ID=node107/4256926-1502646479
RUNJOBID= node107-1502636397-3850
PBS_JOBID= 20628325
Free space on /tmp= 61624 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.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-4256926-1502646479/watcher-4256926-1502646479 -o /tmp/evaluation-result-4256926-1502646479/solver-4256926-1502646479 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502636397-3850 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 843393198 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256926-1502646479.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=843393198

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:        29075680 kB
MemAvailable:   31990824 kB
Buffers:          170776 kB
Cached:          3032328 kB
SwapCached:            0 kB
Active:           605396 kB
Inactive:        2649540 kB
Active(anon):      54708 kB
Inactive(anon):    24972 kB
Active(file):     550688 kB
Inactive(file):  2624568 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             80060 kB
Writeback:             0 kB
AnonPages:         58084 kB
Mapped:            43568 kB
Shmem:             25228 kB
Slab:             137096 kB
SReclaimable:     111448 kB
SUnreclaim:        25648 kB
KernelStack:        3152 kB
PageTables:         4628 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:      6144 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= 61584 MiB
End job on node107 at 2017-08-13 19:37:56