Trace number 4286095

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? (TO) 932.87598 254.116

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.122878
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.38/0.42	c version: 2017-08-22
0.38/0.42	c seed: 628205681
0.38/0.42	c timeout: 2016
0.38/0.42	c memlimit: 22000
0.38/0.42	c nbcore: 8
0.38/0.45	c Parsing instance...
36.94/18.37	c Parsing done, starting search...
857.18/244.54	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-1990081415]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
857.18/244.56	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
857.18/244.56	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
857.18/244.56	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
857.18/244.56	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
857.18/244.56	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
857.18/244.56	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
857.18/244.56	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
857.18/244.56	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
857.18/244.56	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
857.18/244.56	c java.lang.Thread.run(Thread.java:748)
857.18/244.56	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4286095-1503469465/watcher-4286095-1503469465 -o /tmp/evaluation-result-4286095-1503469465/solver-4286095-1503469465 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 628205681 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4286095-1503469465.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 7.91 5.72 3.97 2/190 20202
/proc/meminfo: memFree=30657332/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=25527784 memory=17616 CPUtime=0.04 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 4365 0 0 0 3 1 0 0 20 0 13 0 149166851 26140450816 4404 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6381946 4404 2114 1 0 6371443 0
[pid=20189/tid=20191] ppid=20186 vsize=25527784 memory=140387973210577 CPUtime=0.03 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 10109 0 -1 4202560 2989 0 0 0 3 0 0 0 20 0 13 0 149166858 26140450816 4404 18446744073709551615 4194304 4196468 140725946812192 140665442283088 140665422128478 0 4 1 16800970 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 149166858 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140665349954064 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=25527784 memory=140387973203584 CPUtime=0 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 149166858 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140665348901520 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 149166858 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140665347848464 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=25527784 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 149166858 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140664997513616 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 149166858 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140664996461584 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 149166859 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140664995409040 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 149166859 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140664994355984 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 149166859 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140664993303440 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 149166860 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140663715707120 140665438059138 0 0 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 149166860 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140663714653344 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 149166861 26140450816 4469 18446744073709551615 4194304 4196468 140725946812192 140663713600240 140665438058197 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 25527784 KiB
Current children cumulated memory: 17616 KiB

[startup+0.209751 s]*
/proc/loadavg: 7.91 5.72 3.97 1/196 20208
/proc/meminfo: memFree=30653784/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=25927168 memory=22560 CPUtime=0.06 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 5145 0 0 0 5 1 0 0 20 0 19 0 149166851 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6481792 5640 2568 1 0 6471289 0
[pid=20189/tid=20191] ppid=20186 vsize=25927168 memory=32213995742560408 CPUtime=0.04 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) D 20186 20189 10109 0 -1 4202560 3229 0 0 0 4 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140665442285472 140665438070013 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=25927168 memory=288230596084511060 CPUtime=0 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140665349954064 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=25927168 memory=140387973223111 CPUtime=0 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140665348901520 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140665347848464 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140664997513616 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 149166858 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140664996461584 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 149166859 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140664995409040 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 149166859 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140664994355984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 149166859 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140664993303440 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 149166860 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663715707120 140665438059138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 149166860 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663714653344 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 149166861 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663713600240 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20203] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663712548816 140665438066587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20204] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 10109 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663711496944 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20205] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663710444400 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20206] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663709391344 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20207] ppid=20186 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 10109 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663708338800 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20208] ppid=20186 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 149166863 26549420032 5640 18446744073709551615 4194304 4196468 140725946812192 140663707285984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 22560 KiB

[startup+0.309439 s]*
/proc/loadavg: 7.91 5.72 3.97 3/197 20209
/proc/meminfo: memFree=30642340/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=25996608 memory=36356 CPUtime=0.21 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 10233 0 0 0 19 2 0 0 20 0 20 0 149166851 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6499152 9089 3533 1 0 6487930 0
[pid=20189/tid=20191] ppid=20186 vsize=25996608 memory=-8774313645642428999 CPUtime=0.14 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 10109 0 -1 4202560 7939 0 0 0 13 1 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140665442237616 140665423742960 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140665349954064 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140665348901520 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140665347848464 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140664997513616 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140664996461584 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166859 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140664995409040 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=25996608 memory=1400504754925836930 CPUtime=0 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166859 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140664994355984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=25996608 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166859 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140664993303440 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=25996608 memory=-7828588039587136855 CPUtime=0 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 149166860 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663715707120 140665438059138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=25996608 memory=-8542328529919094630 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149166860 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663714653344 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149166861 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663713600240 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20203] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663712548816 140665438066587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20204] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 10109 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663711496944 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20205] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 10109 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663710444400 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20206] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 10109 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663709391344 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20207] ppid=20186 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 10109 0 -1 1077944384 379 0 0 0 4 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663708338800 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20208] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149166863 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663707285984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20209] ppid=20186 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20209/stat : 20209 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166873 26620526592 9089 18446744073709551615 4194304 4196468 140725946812192 140663706233520 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 36356 KiB

