Trace number 4284707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? 3444.4199 1688.05

General information on the benchmark

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

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1491451958
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
2.82/1.16	c Parsing done, starting search...
2084.28/1458.37	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#522000132]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
2084.28/1458.38	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
2084.28/1458.38	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
2084.28/1458.38	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
2084.28/1458.38	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
2084.28/1458.38	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
2084.28/1458.38	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
2084.28/1458.38	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
2084.28/1458.38	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
2084.28/1458.38	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
2084.28/1458.38	c java.lang.Thread.run(Thread.java:748)
2084.28/1458.38	s UNKNOWN
3444.02/1687.89	Uncaught error from thread [solving-scheduler-1] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[solving]
3444.02/1687.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
3444.02/1687.89		at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:264)
3444.02/1687.89		at akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
3444.02/1687.89		at java.lang.Thread.run(Thread.java:748)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284707-1503453362/watcher-4284707-1503453362 -o /tmp/evaluation-result-4284707-1503453362/solver-4284707-1503453362 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1491451958 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284707-1503453362.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=17110, runsolver pid=17107
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 7.88 7.28 6.56 2/199 17130
/proc/meminfo: memFree=24326772/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=26000852 memory=32148 CPUtime=0.13 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 8443 0 0 0 11 2 0 0 20 0 20 0 178423734 26624872448 8037 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6500213 8037 3412 1 0 6487932 0
[pid=17110/tid=17112] ppid=17107 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 17066 0 -1 4202560 6385 0 0 0 8 1 0 0 20 0 20 0 178423735 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333816768096 140333796631932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=26000852 memory=140670040770176 CPUtime=0 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 8037 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423737 26624872448 8037 33554432000 4194304 4196468 140728868445488 140332018104432 140333812562562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17122] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178423737 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331949482784 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17123] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178423738 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331948430448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17124] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331947378768 140333812570011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17125] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 17066 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331946326640 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17126] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17126/stat : 17126 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331945273840 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17127] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17127/stat : 17127 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331944221552 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17128] ppid=17107 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/17110/task/17128/stat : 17128 (java) S 17107 17110 17066 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331943168752 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17129] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17129/stat : 17129 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331942115680 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17130] ppid=17107 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17130/stat : 17130 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423741 26624872448 8037 33554432000 4194304 4196468 140728868445488 140331941062960 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32148 KiB

[startup+0.210782 s]*
/proc/loadavg: 7.88 7.28 6.56 3/199 17130
/proc/meminfo: memFree=24317984/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=26000852 memory=41028 CPUtime=0.3 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 9448 0 0 0 27 3 0 0 20 0 20 0 178423734 26624872448 10257 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6500213 10257 3599 1 0 6487932 0
[pid=17110/tid=17112] ppid=17107 vsize=26000852 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 17066 0 -1 4202560 7016 0 0 0 17 2 0 0 20 0 20 0 178423735 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333816751856 140333796631902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=26000852 memory=13589 CPUtime=0 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=26000852 memory=288371046192481920 CPUtime=0 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624872448 10257 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178423737 26624872448 10257 33554432000 4194304 4196468 140728868445488 140332018104432 140333812562562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17122] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178423737 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331949482784 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17123] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178423738 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331948430448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17124] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331947378768 140333812570011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17125] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 17066 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331946326640 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17126] ppid=17107 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17110/task/17126/stat : 17126 (java) S 17107 17110 17066 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331945273840 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17127] ppid=17107 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17110/task/17127/stat : 17127 (java) S 17107 17110 17066 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331944221552 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17128] ppid=17107 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/17110/task/17128/stat : 17128 (java) R 17107 17110 17066 0 -1 4202560 384 0 0 0 5 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331943168752 140333812563350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17129] ppid=17107 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17129/stat : 17129 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423740 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331942115680 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17130] ppid=17107 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17130/stat : 17130 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423741 26624872448 10257 33554432000 4194304 4196468 140728868445488 140331941062960 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41028 KiB

