Trace number 4275117

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? 2865.02 443.14001

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275117-1502751171/watcher-4275117-1502751171 -o /tmp/evaluation-result-4275117-1502751171/solver-4275117-1502751171 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502750312-19049 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1482672690 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275117-1502751171.xml 

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

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

solver pid=19066, runsolver pid=19063

[startup+0.100158 s]*
/proc/loadavg: 7.71 8.46 8.60 2/198 19086
/proc/meminfo: memFree=31487772/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=14325320 memory=32360 CPUtime=0.12 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 8461 0 0 0 11 1 0 0 20 0 20 0 108204789 14669127680 8090 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3581330 8090 3413 1 0 3569050 0
[pid=19066/tid=19068] ppid=19063 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) R 19063 19066 19022 0 -1 4202560 6369 0 0 0 8 1 0 0 20 0 20 0 108204790 14669127680 8090 33554432000 4194304 4196468 140730633475792 140236086625888 140236066489694 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=14325320 memory=140424456746624 CPUtime=0 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 8090 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204792 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234708740720 140236082420354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19078] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19078/stat : 19078 (java) S 19063 19066 19022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108204793 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234707686688 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19079] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19079/stat : 19079 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108204793 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234706634352 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19080] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19080/stat : 19080 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234705582672 140236082427803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19081] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19081/stat : 19081 (java) S 19063 19066 19022 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234704529520 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19082] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19082/stat : 19082 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234703476720 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19083] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19083/stat : 19083 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234702424432 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19084] ppid=19063 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/19066/task/19084/stat : 19084 (java) R 19063 19066 19022 0 -1 4202560 414 0 0 0 2 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234701371632 140236075506043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19085] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19085/stat : 19085 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234700319584 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19086] ppid=19063 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19086/stat : 19086 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204796 14669127680 8090 33554432000 4194304 4196468 140730633475792 140234699266864 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 32360 KiB

[startup+0.210192 s]*
/proc/loadavg: 7.71 8.46 8.60 3/198 19086
/proc/meminfo: memFree=31479016/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=14325320 memory=41520 CPUtime=0.3 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 9547 0 0 0 28 2 0 0 20 0 20 0 108204789 14669127680 10380 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3581330 10380 3628 1 0 3569050 0
[pid=19066/tid=19068] ppid=19063 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) R 19063 19066 19022 0 -1 4202560 6994 0 0 0 18 1 0 0 20 0 20 0 108204790 14669127680 10380 33554432000 4194304 4196468 140730633475792 140236086617328 140236066452837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=14325320 memory=9292 CPUtime=0 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=14325320 memory=140424456765147 CPUtime=0 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204791 14669127680 10380 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) S 19063 19066 19022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108204792 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234708740720 140236082420354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19078] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19078/stat : 19078 (java) S 19063 19066 19022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108204793 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234707686688 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19079] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19079/stat : 19079 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108204793 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234706634352 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19080] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19080/stat : 19080 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234705582672 140236082427803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19081] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19081/stat : 19081 (java) S 19063 19066 19022 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234704529520 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19082] ppid=19063 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/19066/task/19082/stat : 19082 (java) S 19063 19066 19022 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234703476720 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19083] ppid=19063 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/19066/task/19083/stat : 19083 (java) S 19063 19066 19022 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234702424432 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19084] ppid=19063 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/19066/task/19084/stat : 19084 (java) S 19063 19066 19022 0 -1 1077944384 497 0 0 0 5 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234701371632 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19085] ppid=19063 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19085/stat : 19085 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204795 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234700319584 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19086] ppid=19063 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19086/stat : 19086 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204796 14669127680 10380 33554432000 4194304 4196468 140730633475792 140234699266864 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 41520 KiB