[startup+0.700913 s]
/proc/loadavg: 7.91 5.72 3.97 4/197 20209
/proc/meminfo: memFree=30630792/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=25998676 memory=64760 CPUtime=0.9 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 14001 0 0 0 85 5 0 0 20 0 20 0 149166851 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6499669 16190 3726 1 0 6488442 0
[pid=20189/tid=20191] ppid=20186 vsize=25998676 memory=1836 CPUtime=0.52 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 10109 0 -1 4202560 10570 0 0 0 49 3 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140665442284464 140665438059926 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=25998676 memory=1228 CPUtime=0 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140665349954064 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=25998676 memory=796 CPUtime=0 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140665348901520 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140665347848464 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140664997513616 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=25998676 memory=280775702900032 CPUtime=0 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166858 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140664996461584 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=25998676 memory=140387851454656 CPUtime=0 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166859 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140664995409040 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149166859 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140664994355984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166859 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140664993303440 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 149166860 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663715707120 140665438059138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149166860 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663714653344 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149166861 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663713600240 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20203] ppid=20186 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663712548816 140665438066587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20204] ppid=20186 vsize=25998676 memory=0 CPUtime=0.05 cores=0-7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 10109 0 -1 1077944384 441 0 0 0 5 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663711496944 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20205] ppid=20186 vsize=25998676 memory=0 CPUtime=0.06 cores=0-7
/proc/20189/task/20205/stat : 20205 (java) R 20186 20189 10109 0 -1 1077944384 490 0 0 0 6 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663710444400 140665438059138 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20206] ppid=20186 vsize=25998676 memory=56 CPUtime=0.05 cores=0-7
/proc/20189/task/20206/stat : 20206 (java) R 20186 20189 10109 0 -1 4202560 384 0 0 0 5 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663709391344 140665419223910 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20207] ppid=20186 vsize=25998676 memory=12848 CPUtime=0.19 cores=0-7
/proc/20189/task/20207/stat : 20207 (java) R 20186 20189 10109 0 -1 4202560 733 0 0 0 19 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663708338800 140665438059926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20208] ppid=20186 vsize=25998676 memory=25334 CPUtime=0 cores=0-7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149166863 26622644224 16190 18446744073709551615 4194304 4196468 140725946812192 140663707285984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0

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

[pid=20189/tid=20221] ppid=20186 vsize=26872200 memory=5788 CPUtime=22.17 cores=0-7
/proc/20189/task/20221/stat : 20221 (java) S 20186 20189 10109 0 -1 1077944384 3629 0 0 0 2199 18 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663682261632 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20222] ppid=20186 vsize=26872200 memory=1720 CPUtime=22.08 cores=0-7
/proc/20189/task/20222/stat : 20222 (java) S 20186 20189 10109 0 -1 1077944384 3895 0 0 0 2189 19 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663681210112 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20223] ppid=20186 vsize=26872200 memory=23235096 CPUtime=0 cores=0-7
/proc/20189/task/20223/stat : 20223 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663680169504 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20224] ppid=20186 vsize=26872200 memory=23235096 CPUtime=0 cores=0-7
/proc/20189/task/20224/stat : 20224 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663679116448 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 923.05 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23272204 KiB