[startup+0.310756 s]*
/proc/loadavg: 7.88 7.28 6.56 2/199 17130
/proc/meminfo: memFree=24310976/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=26000872 memory=49628 CPUtime=0.49 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 10664 0 0 0 45 4 0 0 20 0 20 0 178423734 26624892928 12407 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6500218 12407 3722 1 0 6487932 0
[pid=17110/tid=17112] ppid=17107 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 17066 0 -1 4202560 7721 0 0 0 27 2 0 0 20 0 20 0 178423735 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333816771184 140333442787024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=26000872 memory=140669909826735 CPUtime=0 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=26000872 memory=140669909829040 CPUtime=0 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=26000872 memory=140669909831344 CPUtime=0 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26624892928 12407 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178423737 26624892928 12407 33554432000 4194304 4196468 140728868445488 140332018104432 140333812562562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17122] ppid=17107 vsize=26000872 memory=281339819671952 CPUtime=0 cores=0-7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178423737 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331949482784 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17123] ppid=17107 vsize=26000872 memory=281339819613232 CPUtime=0 cores=0-7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178423738 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331948430448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17124] ppid=17107 vsize=26000872 memory=281339819685776 CPUtime=0 cores=0-7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331947378768 140333812570011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17125] ppid=17107 vsize=26000872 memory=281339819692688 CPUtime=0.02 cores=0-7
/proc/17110/task/17125/stat : 17125 (java) R 17107 17110 17066 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331946326640 140333812562562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17126] ppid=17107 vsize=26000872 memory=281339819690384 CPUtime=0.03 cores=0-7
/proc/17110/task/17126/stat : 17126 (java) S 17107 17110 17066 0 -1 1077944384 348 0 0 0 3 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331945273840 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17127] ppid=17107 vsize=26000872 memory=281339819706512 CPUtime=0.03 cores=0-7
/proc/17110/task/17127/stat : 17127 (java) R 17107 17110 17066 0 -1 4202560 209 0 0 0 3 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331944221552 140333812563350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17128] ppid=17107 vsize=26000872 memory=281339819704208 CPUtime=0.08 cores=0-7
/proc/17110/task/17128/stat : 17128 (java) R 17107 17110 17066 0 -1 4202560 522 0 0 0 8 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331943168752 140333812572762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17129] ppid=17107 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17129/stat : 17129 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423740 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331942115680 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17130] ppid=17107 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/17110/task/17130/stat : 17130 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423741 26624892928 12407 33554432000 4194304 4196468 140728868445488 140331941062960 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49628 KiB

[startup+0.700965 s]
/proc/loadavg: 7.88 7.28 6.56 6/199 17130
/proc/meminfo: memFree=24294704/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=26002920 memory=155248 CPUtime=1.51 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 14107 0 0 0 145 6 0 0 20 0 20 0 178423734 26626990080 38812 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6500730 38812 3776 1 0 6488444 0
[pid=17110/tid=17112] ppid=17107 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 17066 0 -1 4202560 8482 0 0 0 63 4 0 0 20 0 20 0 178423735 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333816784224 140333445999890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=26002920 memory=2241 CPUtime=0 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=26002920 memory=2244 CPUtime=0 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=26002920 memory=1008 CPUtime=0 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=26002920 memory=1428 CPUtime=0 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 38812 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 39324 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178423736 26626990080 39324 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=26002920 memory=29064 CPUtime=0 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178423737 26626990080 39324 33554432000 4194304 4196468 140728868445488 140332018104432 140333812562562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0

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

/proc/17110/task/17181/stat : 17181 (java) S 17107 17110 17066 0 -1 1077944384 5420 0 0 0 2744 26 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331918148352 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17182] ppid=17107 vsize=26876444 memory=1228 CPUtime=27.75 cores=0-7
/proc/17110/task/17182/stat : 17182 (java) S 17107 17110 17066 0 -1 1077944384 5806 0 0 0 2762 13 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331917095344 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17183] ppid=17107 vsize=26876444 memory=12136 CPUtime=0 cores=0-7
/proc/17110/task/17183/stat : 17183 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331916051744 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17184] ppid=17107 vsize=26876444 memory=5792 CPUtime=0 cores=0-7
/proc/17110/task/17184/stat : 17184 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331914998944 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17185] ppid=17107 vsize=26876444 memory=1008 CPUtime=0 cores=0-7
/proc/17110/task/17185/stat : 17185 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331913946656 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 3442.92 s
Current children cumulated vsize: 26876444 KiB
Current children cumulated memory: 23270476 KiB

