Trace number 4274903

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? 1118.87 359.84399

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274903-1502809386/watcher-4274903-1502809386 -o /tmp/evaluation-result-4274903-1502809386/solver-4274903-1502809386 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1050660735 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274903-1502809386.xml 

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

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


[startup+0.100534 s]*
/proc/loadavg: 3.78 3.14 2.53 1/198 16625
/proc/meminfo: memFree=27611724/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=14325320 memory=34056 CPUtime=0.12 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 8398 0 0 0 11 1 0 0 20 0 20 0 114019522 14669127680 8514 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3581330 8514 3412 1 0 3569050 0
[pid=16605/tid=16607] ppid=16602 vsize=14325320 memory=8113967486777335447 CPUtime=0.09 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) R 16602 16605 15472 0 -1 4202560 6352 0 0 0 8 1 0 0 20 0 20 0 114019523 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560386364080 140560366228837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=14325320 memory=732370767710866405 CPUtime=0 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=14325320 memory=140629373412992 CPUtime=0 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 8514 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019525 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559839607024 140560382196354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16617] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16617/stat : 16617 (java) S 16602 16605 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114019525 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559838553248 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16618] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16618/stat : 16618 (java) S 16602 16605 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114019526 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559837500144 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16619] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16619/stat : 16619 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559836448720 140560382203803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16620] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16620/stat : 16620 (java) S 16602 16605 15472 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559835396848 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16621] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16621/stat : 16621 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559834344304 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16622] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16622/stat : 16622 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559833291248 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16623] ppid=16602 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/16605/task/16623/stat : 16623 (java) S 16602 16605 15472 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559832238704 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16624] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16624/stat : 16624 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559831185888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16625] ppid=16602 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16605/task/16625/stat : 16625 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019529 14669127680 8514 33554432000 4194304 4196468 140737033106880 140559830133424 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34056 KiB

[startup+0.210353 s]*
/proc/loadavg: 3.78 3.14 2.53 3/198 16625
/proc/meminfo: memFree=27600992/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=14325320 memory=42944 CPUtime=0.29 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 9387 0 0 0 27 2 0 0 20 0 20 0 114019522 14669127680 10736 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3581330 10736 3589 1 0 3569050 0
[pid=16605/tid=16607] ppid=16602 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) R 16602 16605 15472 0 -1 4202560 6982 0 0 0 18 1 0 0 20 0 20 0 114019523 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560386406912 140560382207133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=14325320 memory=140629373428747 CPUtime=0 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669127680 10736 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) S 16602 16605 15472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114019525 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559839607024 140560382196354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16617] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16617/stat : 16617 (java) S 16602 16605 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114019525 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559838553248 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16618] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16618/stat : 16618 (java) S 16602 16605 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114019526 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559837500144 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16619] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16619/stat : 16619 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559836448720 140560382203803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16620] ppid=16602 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16605/task/16620/stat : 16620 (java) S 16602 16605 15472 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559835396848 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16621] ppid=16602 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16605/task/16621/stat : 16621 (java) S 16602 16605 15472 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559834344304 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16622] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16622/stat : 16622 (java) S 16602 16605 15472 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559833291248 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16623] ppid=16602 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16605/task/16623/stat : 16623 (java) R 16602 16605 15472 0 -1 4202560 388 0 0 0 5 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559832238704 140560382197142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16624] ppid=16602 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16624/stat : 16624 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019528 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559831185888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16625] ppid=16602 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16605/task/16625/stat : 16625 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019529 14669127680 10736 33554432000 4194304 4196468 140737033106880 140559830133424 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42944 KiB