[startup+253.601 s]
/proc/loadavg: 5.08 4.62 3.86 9/207 20226
/proc/meminfo: memFree=7368408/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=26872200 memory=23272204 CPUtime=929.42 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 529053 0 0 0 88248 4694 0 0 20 0 33 0 149166851 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6718050 5818051 3836 1 0 6706823 0
[pid=20189/tid=20191] ppid=20186 vsize=26872200 memory=1292 CPUtime=94.98 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) S 20186 20189 10109 0 -1 1077944384 25522 0 0 0 9465 33 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665442290864 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=26872200 memory=2316 CPUtime=74.14 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) R 20186 20189 10109 0 -1 4202560 40011 0 0 0 6877 537 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665349954264 140665422998984 0 4 1 16800974 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=26872200 memory=1836 CPUtime=74.06 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) R 20186 20189 10109 0 -1 4202560 45346 0 0 0 6848 558 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665348901720 140665422998984 0 4 1 16800974 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=26872200 memory=1228 CPUtime=74.29 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) R 20186 20189 10109 0 -1 4202560 37723 0 0 0 6879 550 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665347848352 140665422745604 0 4 1 16800974 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=26872200 memory=796 CPUtime=74.16 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) R 20186 20189 10109 0 -1 4202560 44866 0 0 0 6848 568 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664997513816 140665422998984 0 4 1 16800974 0 0 0 -1 6 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=26872200 memory=5788 CPUtime=73.97 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) R 20186 20189 10109 0 -1 4202560 41182 0 0 0 6809 588 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664996461784 140665422745743 0 4 1 16800974 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=26872200 memory=1720 CPUtime=74.16 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) R 20186 20189 10109 0 -1 4202560 41345 0 0 0 6822 594 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664995406448 140665422998984 0 4 1 16800974 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=26872200 memory=4616 CPUtime=74.13 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) R 20186 20189 10109 0 -1 4202560 39131 0 0 0 6869 544 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664994353672 140665422745630 0 4 1 16800974 0 0 0 -1 7 0 0 32 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=26872200 memory=1012 CPUtime=74.05 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) R 20186 20189 10109 0 -1 4202560 31116 0 0 0 6879 526 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664993303640 140665423001519 0 4 1 16800974 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=26872200 memory=10180 CPUtime=60.56 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 102265 0 0 0 6042 14 0 0 20 0 33 0 149166860 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663715705440 140665438058197 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 87 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=26872200 memory=1468 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 33 0 149166860 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663714653408 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=26872200 memory=2000 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 33 0 149166861 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663713600256 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20203] ppid=20186 vsize=26872200 memory=11396 CPUtime=0 cores=0-7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 10109 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663712548464 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20204] ppid=20186 vsize=26872200 memory=1200 CPUtime=0.69 cores=0-7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 10109 0 -1 1077944384 6311 0 0 0 68 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663711496992 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20205] ppid=20186 vsize=26872200 memory=928 CPUtime=0.72 cores=0-7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 10109 0 -1 1077944384 5837 0 0 0 71 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663710444448 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20206] ppid=20186 vsize=26872200 memory=2164 CPUtime=0.9 cores=0-7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 10109 0 -1 1077944384 6443 0 0 0 89 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663709391104 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20207] ppid=20186 vsize=26872200 memory=840 CPUtime=1.03 cores=0-7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 10109 0 -1 1077944384 20346 0 0 0 98 5 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663708338848 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 109 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20208] ppid=20186 vsize=26872200 memory=16436 CPUtime=0 cores=0-7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663707285984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20209] ppid=20186 vsize=26872200 memory=7064 CPUtime=0.13 cores=0-7
/proc/20189/task/20209/stat : 20209 (java) S 20186 20189 10109 0 -1 1077944384 1831 0 0 0 6 7 0 0 20 0 33 0 149166873 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663706233520 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 116 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20212] ppid=20186 vsize=26872200 memory=4072 CPUtime=0 cores=0-7
/proc/20189/task/20212/stat : 20212 (java) S 20186 20189 10109 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 149178043 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663695942144 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20213] ppid=20186 vsize=26872200 memory=1156 CPUtime=0.16 cores=0-7
/proc/20189/task/20213/stat : 20213 (java) S 20186 20189 10109 0 -1 1077944384 3004 0 0 0 4 12 0 0 20 0 33 0 149178056 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663692792288 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20214] ppid=20186 vsize=26872200 memory=3604 CPUtime=22.16 cores=0-7
/proc/20189/task/20214/stat : 20214 (java) S 20186 20189 10109 0 -1 1077944384 5554 0 0 0 2203 13 0 0 20 0 33 0 149178065 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663689634000 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20215] ppid=20186 vsize=26872200 memory=23272204 CPUtime=22.16 cores=0-7
/proc/20189/task/20215/stat : 20215 (java) S 20186 20189 10109 0 -1 1077944384 4275 0 0 0 2188 28 0 0 20 0 33 0 149178066 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663688579040 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20216] ppid=20186 vsize=26872200 memory=78956 CPUtime=22 cores=0-7
/proc/20189/task/20216/stat : 20216 (java) S 20186 20189 10109 0 -1 1077944384 3619 0 0 0 2173 27 0 0 20 0 33 0 149178067 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663687525440 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20217] ppid=20186 vsize=26872200 memory=280775704595520 CPUtime=22.13 cores=0-7
/proc/20189/task/20217/stat : 20217 (java) S 20186 20189 10109 0 -1 1077944384 4094 0 0 0 2192 21 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663686472896 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20218] ppid=20186 vsize=26872200 memory=-1807685287717842718 CPUtime=22.15 cores=0-7
/proc/20189/task/20218/stat : 20218 (java) S 20186 20189 10109 0 -1 1077944384 5177 0 0 0 2199 16 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663685419936 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20219] ppid=20186 vsize=26872200 memory=-2247047206188047186 CPUtime=22.22 cores=0-7
/proc/20189/task/20219/stat : 20219 (java) S 20186 20189 10109 0 -1 1077944384 4934 0 0 0 2209 13 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663684367296 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20220] ppid=20186 vsize=26872200 memory=-1598831813028945288 CPUtime=0 cores=0-7
/proc/20189/task/20220/stat : 20220 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663683326624 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20221] ppid=20186 vsize=26872200 memory=-2893623298589923098 CPUtime=22.17 cores=0-7
/proc/20189/task/20221/stat : 20221 (java) S 20186 20189 10109 0 -1 1077944384 3629 0 0 0 2199 18 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663682261632 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20222] ppid=20186 vsize=26872200 memory=140387851908384 CPUtime=22.08 cores=0-7
/proc/20189/task/20222/stat : 20222 (java) S 20186 20189 10109 0 -1 1077944384 3895 0 0 0 2189 19 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663681210112 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20223] ppid=20186 vsize=26872200 memory=-2893623298589923098 CPUtime=0 cores=0-7
/proc/20189/task/20223/stat : 20223 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663680169504 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20224] ppid=20186 vsize=26872200 memory=140387851908448 CPUtime=0 cores=0-7
/proc/20189/task/20224/stat : 20224 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663679116448 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 929.42 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23272204 KiB