[startup+0.309385 s]*
/proc/loadavg: 7.71 8.46 8.60 2/198 19086
/proc/meminfo: memFree=31470596/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=14325340 memory=49708 CPUtime=0.49 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 10697 0 0 0 46 3 0 0 20 0 20 0 108204789 14669148160 12427 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3581335 12427 3701 1 0 3569050 0
[pid=19066/tid=19068] ppid=19063 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) R 19063 19066 19022 0 -1 4202560 7642 0 0 0 27 2 0 0 20 0 20 0 108204790 14669148160 12427 33554432000 4194304 4196468 140730633475792 140236086626144 140236066489694 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=14325340 memory=140424358491055 CPUtime=0 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=14325340 memory=140424358493360 CPUtime=0 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=14325340 memory=140424358495664 CPUtime=0 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204791 14669148160 12427 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) S 19063 19066 19022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108204792 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234708740720 140236082420354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19078] ppid=19063 vsize=14325340 memory=280848716998288 CPUtime=0 cores=0-7
/proc/19066/task/19078/stat : 19078 (java) S 19063 19066 19022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108204793 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234707686688 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19079] ppid=19063 vsize=14325340 memory=280848717005200 CPUtime=0 cores=0-7
/proc/19066/task/19079/stat : 19079 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108204793 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234706634352 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19080] ppid=19063 vsize=14325340 memory=280848716946352 CPUtime=0 cores=0-7
/proc/19066/task/19080/stat : 19080 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234705582672 140236082427803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19081] ppid=19063 vsize=14325340 memory=280848717019024 CPUtime=0.03 cores=0-7
/proc/19066/task/19081/stat : 19081 (java) S 19063 19066 19022 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234704529520 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19082] ppid=19063 vsize=14325340 memory=280848717025936 CPUtime=0.02 cores=0-7
/proc/19066/task/19082/stat : 19082 (java) S 19063 19066 19022 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234703476720 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19083] ppid=19063 vsize=14325340 memory=280848717023632 CPUtime=0.03 cores=0-7
/proc/19066/task/19083/stat : 19083 (java) S 19063 19066 19022 0 -1 1077944384 204 0 0 0 3 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234702424432 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19084] ppid=19063 vsize=14325340 memory=280848717040240 CPUtime=0.08 cores=0-7
/proc/19066/task/19084/stat : 19084 (java) S 19063 19066 19022 0 -1 1077944384 569 0 0 0 8 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234701371632 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19085] ppid=19063 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19085/stat : 19085 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204795 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234700319584 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19086] ppid=19063 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/19066/task/19086/stat : 19086 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204796 14669148160 12427 33554432000 4194304 4196468 140730633475792 140234699266864 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 49708 KiB

[startup+0.700894 s]
/proc/loadavg: 7.71 8.46 8.60 3/198 19086
/proc/meminfo: memFree=31458560/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=14327388 memory=74364 CPUtime=1.32 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 13257 0 0 0 127 5 0 0 20 0 20 0 108204789 14671245312 18591 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3581847 18591 3771 1 0 3569562 0
[pid=19066/tid=19068] ppid=19063 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) R 19063 19066 19022 0 -1 4202560 8617 0 0 0 64 3 0 0 20 0 20 0 108204790 14671245312 18591 33554432000 4194304 4196468 140730633475792 140236086645824 140236082431133 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=14327388 memory=10928 CPUtime=0 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=14327388 memory=796 CPUtime=0 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108204791 14671245312 18591 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) S 19063 19066 19022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108204792 14671245312 18591 33554432000 4194304 4196468 140730633475792 140234708740720 140236082420354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0

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