[startup+0.31014 s]*
/proc/loadavg: 3.78 3.14 2.53 2/198 16625
/proc/meminfo: memFree=27594168/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=14325340 memory=50880 CPUtime=0.48 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 10550 0 0 0 45 3 0 0 20 0 20 0 114019522 14669148160 12720 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3581335 12720 3720 1 0 3569050 0
[pid=16605/tid=16607] ppid=16602 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) R 16602 16605 15472 0 -1 4202560 7609 0 0 0 27 2 0 0 20 0 20 0 114019523 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560386415664 140560366265694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=14325340 memory=140629241852847 CPUtime=0 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=14325340 memory=140629241855152 CPUtime=0 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=14325340 memory=140629241857456 CPUtime=0 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019524 14669148160 12720 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) S 16602 16605 15472 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114019525 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559839607024 140560382196354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16617] ppid=16602 vsize=14325340 memory=281258483721872 CPUtime=0 cores=0-7
/proc/16605/task/16617/stat : 16617 (java) S 16602 16605 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114019525 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559838553248 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16618] ppid=16602 vsize=14325340 memory=281258483728784 CPUtime=0 cores=0-7
/proc/16605/task/16618/stat : 16618 (java) S 16602 16605 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114019526 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559837500144 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16619] ppid=16602 vsize=14325340 memory=281258483670064 CPUtime=0 cores=0-7
/proc/16605/task/16619/stat : 16619 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559836448720 140560382203803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16620] ppid=16602 vsize=14325340 memory=281258483742608 CPUtime=0.03 cores=0-7
/proc/16605/task/16620/stat : 16620 (java) S 16602 16605 15472 0 -1 1077944384 583 0 0 0 3 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559835396848 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16621] ppid=16602 vsize=14325340 memory=281258483749520 CPUtime=0.02 cores=0-7
/proc/16605/task/16621/stat : 16621 (java) S 16602 16605 15472 0 -1 1077944384 193 0 0 0 2 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559834344304 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16622] ppid=16602 vsize=14325340 memory=281258483747216 CPUtime=0.03 cores=0-7
/proc/16605/task/16622/stat : 16622 (java) S 16602 16605 15472 0 -1 1077944384 269 0 0 0 3 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559833291248 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16623] ppid=16602 vsize=14325340 memory=281258483763776 CPUtime=0.08 cores=0-7
/proc/16605/task/16623/stat : 16623 (java) S 16602 16605 15472 0 -1 1077944384 512 0 0 0 8 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559832238704 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16624] ppid=16602 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16605/task/16624/stat : 16624 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114019528 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559831185888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16625] ppid=16602 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16605/task/16625/stat : 16625 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114019529 14669148160 12720 33554432000 4194304 4196468 140737033106880 140559830133424 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50880 KiB

[startup+0.701139 s]
/proc/loadavg: 3.78 3.14 2.53 2/198 16625
/proc/meminfo: memFree=27545408/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=14325340 memory=286144 CPUtime=1.36 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 11933 0 0 0 104 32 0 0 20 0 20 0 114019522 14669148160 71536 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3581335 71536 3754 1 0 3569050 0
[pid=16605/tid=16607] ppid=16602 vsize=14325340 memory=7230638415974133079 CPUtime=0.62 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) R 16602 16605 15472 0 -1 4202560 8092 0 0 0 57 5 0 0 20 0 20 0 114019523 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560386422912 140560382207133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=14325340 memory=71399536361952 CPUtime=0.04 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 58 0 0 0 2 2 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=14325340 memory=140629241871638 CPUtime=0.04 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 61 0 0 0 1 3 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 52 0 0 0 1 3 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 63 0 0 0 1 3 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 51 0 0 0 1 3 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 38 0 0 0 1 2 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=14325340 memory=1732 CPUtime=0.05 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 20 0 114019524 14669148160 71536 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=14325340 memory=1224 CPUtime=0 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) S 16602 16605 15472 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 114019525 14669148160 71536 33554432000 4194304 4196468 140737033106880 140559839607024 140560382196354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0

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

/proc/16605/task/16646/stat : 16646 (java) S 16602 16605 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 114037485 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559803020448 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 1117.19 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11708224 KiB