[startup+254.001 s]*
/proc/loadavg: 5.08 4.62 3.86 9/207 20226
/proc/meminfo: memFree=7368532/32770624 swapFree=67108860/67108860
[pid=20189] ppid=20186 vsize=26872200 memory=23272204 CPUtime=932.68 cores=0-7
/proc/20189/stat : 20189 (java) S 20186 20189 10109 0 -1 1077944320 530394 0 0 0 88574 4694 0 0 20 0 33 0 149166851 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140725946794736 140665438047991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
/proc/20189/statm: 6718050 5818051 3836 1 0 6706823 0
[pid=20189/tid=20191] ppid=20186 vsize=26872200 memory=-8774313645642428999 CPUtime=94.98 cores=0-7
/proc/20189/task/20191/stat : 20191 (java) S 20186 20189 10109 0 -1 1077944384 25522 0 0 0 9465 33 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665442290864 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20192] ppid=20186 vsize=26872200 memory=4872558044660077418 CPUtime=74.55 cores=0-7
/proc/20189/task/20192/stat : 20192 (java) R 20186 20189 10109 0 -1 4202560 40132 0 0 0 6918 537 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665349954264 140665422999166 0 4 1 16800974 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20193] ppid=20186 vsize=26872200 memory=4044 CPUtime=74.47 cores=0-7
/proc/20189/task/20193/stat : 20193 (java) R 20186 20189 10109 0 -1 4202560 45448 0 0 0 6889 558 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665348901720 140665422745716 0 4 1 16800974 0 0 0 -1 4 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20194] ppid=20186 vsize=26872200 memory=640 CPUtime=74.69 cores=0-7
/proc/20189/task/20194/stat : 20194 (java) R 20186 20189 10109 0 -1 4202560 38106 0 0 0 6919 550 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140665347848352 140665422998611 0 4 1 16800974 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20195] ppid=20186 vsize=26872200 memory=1792 CPUtime=74.57 cores=0-7
/proc/20189/task/20195/stat : 20195 (java) R 20186 20189 10109 0 -1 4202560 45059 0 0 0 6889 568 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664997513816 140665422745816 0 4 1 16800974 0 0 0 -1 6 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20196] ppid=20186 vsize=26872200 memory=960 CPUtime=74.38 cores=0-7
/proc/20189/task/20196/stat : 20196 (java) R 20186 20189 10109 0 -1 4202560 41282 0 0 0 6850 588 0 0 20 0 33 0 149166858 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664996461784 140665422998669 0 4 1 16800974 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20197] ppid=20186 vsize=26872200 memory=1240 CPUtime=74.57 cores=0-7
/proc/20189/task/20197/stat : 20197 (java) R 20186 20189 10109 0 -1 4202560 41485 0 0 0 6863 594 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664995406448 140665422745766 0 4 1 16800974 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20198] ppid=20186 vsize=26872200 memory=2248 CPUtime=74.52 cores=0-7
/proc/20189/task/20198/stat : 20198 (java) R 20186 20189 10109 0 -1 4202560 39245 0 0 0 6908 544 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664994353672 140665422998596 0 4 1 16800974 0 0 0 -1 7 0 0 32 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20199] ppid=20186 vsize=26872200 memory=4304 CPUtime=74.46 cores=0-7
/proc/20189/task/20199/stat : 20199 (java) R 20186 20189 10109 0 -1 4202560 31304 0 0 0 6920 526 0 0 20 0 33 0 149166859 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140664993303640 140665422745766 0 4 1 16800974 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20200] ppid=20186 vsize=26872200 memory=1624 CPUtime=60.56 cores=0-7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 10109 0 -1 1077944384 102265 0 0 0 6042 14 0 0 20 0 33 0 149166860 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663715705440 140665438058197 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 87 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20201] ppid=20186 vsize=26872200 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 10109 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 33 0 149166860 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663714653408 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20202] ppid=20186 vsize=26872200 memory=1792 CPUtime=0 cores=0-7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 10109 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 33 0 149166861 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663713600256 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20203] ppid=20186 vsize=26872200 memory=960 CPUtime=0 cores=0-7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 10109 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663712548464 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20204] ppid=20186 vsize=26872200 memory=1240 CPUtime=0.69 cores=0-7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 10109 0 -1 1077944384 6311 0 0 0 68 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663711496992 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20205] ppid=20186 vsize=26872200 memory=2248 CPUtime=0.72 cores=0-7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 10109 0 -1 1077944384 5837 0 0 0 71 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663710444448 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20206] ppid=20186 vsize=26872200 memory=4116 CPUtime=0.9 cores=0-7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 10109 0 -1 1077944384 6443 0 0 0 89 1 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663709391104 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20207] ppid=20186 vsize=26872200 memory=78956 CPUtime=1.03 cores=0-7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 10109 0 -1 1077944384 20346 0 0 0 98 5 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663708338848 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 109 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20208] ppid=20186 vsize=26872200 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 149166863 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663707285984 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20209] ppid=20186 vsize=26872200 memory=303711741228089654 CPUtime=0.13 cores=0-7
/proc/20189/task/20209/stat : 20209 (java) S 20186 20189 10109 0 -1 1077944384 1831 0 0 0 6 7 0 0 20 0 33 0 149166873 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663706233520 140665438059138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 116 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20212] ppid=20186 vsize=26872200 memory=15536310592997909 CPUtime=0 cores=0-7
/proc/20189/task/20212/stat : 20212 (java) S 20186 20189 10109 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 149178043 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663695942144 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20213] ppid=20186 vsize=26872200 memory=2316 CPUtime=0.16 cores=0-7
/proc/20189/task/20213/stat : 20213 (java) S 20186 20189 10109 0 -1 1077944384 3004 0 0 0 4 12 0 0 20 0 33 0 149178056 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663692792288 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20214] ppid=20186 vsize=26872200 memory=1836 CPUtime=22.16 cores=0-7
/proc/20189/task/20214/stat : 20214 (java) S 20186 20189 10109 0 -1 1077944384 5554 0 0 0 2203 13 0 0 20 0 33 0 149178065 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663689634000 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20215] ppid=20186 vsize=26872200 memory=1228 CPUtime=22.16 cores=0-7
/proc/20189/task/20215/stat : 20215 (java) S 20186 20189 10109 0 -1 1077944384 4275 0 0 0 2188 28 0 0 20 0 33 0 149178066 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663688579040 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20216] ppid=20186 vsize=26872200 memory=796 CPUtime=22 cores=0-7
/proc/20189/task/20216/stat : 20216 (java) S 20186 20189 10109 0 -1 1077944384 3619 0 0 0 2173 27 0 0 20 0 33 0 149178067 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663687525440 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20217] ppid=20186 vsize=26872200 memory=5788 CPUtime=22.13 cores=0-7
/proc/20189/task/20217/stat : 20217 (java) S 20186 20189 10109 0 -1 1077944384 4094 0 0 0 2192 21 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663686472896 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20218] ppid=20186 vsize=26872200 memory=1720 CPUtime=22.15 cores=0-7
/proc/20189/task/20218/stat : 20218 (java) S 20186 20189 10109 0 -1 1077944384 5177 0 0 0 2199 16 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663685419936 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20219] ppid=20186 vsize=26872200 memory=4616 CPUtime=22.22 cores=0-7
/proc/20189/task/20219/stat : 20219 (java) S 20186 20189 10109 0 -1 1077944384 4934 0 0 0 2209 13 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663684367296 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20220] ppid=20186 vsize=26872200 memory=1012 CPUtime=0 cores=0-7
/proc/20189/task/20220/stat : 20220 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663683326624 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20221] ppid=20186 vsize=26872200 memory=10180 CPUtime=22.17 cores=0-7
/proc/20189/task/20221/stat : 20221 (java) S 20186 20189 10109 0 -1 1077944384 3629 0 0 0 2199 18 0 0 20 0 33 0 149178069 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663682261632 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20222] ppid=20186 vsize=26872200 memory=1468 CPUtime=22.08 cores=0-7
/proc/20189/task/20222/stat : 20222 (java) S 20186 20189 10109 0 -1 1077944384 3895 0 0 0 2189 19 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663681210112 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20223] ppid=20186 vsize=26872200 memory=172546841476894 CPUtime=0 cores=0-7
/proc/20189/task/20223/stat : 20223 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663680169504 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
[pid=20189/tid=20224] ppid=20186 vsize=26872200 memory=7523615495424536424 CPUtime=0 cores=0-7
/proc/20189/task/20224/stat : 20224 (java) S 20186 20189 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 149178070 27517132800 5818051 18446744073709551615 4194304 4196468 140725946812192 140663679116448 140665438058197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34115584 140725946818930 140725946819114 140725946819114 140725946822607 0
Current children cumulated CPU time: 932.68 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 23272204 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.116
CPU time (s): 932.876
CPU user time (s): 885.841
CPU system time (s): 47.0351
CPU usage (%): 367.106
Max. virtual memory (cumulated for all children) (KiB): 26873224
Max. memory (cumulated for all children) (KiB): 23272204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.841
system time used= 47.0351
maximum resident set size= 23272628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25530
involuntary context switches= 15617


# summary of solver processes directly reported to runsolver:
#   pid: 20189
#   total CPU time (s): 932.876
#   total CPU user time (s): 885.841
#   total CPU system time (s): 47.0351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.96351 second user time and 2.90935 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-23 08:10:16
IDJOB=4286095
IDBENCH=139720
IDSOLVER=2682
FILE ID=node125/4286095-1503469465
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4286095-1503469465/watcher-4286095-1503469465 -o /tmp/evaluation-result-4286095-1503469465/solver-4286095-1503469465 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 628205681 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4286095-1503469465.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=628205681

node125.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.07
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.07
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.07
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.07
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:        30666584 kB
MemAvailable:   31952792 kB
Buffers:          340368 kB
Cached:          1258596 kB
SwapCached:            0 kB
Active:           951784 kB
Inactive:         706972 kB
Active(anon):      60096 kB
Inactive(anon):    57676 kB
Active(file):     891688 kB
Inactive(file):   649296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42228 kB
Writeback:             4 kB
AnonPages:         59152 kB
Mapped:            70468 kB
Shmem:             58020 kB
Slab:             148376 kB
SReclaimable:     122116 kB
SUnreclaim:        26260 kB
KernelStack:        3152 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-23 08:14:30