[startup+1687.5 s]
/proc/loadavg: 5.24 3.94 3.25 2/211 17185
/proc/meminfo: memFree=1046728/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=26876444 memory=23270476 CPUtime=3443.72 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 3505898 0 0 0 338840 5532 0 0 20 0 33 0 178423734 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6719111 5817619 3858 1 0 6706825 0
[pid=17110/tid=17112] ppid=17107 vsize=26876444 memory=928 CPUtime=1322.53 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) S 17107 17110 17066 0 -1 1077944384 213530 0 0 0 132140 113 0 0 20 0 33 0 178423735 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333816794288 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=26876444 memory=1576 CPUtime=222.41 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 185792 0 0 0 21624 617 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=26876444 memory=2196 CPUtime=221.78 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 255719 0 0 0 21553 625 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 60 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=26876444 memory=23270476 CPUtime=222.78 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 384056 0 0 0 21638 640 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=26876444 memory=1428 CPUtime=222.62 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 231222 0 0 0 21633 629 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=26876444 memory=1204 CPUtime=222.15 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 407212 0 0 0 21541 674 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 63 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=26876444 memory=15880 CPUtime=222.33 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 350793 0 0 0 21545 688 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=26876444 memory=29084 CPUtime=222.62 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 463663 0 0 0 21633 629 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=26876444 memory=4048 CPUtime=222.57 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 321949 0 0 0 21619 638 0 0 20 0 33 0 178423736 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=26876444 memory=18484 CPUtime=110.97 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) R 17107 17110 17066 0 -1 4202560 563928 0 0 0 11021 76 0 0 20 0 33 0 178423737 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140332018102864 140333797009046 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17122] ppid=17107 vsize=26876444 memory=1796 CPUtime=0 cores=0-7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 17066 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 33 0 178423737 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331949482480 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17123] ppid=17107 vsize=26876444 memory=1236 CPUtime=0 cores=0-7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 17066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 33 0 178423738 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331948430464 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17124] ppid=17107 vsize=26876444 memory=640 CPUtime=0 cores=0-7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331947378768 140333812570011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17125] ppid=17107 vsize=26876444 memory=956 CPUtime=2.23 cores=0-7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 17066 0 -1 1077944384 20374 0 0 0 221 2 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331946326400 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17126] ppid=17107 vsize=26876444 memory=2424 CPUtime=2 cores=0-7
/proc/17110/task/17126/stat : 17126 (java) S 17107 17110 17066 0 -1 1077944384 16528 0 0 0 197 3 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331945273888 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17127] ppid=17107 vsize=26876444 memory=2240 CPUtime=2.44 cores=0-7
/proc/17110/task/17127/stat : 17127 (java) S 17107 17110 17066 0 -1 1077944384 20557 0 0 0 237 7 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331944221600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17128] ppid=17107 vsize=26876444 memory=4316 CPUtime=1.11 cores=0-7
/proc/17110/task/17128/stat : 17128 (java) S 17107 17110 17066 0 -1 1077944384 23328 0 0 0 106 5 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331943168800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17129] ppid=17107 vsize=26876444 memory=928 CPUtime=0 cores=0-7
/proc/17110/task/17129/stat : 17129 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 178423740 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331942115680 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17130] ppid=17107 vsize=26876444 memory=1576 CPUtime=0.76 cores=0-7
/proc/17110/task/17130/stat : 17130 (java) S 17107 17110 17066 0 -1 1077944384 2259 0 0 0 32 44 0 0 20 0 33 0 178423741 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331941062960 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17173] ppid=17107 vsize=26876444 memory=2196 CPUtime=0 cores=0-7
/proc/17110/task/17173/stat : 17173 (java) S 17107 17110 17066 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 33 0 178557242 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331930772352 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17174] ppid=17107 vsize=26876444 memory=8040 CPUtime=0.17 cores=0-7
/proc/17110/task/17174/stat : 17174 (java) S 17107 17110 17066 0 -1 1077944384 1641 0 0 0 10 7 0 0 20 0 33 0 178557254 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331927620576 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17175] ppid=17107 vsize=26876444 memory=840 CPUtime=27.73 cores=0-7
/proc/17110/task/17175/stat : 17175 (java) S 17107 17110 17066 0 -1 1077944384 6378 0 0 0 2748 25 0 0 20 0 33 0 178557263 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331924464640 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17176] ppid=17107 vsize=26876444 memory=4100 CPUtime=27.69 cores=0-7
/proc/17110/task/17176/stat : 17176 (java) S 17107 17110 17066 0 -1 1077944384 4332 0 0 0 2749 20 0 0 20 0 33 0 178557264 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331923411840 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17177] ppid=17107 vsize=26876444 memory=6791534058613427641 CPUtime=27.76 cores=0-7
/proc/17110/task/17177/stat : 17177 (java) S 17107 17110 17066 0 -1 1077944384 4711 0 0 0 2766 10 0 0 20 0 33 0 178557265 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331922358624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17178] ppid=17107 vsize=26876444 memory=928 CPUtime=27.8 cores=0-7
/proc/17110/task/17178/stat : 17178 (java) S 17107 17110 17066 0 -1 1077944384 4898 0 0 0 2770 10 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331921306752 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17179] ppid=17107 vsize=26876444 memory=1576 CPUtime=27.8 cores=0-7
/proc/17110/task/17179/stat : 17179 (java) S 17107 17110 17066 0 -1 1077944384 5333 0 0 0 2774 6 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331920253440 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17180] ppid=17107 vsize=26876444 memory=2196 CPUtime=27.8 cores=0-7
/proc/17110/task/17180/stat : 17180 (java) S 17107 17110 17066 0 -1 1077944384 4920 0 0 0 2749 31 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331919202672 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17181] ppid=17107 vsize=26876444 memory=8040 CPUtime=27.7 cores=0-7
/proc/17110/task/17181/stat : 17181 (java) S 17107 17110 17066 0 -1 1077944384 5420 0 0 0 2744 26 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331918148352 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17182] ppid=17107 vsize=26876444 memory=840 CPUtime=27.75 cores=0-7
/proc/17110/task/17182/stat : 17182 (java) S 17107 17110 17066 0 -1 1077944384 5806 0 0 0 2762 13 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331917095344 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17183] ppid=17107 vsize=26876444 memory=4100 CPUtime=0 cores=0-7
/proc/17110/task/17183/stat : 17183 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331916051744 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17184] ppid=17107 vsize=26876444 memory=1696 CPUtime=0 cores=0-7
/proc/17110/task/17184/stat : 17184 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331914998944 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17185] ppid=17107 vsize=26876444 memory=920 CPUtime=0 cores=0-7
/proc/17110/task/17185/stat : 17185 (java) S 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 178557267 27521478656 5817619 33554432000 4194304 4196468 140728868445488 140331913946656 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 3443.72 s
Current children cumulated vsize: 26876444 KiB
Current children cumulated memory: 23270476 KiB