[startup+359.201 s]
/proc/loadavg: 4.08 3.10 2.63 2/212 16646
/proc/meminfo: memFree=15913348/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=15200912 memory=11708224 CPUtime=1117.99 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 2447250 0 0 0 108989 2810 0 0 20 0 33 0 114019522 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3800228 2927056 3859 1 0 3787943 0
[pid=16605/tid=16607] ppid=16602 vsize=15200912 memory=7091010411939521872 CPUtime=134.4 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) S 16602 16605 15472 0 -1 1077944384 106254 0 0 0 13364 76 0 0 20 0 33 0 114019523 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560386428080 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=15200912 memory=6791534058613427641 CPUtime=99.15 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 187986 0 0 0 9610 305 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=15200912 memory=1296 CPUtime=99.12 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 279321 0 0 0 9587 325 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=15200912 memory=2408 CPUtime=99.2 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 257012 0 0 0 9565 355 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=15200912 memory=1732 CPUtime=99.37 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 281184 0 0 0 9598 339 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=15200912 memory=1224 CPUtime=98.75 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 223370 0 0 0 9551 324 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=15200912 memory=12032 CPUtime=99.15 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 306443 0 0 0 9576 339 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=15200912 memory=2424 CPUtime=99.27 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 216145 0 0 0 9608 319 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=15200912 memory=932 CPUtime=99.54 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 308516 0 0 0 9643 311 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=15200912 memory=1572 CPUtime=115.25 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) R 16602 16605 15472 0 -1 4202560 189282 0 0 0 11491 34 0 0 20 0 33 0 114019525 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559839605456 140560367188295 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16617] ppid=16602 vsize=15200912 memory=2244 CPUtime=0 cores=0-7
/proc/16605/task/16617/stat : 16617 (java) S 16602 16605 15472 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 33 0 114019525 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559838553312 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16618] ppid=16602 vsize=15200912 memory=4124 CPUtime=0 cores=0-7
/proc/16605/task/16618/stat : 16618 (java) S 16602 16605 15472 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 33 0 114019526 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559837500160 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16619] ppid=16602 vsize=15200912 memory=2208 CPUtime=0 cores=0-7
/proc/16605/task/16619/stat : 16619 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559836448720 140560382203803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16620] ppid=16602 vsize=15200912 memory=11708028 CPUtime=0.96 cores=0-7
/proc/16605/task/16620/stat : 16620 (java) S 16602 16605 15472 0 -1 1077944384 8679 0 0 0 94 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559835396896 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16621] ppid=16602 vsize=15200912 memory=6791534058613427641 CPUtime=1.13 cores=0-7
/proc/16605/task/16621/stat : 16621 (java) S 16602 16605 15472 0 -1 1077944384 6918 0 0 0 111 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559834344352 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16622] ppid=16602 vsize=15200912 memory=4096 CPUtime=1.01 cores=0-7
/proc/16605/task/16622/stat : 16622 (java) S 16602 16605 15472 0 -1 1077944384 7473 0 0 0 99 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559833291008 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16623] ppid=16602 vsize=15200912 memory=1152 CPUtime=0.85 cores=0-7
/proc/16605/task/16623/stat : 16623 (java) S 16602 16605 15472 0 -1 1077944384 14520 0 0 0 81 4 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559832238752 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16624] ppid=16602 vsize=15200912 memory=3736 CPUtime=0 cores=0-7
/proc/16605/task/16624/stat : 16624 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559831185888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16625] ppid=16602 vsize=15200912 memory=11308061 CPUtime=0.15 cores=0-7
/proc/16605/task/16625/stat : 16625 (java) S 16602 16605 15472 0 -1 1077944384 1062 0 0 0 5 10 0 0 20 0 33 0 114019529 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559830133424 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16634] ppid=16602 vsize=15200912 memory=19100 CPUtime=0 cores=0-7
/proc/16605/task/16634/stat : 16634 (java) S 16602 16605 15472 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 33 0 114037459 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559819846144 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16635] ppid=16602 vsize=15200912 memory=4048 CPUtime=0.06 cores=0-7
/proc/16605/task/16635/stat : 16635 (java) S 16602 16605 15472 0 -1 1077944384 1461 0 0 0 3 3 0 0 20 0 33 0 114037471 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559816695888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16636] ppid=16602 vsize=15200912 memory=1792 CPUtime=0.01 cores=0-7
/proc/16605/task/16636/stat : 16636 (java) S 16602 16605 15472 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 33 0 114037481 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559813547424 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16637] ppid=16602 vsize=15200912 memory=648 CPUtime=8.77 cores=0-7
/proc/16605/task/16637/stat : 16637 (java) S 16602 16605 15472 0 -1 1077944384 4902 0 0 0 876 1 0 0 20 0 33 0 114037481 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559812485664 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16638] ppid=16602 vsize=15200912 memory=1240 CPUtime=8.86 cores=0-7
/proc/16605/task/16638/stat : 16638 (java) S 16602 16605 15472 0 -1 1077944384 9130 0 0 0 884 2 0 0 20 0 33 0 114037482 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559811429888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16639] ppid=16602 vsize=15200912 memory=960 CPUtime=8.73 cores=0-7
/proc/16605/task/16639/stat : 16639 (java) S 16602 16605 15472 0 -1 1077944384 4087 0 0 0 854 19 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559810377408 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16640] ppid=16602 vsize=15200912 memory=33 CPUtime=8.87 cores=0-7
/proc/16605/task/16640/stat : 16640 (java) S 16602 16605 15472 0 -1 1077944384 3608 0 0 0 878 9 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559809327984 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16641] ppid=16602 vsize=15200912 memory=-5921431000321636112 CPUtime=8.84 cores=0-7
/proc/16605/task/16641/stat : 16641 (java) S 16602 16605 15472 0 -1 1077944384 6915 0 0 0 873 11 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559808277232 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16642] ppid=16602 vsize=15200912 memory=-5921431000321636112 CPUtime=8.72 cores=0-7
/proc/16605/task/16642/stat : 16642 (java) S 16602 16605 15472 0 -1 1077944384 11117 0 0 0 866 6 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559807222384 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16643] ppid=16602 vsize=15200912 memory=7649399379970111025 CPUtime=8.77 cores=0-7
/proc/16605/task/16643/stat : 16643 (java) S 16602 16605 15472 0 -1 1077944384 6555 0 0 0 875 2 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559806165856 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16644] ppid=16602 vsize=15200912 memory=7649399384265078321 CPUtime=8.82 cores=0-7
/proc/16605/task/16644/stat : 16644 (java) S 16602 16605 15472 0 -1 1077944384 3532 0 0 0 878 4 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559805114112 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16645] ppid=16602 vsize=15200912 memory=7649399367085209137 CPUtime=0 cores=0-7
/proc/16605/task/16645/stat : 16645 (java) S 16602 16605 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559804073504 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16646] ppid=16602 vsize=15200912 memory=1224 CPUtime=0 cores=0-7
/proc/16605/task/16646/stat : 16646 (java) S 16602 16605 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 114037485 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559803020448 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 1117.99 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11708224 KiB