[startup+442.801 s]
/proc/loadavg: 8.24 7.68 8.00 2/212 19108
/proc/meminfo: memFree=19749328/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=15267476 memory=11753364 CPUtime=2864.18 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 701509 0 0 0 283252 3166 0 0 20 0 34 0 108204789 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3816869 2938341 3867 1 0 3804584 0
[pid=19066/tid=19068] ppid=19063 vsize=15267476 memory=3888 CPUtime=45.48 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) S 19063 19066 19022 0 -1 1077944384 18169 0 0 0 4538 10 0 0 20 0 34 0 108204790 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140236086646592 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=15267476 memory=1156 CPUtime=340.09 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 29716 0 0 0 33669 340 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=15267476 memory=4076 CPUtime=341.03 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 40181 0 0 0 33698 405 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=15267476 memory=6791534058613427641 CPUtime=340.46 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 32585 0 0 0 33659 387 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=15267476 memory=6791534058613427641 CPUtime=339.5 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 27675 0 0 0 33561 389 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=15267476 memory=6791534058613427641 CPUtime=341.51 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 45084 0 0 0 33764 387 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=15267476 memory=84061502572778 CPUtime=341.64 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 33899 0 0 0 33805 359 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=15267476 memory=84061502573290 CPUtime=339.99 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 29968 0 0 0 33649 350 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=15267476 memory=84061502573290 CPUtime=341.45 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 36192 0 0 0 33783 362 0 0 20 0 34 0 108204791 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=15267476 memory=84061502573290 CPUtime=49.42 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) R 19063 19066 19022 0 -1 4202560 351574 0 0 0 4842 100 0 0 20 0 34 0 108204792 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234708739152 140236067109898 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19078] ppid=19063 vsize=15267476 memory=84061502573290 CPUtime=0 cores=0-7
/proc/19066/task/19078/stat : 19078 (java) S 19063 19066 19022 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 34 0 108204793 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234707686752 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19079] ppid=19063 vsize=15267476 memory=84061502573290 CPUtime=0 cores=0-7
/proc/19066/task/19079/stat : 19079 (java) S 19063 19066 19022 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 34 0 108204793 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234706634368 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19080] ppid=19063 vsize=15267476 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19080/stat : 19080 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234705582672 140236082427803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19081] ppid=19063 vsize=15267476 memory=-8961168018402230209 CPUtime=1.33 cores=0-7
/proc/19066/task/19081/stat : 19081 (java) S 19063 19066 19022 0 -1 1077944384 8617 0 0 0 130 3 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234704529568 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19082] ppid=19063 vsize=15267476 memory=1788 CPUtime=1.23 cores=0-7
/proc/19066/task/19082/stat : 19082 (java) S 19063 19066 19022 0 -1 1077944384 5694 0 0 0 121 2 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234703476720 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19083] ppid=19063 vsize=15267476 memory=640 CPUtime=1.09 cores=0-7
/proc/19066/task/19083/stat : 19083 (java) S 19063 19066 19022 0 -1 1077944384 5279 0 0 0 108 1 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234702424480 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19084] ppid=19063 vsize=15267476 memory=952 CPUtime=1.05 cores=0-7
/proc/19066/task/19084/stat : 19084 (java) S 19063 19066 19022 0 -1 1077944384 12344 0 0 0 102 3 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234701371392 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19085] ppid=19063 vsize=15267476 memory=1424 CPUtime=0 cores=0-7
/proc/19066/task/19085/stat : 19085 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 108204795 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234700319584 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19086] ppid=19063 vsize=15267476 memory=15872 CPUtime=0.16 cores=0-7
/proc/19066/task/19086/stat : 19086 (java) S 19063 19066 19022 0 -1 1077944384 2215 0 0 0 6 10 0 0 20 0 34 0 108204796 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234699266864 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19087] ppid=19063 vsize=15267476 memory=4052 CPUtime=0 cores=0-7
/proc/19066/task/19087/stat : 19087 (java) S 19063 19066 19022 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 108209885 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234688980352 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19088] ppid=19063 vsize=15267476 memory=18216 CPUtime=0.04 cores=0-7
/proc/19066/task/19088/stat : 19088 (java) S 19063 19066 19022 0 -1 1077944384 1749 0 0 0 2 2 0 0 20 0 34 0 108209897 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234685829136 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19089] ppid=19063 vsize=15267476 memory=18444 CPUtime=4.84 cores=0-7
/proc/19066/task/19089/stat : 19089 (java) S 19063 19066 19022 0 -1 1077944384 2788 0 0 0 479 5 0 0 20 0 34 0 108209907 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234682670624 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19090] ppid=19063 vsize=15267476 memory=1788 CPUtime=4.87 cores=0-7
/proc/19066/task/19090/stat : 19090 (java) S 19063 19066 19022 0 -1 1077944384 3038 0 0 0 480 7 0 0 20 0 34 0 108209908 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234681618576 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19091] ppid=19063 vsize=15267476 memory=640 CPUtime=0 cores=0-7
/proc/19066/task/19091/stat : 19091 (java) S 19063 19066 19022 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 34 0 108209908 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234680575008 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19092] ppid=19063 vsize=15267476 memory=952 CPUtime=4.74 cores=0-7
/proc/19066/task/19092/stat : 19092 (java) S 19063 19066 19022 0 -1 1077944384 1815 0 0 0 465 9 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234679512624 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19093] ppid=19063 vsize=15267476 memory=1236 CPUtime=4.79 cores=0-7
/proc/19066/task/19093/stat : 19093 (java) S 19063 19066 19022 0 -1 1077944384 1790 0 0 0 473 6 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234678460400 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19094] ppid=19063 vsize=15267476 memory=4384 CPUtime=4.77 cores=0-7
/proc/19066/task/19094/stat : 19094 (java) S 19063 19066 19022 0 -1 1077944384 2920 0 0 0 470 7 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234677410624 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19095] ppid=19063 vsize=15267476 memory=932 CPUtime=4.84 cores=0-7
/proc/19066/task/19095/stat : 19095 (java) S 19063 19066 19022 0 -1 1077944384 1604 0 0 0 477 7 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234676354464 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19096] ppid=19063 vsize=15267476 memory=1236 CPUtime=4.75 cores=0-7
/proc/19066/task/19096/stat : 19096 (java) S 19063 19066 19022 0 -1 1077944384 3083 0 0 0 468 7 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234675303840 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19097] ppid=19063 vsize=15267476 memory=4384 CPUtime=4.87 cores=0-7
/proc/19066/task/19097/stat : 19097 (java) S 19063 19066 19022 0 -1 1077944384 1915 0 0 0 481 6 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234674250000 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19098] ppid=19063 vsize=15267476 memory=932 CPUtime=0 cores=0-7
/proc/19066/task/19098/stat : 19098 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234673205920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19099] ppid=19063 vsize=15267476 memory=11753360 CPUtime=0 cores=0-7
/proc/19066/task/19099/stat : 19099 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234672153632 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19100] ppid=19063 vsize=15267476 memory=2240 CPUtime=0 cores=0-7
/proc/19066/task/19100/stat : 19100 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938341 33554432000 4194304 4196468 140730633475792 140234671100832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
Current children cumulated CPU time: 2864.18 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11753364 KiB