[startup+1687.91 s]
/proc/loadavg: 5.24 3.94 3.25 2/211 17185
/proc/meminfo: memFree=1046728/32770624 swapFree=67108860/67108860
[pid=17110] ppid=17107 vsize=27009572 memory=23270780 CPUtime=3444.27 cores=0-7
/proc/17110/stat : 17110 (java) S 17107 17110 17066 0 -1 1077944320 3534024 0 0 0 338893 5534 0 0 20 0 32 0 178423734 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140728868428032 140333812551415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
/proc/17110/statm: 6752393 5817695 3865 1 0 6740107 0
[pid=17110/tid=17112] ppid=17107 vsize=27009572 memory=2416 CPUtime=1322.53 cores=0-7
/proc/17110/task/17112/stat : 17112 (java) S 17107 17110 17066 0 -1 1077944384 213530 0 0 0 132140 113 0 0 20 0 32 0 178423735 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333816794288 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17113] ppid=17107 vsize=27009572 memory=1844 CPUtime=222.41 cores=0-7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 17066 0 -1 1077944384 185794 0 0 0 21624 617 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333765171600 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17114] ppid=17107 vsize=27009572 memory=796 CPUtime=221.78 cores=0-7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 17066 0 -1 1077944384 255722 0 0 0 21553 625 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333764118800 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 60 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17115] ppid=17107 vsize=27009572 memory=1716 CPUtime=222.78 cores=0-7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 17066 0 -1 1077944384 384059 0 0 0 21638 640 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333763066512 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17116] ppid=17107 vsize=27009572 memory=1956 CPUtime=222.62 cores=0-7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 17066 0 -1 1077944384 231225 0 0 0 21633 629 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333367556624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17117] ppid=17107 vsize=27009572 memory=164 CPUtime=222.15 cores=0-7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 17066 0 -1 1077944384 407215 0 0 0 21541 674 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333366504336 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 63 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17118] ppid=17107 vsize=27009572 memory=8740 CPUtime=222.33 cores=0-7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 17066 0 -1 1077944384 350795 0 0 0 21545 688 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333365451536 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17119] ppid=17107 vsize=27009572 memory=1228 CPUtime=222.62 cores=0-7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 17066 0 -1 1077944384 463666 0 0 0 21633 629 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333364399248 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17120] ppid=17107 vsize=27009572 memory=12136 CPUtime=222.57 cores=0-7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 17066 0 -1 1077944384 321952 0 0 0 21619 638 0 0 20 0 32 0 178423736 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140333363346448 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17121] ppid=17107 vsize=27009572 memory=5792 CPUtime=111.36 cores=0-7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 17066 0 -1 1077944384 589268 0 0 0 11058 78 0 0 20 0 32 0 178423737 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140332018104352 140333812561621 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17122] ppid=17107 vsize=27009572 memory=1008 CPUtime=0 cores=0-7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 17066 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 32 0 178423737 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331949482848 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17123] ppid=17107 vsize=27009572 memory=4620 CPUtime=0 cores=0-7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 17066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 32 0 178423738 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331948430464 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17125] ppid=17107 vsize=27009572 memory=1204 CPUtime=2.23 cores=0-7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 17066 0 -1 1077944384 20379 0 0 0 221 2 0 0 20 0 32 0 178423740 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331946326640 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17126] ppid=17107 vsize=27009572 memory=15880 CPUtime=2 cores=0-7
/proc/17110/task/17126/stat : 17126 (java) S 17107 17110 17066 0 -1 1077944384 16531 0 0 0 197 3 0 0 20 0 32 0 178423740 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331945273840 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17127] ppid=17107 vsize=27009572 memory=29084 CPUtime=2.44 cores=0-7
/proc/17110/task/17127/stat : 17127 (java) S 17107 17110 17066 0 -1 1077944384 20559 0 0 0 237 7 0 0 20 0 32 0 178423740 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331944221552 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17128] ppid=17107 vsize=27009572 memory=4048 CPUtime=1.11 cores=0-7
/proc/17110/task/17128/stat : 17128 (java) S 17107 17110 17066 0 -1 1077944384 23754 0 0 0 106 5 0 0 20 0 32 0 178423740 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331943168752 140333812562562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17129] ppid=17107 vsize=27009572 memory=18484 CPUtime=0 cores=0-7
/proc/17110/task/17129/stat : 17129 (java) S 17107 17110 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 178423740 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331942115680 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17173] ppid=17107 vsize=27009572 memory=1236 CPUtime=0 cores=0-7
/proc/17110/task/17173/stat : 17173 (java) S 17107 17110 17066 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 32 0 178557242 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331930772352 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17174] ppid=17107 vsize=27009572 memory=23270476 CPUtime=0.17 cores=0-7
/proc/17110/task/17174/stat : 17174 (java) S 17107 17110 17066 0 -1 1077944384 2372 0 0 0 10 7 0 0 20 0 32 0 178557254 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331927621360 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17175] ppid=17107 vsize=27009572 memory=23270476 CPUtime=27.76 cores=0-7
/proc/17110/task/17175/stat : 17175 (java) S 17107 17110 17066 0 -1 1077944384 6397 0 0 0 2751 25 0 0 20 0 32 0 178557263 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331924464432 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17176] ppid=17107 vsize=27009572 memory=1428 CPUtime=27.72 cores=0-7
/proc/17110/task/17176/stat : 17176 (java) S 17107 17110 17066 0 -1 1077944384 4365 0 0 0 2752 20 0 0 20 0 32 0 178557264 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331923411632 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17177] ppid=17107 vsize=27009572 memory=23270476 CPUtime=27.79 cores=0-7
/proc/17110/task/17177/stat : 17177 (java) S 17107 17110 17066 0 -1 1077944384 4918 0 0 0 2769 10 0 0 20 0 32 0 178557265 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331922359856 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17178] ppid=17107 vsize=27009572 memory=15880 CPUtime=27.82 cores=0-7
/proc/17110/task/17178/stat : 17178 (java) S 17107 17110 17066 0 -1 1077944384 4932 0 0 0 2772 10 0 0 20 0 32 0 178557267 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331921306544 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17179] ppid=17107 vsize=27009572 memory=29084 CPUtime=27.83 cores=0-7
/proc/17110/task/17179/stat : 17179 (java) S 17107 17110 17066 0 -1 1077944384 5347 0 0 0 2777 6 0 0 20 0 32 0 178557267 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331920249856 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17180] ppid=17107 vsize=27009572 memory=4048 CPUtime=27.8 cores=0-7
/proc/17110/task/17180/stat : 17180 (java) S 17107 17110 17066 0 -1 1077944384 5832 0 0 0 2749 31 0 0 20 0 32 0 178557267 27657801728 5817695 33554432000 4194304 4196468 140728868445488 140331919202624 140333812561621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17181] ppid=17107 vsize=27009572 memory=18484 CPUtime=27.73 cores=0-7
/proc/17110/task/17181/stat : 17181 (java) S 17107 17110 17066 0 -1 1077944384 5588 0 0 0 2747 26 0 0 20 0 32 0 178557267 27657801728 5817698 33554432000 4194304 4196468 140728868445488 140331918144416 140333812561621 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17182] ppid=17107 vsize=27009572 memory=23270400 CPUtime=27.77 cores=0-7
/proc/17110/task/17182/stat : 17182 (java) R 17107 17110 17066 0 -1 1077944384 5852 0 0 0 2764 13 0 0 20 0 31 0 178557267 27657801728 5817701 33554432000 4194304 4196468 140728868445488 140331917095904 140333812561621 256 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
[pid=17110/tid=17184] ppid=17107 vsize=27009572 memory=640 CPUtime=0 cores=0-7
/proc/17110/task/17184/stat : 17184 (java) R 17107 17110 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 26 0 178557267 27657801728 5817763 33554432000 4194304 4196468 140728868445488 140331914998944 140333812561621 256 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33398784 140728868447329 140728868447515 140728868447515 140728868450255 0
Current children cumulated CPU time: 3444.27 s
Current children cumulated vsize: 27009572 KiB
Current children cumulated memory: 23270780 KiB