[startup+359.601 s]
/proc/loadavg: 4.08 3.10 2.63 2/212 16646
/proc/meminfo: memFree=15913348/32770624 swapFree=67108860/67108860
[pid=16605] ppid=16602 vsize=15200912 memory=11708224 CPUtime=1118.39 cores=0-7
/proc/16605/stat : 16605 (java) S 16602 16605 15472 0 -1 1077944320 2447440 0 0 0 109029 2810 0 0 20 0 33 0 114019522 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140737033089424 140560382185207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
/proc/16605/statm: 3800228 2927056 3859 1 0 3787943 0
[pid=16605/tid=16607] ppid=16602 vsize=15200912 memory=4144 CPUtime=134.4 cores=0-7
/proc/16605/task/16607/stat : 16607 (java) S 16602 16605 15472 0 -1 1077944384 106254 0 0 0 13364 76 0 0 20 0 33 0 114019523 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560386428080 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16608] ppid=16602 vsize=15200912 memory=32316 CPUtime=99.15 cores=0-7
/proc/16605/task/16608/stat : 16608 (java) S 16602 16605 15472 0 -1 1077944384 187986 0 0 0 9610 305 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560334805520 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16609] ppid=16602 vsize=15200912 memory=6791534058613427641 CPUtime=99.12 cores=0-7
/proc/16605/task/16609/stat : 16609 (java) S 16602 16605 15472 0 -1 1077944384 279321 0 0 0 9587 325 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560333752976 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16610] ppid=16602 vsize=15200912 memory=-7003737579269690708 CPUtime=99.2 cores=0-7
/proc/16605/task/16610/stat : 16610 (java) S 16602 16605 15472 0 -1 1077944384 257012 0 0 0 9565 355 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560332699920 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16611] ppid=16602 vsize=15200912 memory=11708060 CPUtime=99.37 cores=0-7
/proc/16605/task/16611/stat : 16611 (java) S 16602 16605 15472 0 -1 1077944384 281184 0 0 0 9598 339 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560331647376 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16612] ppid=16602 vsize=15200912 memory=11708028 CPUtime=98.75 cores=0-7
/proc/16605/task/16612/stat : 16612 (java) S 16602 16605 15472 0 -1 1077944384 223370 0 0 0 9551 324 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560330595344 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16613] ppid=16602 vsize=15200912 memory=11708044 CPUtime=99.15 cores=0-7
/proc/16605/task/16613/stat : 16613 (java) S 16602 16605 15472 0 -1 1077944384 306443 0 0 0 9576 339 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560329542800 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16614] ppid=16602 vsize=15200912 memory=4096 CPUtime=99.27 cores=0-7
/proc/16605/task/16614/stat : 16614 (java) S 16602 16605 15472 0 -1 1077944384 216145 0 0 0 9608 319 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560328489744 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16615] ppid=16602 vsize=15200912 memory=1152 CPUtime=99.54 cores=0-7
/proc/16605/task/16615/stat : 16615 (java) S 16602 16605 15472 0 -1 1077944384 308516 0 0 0 9643 311 0 0 20 0 33 0 114019524 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140560327437200 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16616] ppid=16602 vsize=15200912 memory=1296 CPUtime=115.65 cores=0-7
/proc/16605/task/16616/stat : 16616 (java) R 16602 16605 15472 0 -1 4202560 189471 0 0 0 11531 34 0 0 20 0 33 0 114019525 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559839605456 140560366885895 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16617] ppid=16602 vsize=15200912 memory=2408 CPUtime=0 cores=0-7
/proc/16605/task/16617/stat : 16617 (java) S 16602 16605 15472 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 33 0 114019525 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559838553312 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16618] ppid=16602 vsize=15200912 memory=1732 CPUtime=0 cores=0-7
/proc/16605/task/16618/stat : 16618 (java) S 16602 16605 15472 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 33 0 114019526 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559837500160 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16619] ppid=16602 vsize=15200912 memory=1224 CPUtime=0 cores=0-7
/proc/16605/task/16619/stat : 16619 (java) S 16602 16605 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559836448720 140560382203803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16620] ppid=16602 vsize=15200912 memory=12032 CPUtime=0.96 cores=0-7
/proc/16605/task/16620/stat : 16620 (java) S 16602 16605 15472 0 -1 1077944384 8679 0 0 0 94 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559835396896 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16621] ppid=16602 vsize=15200912 memory=5792 CPUtime=1.13 cores=0-7
/proc/16605/task/16621/stat : 16621 (java) S 16602 16605 15472 0 -1 1077944384 6918 0 0 0 111 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559834344352 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16622] ppid=16602 vsize=15200912 memory=796 CPUtime=1.01 cores=0-7
/proc/16605/task/16622/stat : 16622 (java) S 16602 16605 15472 0 -1 1077944384 7473 0 0 0 99 2 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559833291008 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16623] ppid=16602 vsize=15200912 memory=1436 CPUtime=0.85 cores=0-7
/proc/16605/task/16623/stat : 16623 (java) S 16602 16605 15472 0 -1 1077944384 14520 0 0 0 81 4 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559832238752 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16624] ppid=16602 vsize=15200912 memory=1012 CPUtime=0 cores=0-7
/proc/16605/task/16624/stat : 16624 (java) S 16602 16605 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 114019528 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559831185888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16625] ppid=16602 vsize=15200912 memory=1712 CPUtime=0.16 cores=0-7
/proc/16605/task/16625/stat : 16625 (java) S 16602 16605 15472 0 -1 1077944384 1062 0 0 0 6 10 0 0 20 0 33 0 114019529 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559830133424 140560382196354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16634] ppid=16602 vsize=15200912 memory=1952 CPUtime=0 cores=0-7
/proc/16605/task/16634/stat : 16634 (java) S 16602 16605 15472 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 33 0 114037459 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559819846144 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16635] ppid=16602 vsize=15200912 memory=8620 CPUtime=0.06 cores=0-7
/proc/16605/task/16635/stat : 16635 (java) S 16602 16605 15472 0 -1 1077944384 1461 0 0 0 3 3 0 0 20 0 33 0 114037471 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559816695888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16636] ppid=16602 vsize=15200912 memory=4620 CPUtime=0.01 cores=0-7
/proc/16605/task/16636/stat : 16636 (java) S 16602 16605 15472 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 33 0 114037481 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559813547424 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16637] ppid=16602 vsize=15200912 memory=1196 CPUtime=8.77 cores=0-7
/proc/16605/task/16637/stat : 16637 (java) S 16602 16605 15472 0 -1 1077944384 4902 0 0 0 876 1 0 0 20 0 33 0 114037481 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559812485664 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16638] ppid=16602 vsize=15200912 memory=15872 CPUtime=8.86 cores=0-7
/proc/16605/task/16638/stat : 16638 (java) S 16602 16605 15472 0 -1 1077944384 9130 0 0 0 884 2 0 0 20 0 33 0 114037482 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559811429888 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16639] ppid=16602 vsize=15200912 memory=18476 CPUtime=8.73 cores=0-7
/proc/16605/task/16639/stat : 16639 (java) S 16602 16605 15472 0 -1 1077944384 4087 0 0 0 854 19 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559810377408 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16640] ppid=16602 vsize=15200912 memory=2244 CPUtime=8.87 cores=0-7
/proc/16605/task/16640/stat : 16640 (java) S 16602 16605 15472 0 -1 1077944384 3608 0 0 0 878 9 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559809327984 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16641] ppid=16602 vsize=15200912 memory=4124 CPUtime=8.84 cores=0-7
/proc/16605/task/16641/stat : 16641 (java) S 16602 16605 15472 0 -1 1077944384 6915 0 0 0 873 11 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559808277232 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16642] ppid=16602 vsize=15200912 memory=2208 CPUtime=8.72 cores=0-7
/proc/16605/task/16642/stat : 16642 (java) S 16602 16605 15472 0 -1 1077944384 11117 0 0 0 866 6 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559807222384 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16643] ppid=16602 vsize=15200912 memory=6508 CPUtime=8.77 cores=0-7
/proc/16605/task/16643/stat : 16643 (java) S 16602 16605 15472 0 -1 1077944384 6555 0 0 0 875 2 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559806165856 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16644] ppid=16602 vsize=15200912 memory=844 CPUtime=8.82 cores=0-7
/proc/16605/task/16644/stat : 16644 (java) S 16602 16605 15472 0 -1 1077944384 3532 0 0 0 878 4 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559805114112 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16645] ppid=16602 vsize=15200912 memory=1692 CPUtime=0 cores=0-7
/proc/16605/task/16645/stat : 16645 (java) S 16602 16605 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 114037484 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559804073504 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
[pid=16605/tid=16646] ppid=16602 vsize=15200912 memory=916 CPUtime=0 cores=0-7
/proc/16605/task/16646/stat : 16646 (java) S 16602 16605 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 114037485 15565733888 2927056 33554432000 4194304 4196468 140737033106880 140559803020448 140560382195413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39444480 140737033110625 140737033110811 140737033110811 140737033113551 0
Current children cumulated CPU time: 1118.39 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11708224 KiB