[startup+443.001 s]*
/proc/loadavg: 8.24 7.68 8.00 2/212 19108
/proc/meminfo: memFree=19749320/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=15267476 memory=11753372 CPUtime=2864.41 cores=0-7
/proc/19066/stat : 19066 (java) S 19063 19066 19022 0 -1 1077944320 701636 0 0 0 283275 3166 0 0 20 0 34 0 108204789 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140730633458336 140236082409207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
/proc/19066/statm: 3816869 2938343 3867 1 0 3804584 0
[pid=19066/tid=19068] ppid=19063 vsize=15267476 memory=6791534058613427641 CPUtime=45.48 cores=0-7
/proc/19066/task/19068/stat : 19068 (java) R 19063 19066 19022 0 -1 1077944384 18169 0 0 0 4538 10 0 0 20 0 34 0 108204790 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140236086646592 140236082419413 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19069] ppid=19063 vsize=15267476 memory=4872558044660077418 CPUtime=340.09 cores=0-7
/proc/19066/task/19069/stat : 19069 (java) S 19063 19066 19022 0 -1 1077944384 29716 0 0 0 33669 340 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140236052122512 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19070] ppid=19063 vsize=15267476 memory=8568 CPUtime=341.03 cores=0-7
/proc/19066/task/19070/stat : 19070 (java) S 19063 19066 19022 0 -1 1077944384 40181 0 0 0 33698 405 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235677506320 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19071] ppid=19063 vsize=15267476 memory=5664 CPUtime=340.46 cores=0-7
/proc/19066/task/19071/stat : 19071 (java) S 19063 19066 19022 0 -1 1077944384 32585 0 0 0 33659 387 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235676454032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19072] ppid=19063 vsize=15267476 memory=4616 CPUtime=339.5 cores=0-7
/proc/19066/task/19072/stat : 19072 (java) S 19063 19066 19022 0 -1 1077944384 27675 0 0 0 33561 389 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235675401232 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19073] ppid=19063 vsize=15267476 memory=1228 CPUtime=341.51 cores=0-7
/proc/19066/task/19073/stat : 19073 (java) S 19063 19066 19022 0 -1 1077944384 45084 0 0 0 33764 387 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235674347920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19074] ppid=19063 vsize=15267476 memory=11753288 CPUtime=341.64 cores=0-7
/proc/19066/task/19074/stat : 19074 (java) S 19063 19066 19022 0 -1 1077944384 33899 0 0 0 33805 359 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235673295120 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19075] ppid=19063 vsize=15267476 memory=288230583166042425 CPUtime=339.99 cores=0-7
/proc/19066/task/19075/stat : 19075 (java) S 19063 19066 19022 0 -1 1077944384 29968 0 0 0 33649 350 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235672242832 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19076] ppid=19063 vsize=15267476 memory=16098169624726079 CPUtime=341.45 cores=0-7
/proc/19066/task/19076/stat : 19076 (java) S 19063 19066 19022 0 -1 1077944384 36192 0 0 0 33783 362 0 0 20 0 34 0 108204791 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140235671190032 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19077] ppid=19063 vsize=15267476 memory=30800 CPUtime=49.62 cores=0-7
/proc/19066/task/19077/stat : 19077 (java) S 19063 19066 19022 0 -1 1077944384 351574 0 0 0 4862 100 0 0 20 0 34 0 108204792 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234708740720 140236082420354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19078] ppid=19063 vsize=15267476 memory=1296 CPUtime=0 cores=0-7
/proc/19066/task/19078/stat : 19078 (java) S 19063 19066 19022 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 34 0 108204793 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234707686752 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19079] ppid=19063 vsize=15267476 memory=2408 CPUtime=0 cores=0-7
/proc/19066/task/19079/stat : 19079 (java) S 19063 19066 19022 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 34 0 108204793 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234706634368 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19080] ppid=19063 vsize=15267476 memory=1728 CPUtime=0 cores=0-7
/proc/19066/task/19080/stat : 19080 (java) S 19063 19066 19022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234705582672 140236082427803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19081] ppid=19063 vsize=15267476 memory=1720 CPUtime=1.33 cores=0-7
/proc/19066/task/19081/stat : 19081 (java) S 19063 19066 19022 0 -1 1077944384 8617 0 0 0 130 3 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234704529520 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19082] ppid=19063 vsize=15267476 memory=1008 CPUtime=1.23 cores=0-7
/proc/19066/task/19082/stat : 19082 (java) D 19063 19066 19022 0 -1 4202560 5694 0 0 0 121 2 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234703477016 140236062333343 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 44 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19083] ppid=19063 vsize=15267476 memory=1928 CPUtime=1.09 cores=0-7
/proc/19066/task/19083/stat : 19083 (java) S 19063 19066 19022 0 -1 1077944384 5279 0 0 0 108 1 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234702424432 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19084] ppid=19063 vsize=15267476 memory=1200 CPUtime=1.05 cores=0-7
/proc/19066/task/19084/stat : 19084 (java) D 19063 19066 19022 0 -1 4202560 12344 0 0 0 102 3 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234701371928 140236062333343 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 49 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19085] ppid=19063 vsize=15267476 memory=33 CPUtime=0 cores=0-7
/proc/19066/task/19085/stat : 19085 (java) S 19063 19066 19022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 108204795 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234700319584 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19086] ppid=19063 vsize=15267476 memory=-7812193691855986592 CPUtime=0.16 cores=0-7
/proc/19066/task/19086/stat : 19086 (java) S 19063 19066 19022 0 -1 1077944384 2215 0 0 0 6 10 0 0 20 0 34 0 108204796 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234699266864 140236082420354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19087] ppid=19063 vsize=15267476 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/19066/task/19087/stat : 19087 (java) S 19063 19066 19022 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 108209885 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234688980352 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19088] ppid=19063 vsize=15267476 memory=33 CPUtime=0.04 cores=0-7
/proc/19066/task/19088/stat : 19088 (java) D 19063 19066 19022 0 -1 4202560 1762 0 0 0 2 2 0 0 20 0 34 0 108209897 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234685828296 140235722106421 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19089] ppid=19063 vsize=15267476 memory=7822038051842261661 CPUtime=4.84 cores=0-7
/proc/19066/task/19089/stat : 19089 (java) D 19063 19066 19022 0 -1 4202560 2794 0 0 0 479 5 0 0 20 0 34 0 108209907 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234682670632 140235725206022 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 3 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19090] ppid=19063 vsize=15267476 memory=-8707038579349950309 CPUtime=4.87 cores=0-7
/proc/19066/task/19090/stat : 19090 (java) R 19063 19066 19022 0 -1 4202560 3039 0 0 0 480 7 0 0 20 0 34 0 108209908 15633895424 2938343 33554432000 4194304 4196468 140730633475792 140234681618576 140235725366613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19091] ppid=19063 vsize=15267476 memory=-6520471753822164382 CPUtime=0 cores=0-7
/proc/19066/task/19091/stat : 19091 (java) S 19063 19066 19022 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 34 0 108209908 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234680575008 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19092] ppid=19063 vsize=15267476 memory=-8412656567318647667 CPUtime=4.74 cores=0-7
/proc/19066/task/19092/stat : 19092 (java) R 19063 19066 19022 0 -1 4202560 1817 0 0 0 465 9 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234679512984 140235719333725 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19093] ppid=19063 vsize=15267476 memory=9047017150487036575 CPUtime=4.79 cores=0-7
/proc/19066/task/19093/stat : 19093 (java) R 19063 19066 19022 0 -1 4202560 1796 0 0 0 473 6 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234678460760 140235719333725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19094] ppid=19063 vsize=15267476 memory=-8341965534556230502 CPUtime=4.77 cores=0-7
/proc/19066/task/19094/stat : 19094 (java) R 19063 19066 19022 0 -1 4202560 3035 0 0 0 470 7 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234677394488 140236061958321 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19095] ppid=19063 vsize=15267476 memory=280848718953040 CPUtime=4.84 cores=0-7
/proc/19066/task/19095/stat : 19095 (java) R 19063 19066 19022 0 -1 4202560 1604 0 0 0 477 7 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234676354384 140235719333725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19096] ppid=19063 vsize=15267476 memory=0 CPUtime=4.76 cores=0-7
/proc/19066/task/19096/stat : 19096 (java) R 19063 19066 19022 0 -1 4202560 3090 0 0 0 469 7 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234675303728 140235725442447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19097] ppid=19063 vsize=15267476 memory=0 CPUtime=4.88 cores=0-7
/proc/19066/task/19097/stat : 19097 (java) R 19063 19066 19022 0 -1 4202560 1917 0 0 0 482 6 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234674250000 140236068477332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19098] ppid=19063 vsize=15267476 memory=0 CPUtime=0 cores=0-7
/proc/19066/task/19098/stat : 19098 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234673205920 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19099] ppid=19063 vsize=15267476 memory=11753264 CPUtime=0 cores=0-7
/proc/19066/task/19099/stat : 19099 (java) S 19063 19066 19022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234672153632 140236082419413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
[pid=19066/tid=19100] ppid=19063 vsize=15267476 memory=280848720808032 CPUtime=0 cores=0-7
/proc/19066/task/19100/stat : 19100 (java) R 19063 19066 19022 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 34 0 108209911 15633895424 2938364 33554432000 4194304 4196468 140730633475792 140234671100832 140235719073573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23601152 140730633483361 140730633483547 140730633483547 140730633486287 0
Current children cumulated CPU time: 2864.41 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11753372 KiB