[startup+1688 s]*
/proc/loadavg: 5.24 3.94 3.25 2/180 17187
/proc/meminfo: memFree=17349660/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: 255
Real time (s): 1688.05
CPU time (s): 3444.42
CPU user time (s): 3388.94
CPU system time (s): 55.4859
CPU usage (%): 204.048
Max. virtual memory (cumulated for all children) (KiB): 27009572
Max. memory (cumulated for all children) (KiB): 23274600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3388.94
system time used= 55.4859
maximum resident set size= 23274616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3534055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77851
involuntary context switches= 36109


# summary of solver processes directly reported to runsolver:
#   pid: 17110
#   total CPU time (s): 3444.42
#   total CPU user time (s): 3388.94
#   total CPU system time (s): 55.4859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1411 second user time and 18.8909 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-23 03:41:41
IDJOB=4284707
IDBENCH=137068
IDSOLVER=2681
FILE ID=node106/4284707-1503453362
RUNJOBID= node106-1503452501-17093
PBS_JOBID= 20632165
Free space on /tmp= 61076 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-09.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-4284707-1503453362/watcher-4284707-1503453362 -o /tmp/evaluation-result-4284707-1503453362/solver-4284707-1503453362 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1491451958 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284707-1503453362.xml

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

MD5SUM BENCH= 7eff1785388a539b32e3727edecebf76
RANDOM SEED=1491451958

node106.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.86
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.86
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.86
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.86
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:        24345160 kB
MemAvailable:   31946100 kB
Buffers:          246336 kB
Cached:          7641752 kB
SwapCached:            0 kB
Active:          1763548 kB
Inactive:        6179996 kB
Active(anon):      11164 kB
Inactive(anon):    88916 kB
Active(file):    1752384 kB
Inactive(file):  6091080 kB
Unevictable:        7700 kB
Mlocked:            7700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44860 kB
Writeback:             0 kB
AnonPages:         63348 kB
Mapped:            55160 kB
Shmem:             41644 kB
Slab:             173616 kB
SReclaimable:     146620 kB
SUnreclaim:        26996 kB
KernelStack:        3120 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61036 MiB
End job on node106 at 2017-08-23 04:09:49