[startup+359.801 s]*
/proc/loadavg: 4.08 3.10 2.63 2/180 16648
/proc/meminfo: memFree=19835656/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): 359.844
CPU time (s): 1118.87
CPU user time (s): 1090.67
CPU system time (s): 28.2086
CPU usage (%): 310.933
Max. virtual memory (cumulated for all children) (KiB): 15200912
Max. memory (cumulated for all children) (KiB): 11708336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1090.67
system time used= 28.2086
maximum resident set size= 11709140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2455609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39882
involuntary context switches= 27439


# summary of solver processes directly reported to runsolver:
#   pid: 16605
#   total CPU time (s): 1118.87
#   total CPU user time (s): 1090.67
#   total CPU system time (s): 28.2086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.94138 second user time and 3.72589 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 16:48:48
IDJOB=4274903
IDBENCH=138075
IDSOLVER=2668
FILE ID=node149/4274903-1502809386
RUNJOBID= node149-1502796940-15499
PBS_JOBID= 20629816
Free space on /tmp= 61856 MiB

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

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=1050660735

node149.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.43
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.43
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.43
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.43
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:        27630920 kB
MemAvailable:   31969472 kB
Buffers:          323916 kB
Cached:          4286904 kB
SwapCached:            0 kB
Active:          1311484 kB
Inactive:        3353696 kB
Active(anon):      57320 kB
Inactive(anon):    24956 kB
Active(file):    1254164 kB
Inactive(file):  3328740 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            126496 kB
Writeback:             0 kB
AnonPages:         60716 kB
Mapped:            46160 kB
Shmem:             25224 kB
Slab:             170128 kB
SReclaimable:     142964 kB
SUnreclaim:        27164 kB
KernelStack:        3152 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324320 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:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61816 MiB
End job on node149 at 2017-08-15 16:54:48