[startup+443.111 s]*
/proc/loadavg: 8.24 7.68 8.00 2/180 19110
/proc/meminfo: memFree=27196976/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): 443.14
CPU time (s): 2865.02
CPU user time (s): 2833.29
CPU system time (s): 31.7245
CPU usage (%): 646.526
Max. virtual memory (cumulated for all children) (KiB): 15267476
Max. memory (cumulated for all children) (KiB): 11753372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2833.29
system time used= 31.7245
maximum resident set size= 11754244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35997
involuntary context switches= 43042


# summary of solver processes directly reported to runsolver:
#   pid: 19066
#   total CPU time (s): 2865.02
#   total CPU user time (s): 2833.29
#   total CPU system time (s): 31.7245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67167 second user time and 5.49575 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-15 00:38:32
IDJOB=4275117
IDBENCH=130626
IDSOLVER=2668
FILE ID=node115/4275117-1502751171
RUNJOBID= node115-1502750312-19049
PBS_JOBID= 20629075
Free space on /tmp= 61812 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.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-4275117-1502751171/watcher-4275117-1502751171 -o /tmp/evaluation-result-4275117-1502751171/solver-4275117-1502751171 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502750312-19049 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1482672690 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275117-1502751171.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=1482672690

node115.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.69
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.69
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.69
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.69
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:        31506000 kB
MemAvailable:   31982748 kB
Buffers:          170504 kB
Cached:           592032 kB
SwapCached:            0 kB
Active:           574552 kB
Inactive:         242892 kB
Active(anon):       3560 kB
Inactive(anon):    79440 kB
Active(file):     570992 kB
Inactive(file):   163452 kB
Unevictable:        6168 kB
Mlocked:            6168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42312 kB
Writeback:             4 kB
AnonPages:         61536 kB
Mapped:            45164 kB
Shmem:             25224 kB
Slab:             142316 kB
SReclaimable:     116276 kB
SUnreclaim:        26040 kB
KernelStack:        3184 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61772 MiB
End job on node115 at 2017-08-15 00:45:55