Trace number 4285535

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? (TO) 12319 2522.1101

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
Bench CategoryCSP (decision 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 variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.38	c version: 2017-08-22
0.26/0.38	c seed: 399641069
0.26/0.38	c timeout: 20160
0.26/0.38	c memlimit: 22000
0.26/0.38	c nbcore: 8
0.26/0.40	c Parsing instance...
304.64/62.98	c Parsing done, starting search...
2869.48/1303.27	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#666568770]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
2869.48/1303.27	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
2869.48/1303.27	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
2869.48/1303.27	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
2869.48/1303.27	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
2869.48/1303.27	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
2869.48/1303.27	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
2869.48/1303.27	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
2869.48/1303.27	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
2869.48/1303.27	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
2869.48/1303.27	c java.lang.Thread.run(Thread.java:748)
2869.48/1303.27	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 (14974 MiB free)
  memory of node 1: 16384 MiB (15448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285535-1503456910/watcher-4285535-1503456910 -o /tmp/evaluation-result-4285535-1503456910/solver-4285535-1503456910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 399641069 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285535-1503456910.xml 

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

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


[startup+0.100119 s]*
/proc/loadavg: 3.95 6.79 8.00 2/185 24280
/proc/meminfo: memFree=31147964/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=25394656 memory=16044 CPUtime=0.02 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 3834 0 0 0 2 0 0 0 20 0 11 0 134031606 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6348664 4011 2030 1 0 6338161 0
[pid=24270/tid=24272] ppid=24267 vsize=25394656 memory=0 CPUtime=0.01 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) R 24267 24270 12932 0 -1 4202560 2518 0 0 0 1 0 0 0 20 0 11 0 134031614 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354930735888 140354910573918 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=25394656 memory=139685602711168 CPUtime=0 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354838399376 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=25394656 memory=139685602711168 CPUtime=0 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354837346576 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354836294288 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=25394656 memory=-1807685287725067907 CPUtime=0 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354835241488 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354484800400 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354483747600 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354482695312 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 134031615 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140354481642512 140354926503637 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 134031616 26004127744 4011 18446744073709551615 4194304 4196468 140735773631968 140353202993264 140354926504578 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 25394656 KiB
Current children cumulated memory: 16044 KiB

[startup+0.209575 s]*
/proc/loadavg: 3.95 6.79 8.00 4/195 24290
/proc/meminfo: memFree=31138524/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=25996608 memory=29888 CPUtime=0.1 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 7281 0 0 0 10 0 0 0 20 0 20 0 134031606 26620526592 7472 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6499152 7472 3384 1 0 6487930 0
[pid=24270/tid=24272] ppid=24267 vsize=25996608 memory=0 CPUtime=0.08 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) R 24267 24270 12932 0 -1 4202560 5223 0 0 0 8 0 0 0 20 0 20 0 134031614 26620526592 7472 18446744073709551615 4194304 4196468 140735773631968 140354930710112 140354919171524 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=25997632 memory=139685602711168 CPUtime=0 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7472 18446744073709551615 4194304 4196468 140735773631968 140354838399376 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=25997632 memory=139685602711168 CPUtime=0 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7472 18446744073709551615 4194304 4196468 140735773631968 140354837346576 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7472 18446744073709551615 4194304 4196468 140735773631968 140354836294288 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7472 18446744073709551615 4194304 4196468 140735773631968 140354835241488 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7538 18446744073709551615 4194304 4196468 140735773631968 140354484800400 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7538 18446744073709551615 4194304 4196468 140735773631968 140354483747600 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7538 18446744073709551615 4194304 4196468 140735773631968 140354482695312 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26621575168 7538 18446744073709551615 4194304 4196468 140735773631968 140354481642512 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031616 26621575168 7604 18446744073709551615 4194304 4196468 140735773631968 140353202993264 140354926504578 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24282] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24282/stat : 24282 (java) S 24267 24270 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 134031617 26621575168 7604 18446744073709551615 4194304 4196468 140735773631968 140353201939232 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24283] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24283/stat : 24283 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 134031617 26621575168 7604 18446744073709551615 4194304 4196468 140735773631968 140353200886896 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24284] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24284/stat : 24284 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031619 26621575168 7604 18446744073709551615 4194304 4196468 140735773631968 140353199835216 140354926512027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24285] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24285/stat : 24285 (java) S 24267 24270 12932 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 134031619 26621575168 7670 18446744073709551615 4194304 4196468 140735773631968 140353198783088 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24286] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24286/stat : 24286 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031619 26621575168 7670 18446744073709551615 4194304 4196468 140735773631968 140353197730288 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24287] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24287/stat : 24287 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031619 26621575168 7670 18446744073709551615 4194304 4196468 140735773631968 140353196678000 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24288] ppid=24267 vsize=25997632 memory=0 CPUtime=0.01 cores=0-7
/proc/24270/task/24288/stat : 24288 (java) S 24267 24270 12932 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 134031620 26621575168 7670 18446744073709551615 4194304 4196468 140735773631968 140353195625200 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24289] ppid=24267 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24289/stat : 24289 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031620 26621575168 7670 18446744073709551615 4194304 4196468 140735773631968 140353194572128 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24290] ppid=24267 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/24270/task/24290/stat : 24290 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031624 26621575168 7736 18446744073709551615 4194304 4196468 140735773631968 140353193519408 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 29888 KiB

[startup+0.309333 s]*
/proc/loadavg: 3.95 6.79 8.00 2/195 24290
/proc/meminfo: memFree=31128644/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=25996608 memory=38436 CPUtime=0.26 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 10930 0 0 0 24 2 0 0 20 0 20 0 134031606 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6499152 9609 3516 1 0 6487930 0
[pid=24270/tid=24272] ppid=24267 vsize=25996608 memory=-8774313645642428999 CPUtime=0.18 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) R 24267 24270 12932 0 -1 4202560 8638 0 0 0 16 2 0 0 20 0 20 0 134031614 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354930698736 140354926515357 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354838399376 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354837346576 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354836294288 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354835241488 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354484800400 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354483747600 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354482695312 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140354481642512 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 134031616 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353202993264 140354926504578 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24282] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24282/stat : 24282 (java) S 24267 24270 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 134031617 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353201939232 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24283] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24283/stat : 24283 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 134031617 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353200886896 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24284] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24284/stat : 24284 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031619 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353199835216 140354926512027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24285] ppid=24267 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/24270/task/24285/stat : 24285 (java) S 24267 24270 12932 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 20 0 134031619 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353198783088 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24286] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24286/stat : 24286 (java) S 24267 24270 12932 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 20 0 134031619 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353197730288 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24287] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24287/stat : 24287 (java) S 24267 24270 12932 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 134031619 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353196678000 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24288] ppid=24267 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/24270/task/24288/stat : 24288 (java) R 24267 24270 12932 0 -1 4202560 369 0 0 0 5 0 0 0 20 0 20 0 134031620 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353195625200 140354908901408 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24289] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24289/stat : 24289 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031620 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353194572128 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24290] ppid=24267 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24290/stat : 24290 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031624 26620526592 9609 18446744073709551615 4194304 4196468 140735773631968 140353193519408 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38436 KiB

[startup+0.700919 s]
/proc/loadavg: 3.95 6.79 8.00 3/195 24290
/proc/meminfo: memFree=31114324/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=25998676 memory=80720 CPUtime=1.25 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 15381 0 0 0 120 5 0 0 20 0 20 0 134031606 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6499669 20180 3729 1 0 6488442 0
[pid=24270/tid=24272] ppid=24267 vsize=25998676 memory=164 CPUtime=0.56 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) R 24267 24270 12932 0 -1 4202560 10475 0 0 0 52 4 0 0 20 0 20 0 134031614 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140354930728576 140354926505366 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=25998676 memory=71708 CPUtime=0 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140354838399376 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=25998676 memory=2384 CPUtime=0 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140354837346576 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=25998676 memory=1296 CPUtime=0 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140354836294288 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=25998676 memory=139689897678463 CPUtime=0 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20180 18446744073709551615 4194304 4196468 140735773631968 140354835241488 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=25998676 memory=7682744562830902074 CPUtime=0 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140354484800400 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=25998676 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140354483747600 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=25998676 memory=7007707949394126417 CPUtime=0 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) S 24267 24270 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140354482695312 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=25998676 memory=5859853075905800022 CPUtime=0 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031615 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140354481642512 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=25998676 memory=7451609539861307712 CPUtime=0 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 134031616 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353202993264 140354926504578 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24282] ppid=24267 vsize=25998676 memory=956 CPUtime=0 cores=0-7
/proc/24270/task/24282/stat : 24282 (java) S 24267 24270 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 134031617 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353201939232 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24283] ppid=24267 vsize=25998676 memory=1236 CPUtime=0 cores=0-7
/proc/24270/task/24283/stat : 24283 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 134031617 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353200886896 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24284] ppid=24267 vsize=25998676 memory=2244 CPUtime=0 cores=0-7
/proc/24270/task/24284/stat : 24284 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031619 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353199835216 140354926512027 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24285] ppid=24267 vsize=25998676 memory=4284 CPUtime=0.16 cores=0-7
/proc/24270/task/24285/stat : 24285 (java) S 24267 24270 12932 0 -1 1077944384 1265 0 0 0 16 0 0 0 20 0 20 0 134031619 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353198783088 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24286] ppid=24267 vsize=25998676 memory=928 CPUtime=0.17 cores=0-7
/proc/24270/task/24286/stat : 24286 (java) S 24267 24270 12932 0 -1 1077944384 683 0 0 0 17 0 0 0 20 0 20 0 134031619 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353197730288 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24287] ppid=24267 vsize=25998676 memory=1580 CPUtime=0.11 cores=0-7
/proc/24270/task/24287/stat : 24287 (java) R 24267 24270 12932 0 -1 4202560 495 0 0 0 11 0 0 0 20 0 20 0 134031619 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353196667616 140354910890509 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24288] ppid=24267 vsize=25998676 memory=2168 CPUtime=0.22 cores=0-7
/proc/24270/task/24288/stat : 24288 (java) R 24267 24270 12932 0 -1 4202560 1083 0 0 0 22 0 0 0 20 0 20 0 134031620 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353195620928 140354926514778 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24289] ppid=24267 vsize=25998676 memory=836 CPUtime=0 cores=0-7
/proc/24270/task/24289/stat : 24289 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 134031620 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353194572128 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24290] ppid=24267 vsize=25998676 memory=5816 CPUtime=0 cores=0-7
/proc/24270/task/24290/stat : 24290 (java) S 24267 24270 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 134031624 26622644224 20201 18446744073709551615 4194304 4196468 140735773631968 140353193519408 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0

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

[pid=24270/tid=24351] ppid=24267 vsize=26872200 memory=21074760 CPUtime=10.37 cores=0-7
/proc/24270/task/24351/stat : 24351 (java) S 24267 24270 12932 0 -1 1077944384 3825 0 0 0 1034 3 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353169554704 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24352] ppid=24267 vsize=26872200 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/24270/task/24352/stat : 24352 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353168508192 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24353] ppid=24267 vsize=26872200 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/24270/task/24353/stat : 24353 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353167455392 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24354] ppid=24267 vsize=26872200 memory=1236 CPUtime=0 cores=0-7
/proc/24270/task/24354/stat : 24354 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353166403104 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 12309.2 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 21074760 KiB

[startup+2521.6 s]
/proc/loadavg: 7.55 7.49 6.62 9/207 24432
/proc/meminfo: memFree=10061048/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=26872200 memory=21074760 CPUtime=12315.6 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 2426134 0 0 0 1222847 8709 0 0 20 0 33 0 134031606 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6718050 5268690 3851 1 0 6706823 0
[pid=24270/tid=24272] ppid=24267 vsize=26872200 memory=4120 CPUtime=1064.76 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) S 24267 24270 12932 0 -1 1077944384 190209 0 0 0 106075 401 0 0 20 0 33 0 134031614 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354930736304 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=26872200 memory=71816 CPUtime=1387.19 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) R 24267 24270 12932 0 -1 4202560 148454 0 0 0 137680 1039 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354838399576 140354911191070 0 4 1 16800974 0 0 0 -1 1 0 0 83 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=26872200 memory=4872558044660077418 CPUtime=1392.03 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) R 24267 24270 12932 0 -1 4202560 155162 0 0 0 138154 1049 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354837346776 140354911191070 0 4 1 16800974 0 0 0 -1 2 0 0 78 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=26872200 memory=1728 CPUtime=1386.39 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) R 24267 24270 12932 0 -1 4202560 148329 0 0 0 137654 985 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354836294288 140354911191044 0 4 1 16800974 0 0 0 -1 5 0 0 95 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=26872200 memory=5788 CPUtime=1392.81 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) R 24267 24270 12932 0 -1 4202560 156328 0 0 0 138267 1014 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354835241688 140354911444528 0 4 1 16800974 0 0 0 -1 0 0 0 87 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=26872200 memory=1996 CPUtime=1391.6 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) R 24267 24270 12932 0 -1 4202560 155805 0 0 0 138198 962 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354484800400 140354911191183 0 4 1 16800974 0 0 0 -1 6 0 0 80 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=26872200 memory=21074760 CPUtime=1391.32 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) R 24267 24270 12932 0 -1 4202560 154773 0 0 0 138097 1035 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354483747800 140354911191070 0 4 1 16800974 0 0 0 -1 4 0 0 92 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=26872200 memory=21074760 CPUtime=1386.07 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) R 24267 24270 12932 0 -1 4202560 150253 0 0 0 137623 984 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354482695512 140354911444450 0 4 1 16800974 0 0 0 -1 7 0 0 86 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=26872200 memory=1232 CPUtime=1388 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) R 24267 24270 12932 0 -1 4202560 149411 0 0 0 137781 1019 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354481642712 140354911444530 0 4 1 16800974 0 0 0 -1 3 0 0 89 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=26872200 memory=9064 CPUtime=43.68 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 895887 0 0 0 4249 119 0 0 20 0 33 0 134031616 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353202991584 140354926503637 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24282] ppid=24267 vsize=26872200 memory=4616 CPUtime=0 cores=0-7
/proc/24270/task/24282/stat : 24282 (java) S 24267 24270 12932 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 134031617 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353201939296 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24283] ppid=24267 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24283/stat : 24283 (java) S 24267 24270 12932 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 33 0 134031617 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353200886912 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24284] ppid=24267 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/24270/task/24284/stat : 24284 (java) S 24267 24270 12932 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353199830144 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24285] ppid=24267 vsize=26872200 memory=0 CPUtime=1.93 cores=0-7
/proc/24270/task/24285/stat : 24285 (java) S 24267 24270 12932 0 -1 1077944384 14884 0 0 0 190 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353198783088 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24286] ppid=24267 vsize=26872200 memory=0 CPUtime=2.04 cores=0-7
/proc/24270/task/24286/stat : 24286 (java) S 24267 24270 12932 0 -1 1077944384 19752 0 0 0 201 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353197730288 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24287] ppid=24267 vsize=26872200 memory=0 CPUtime=2 cores=0-7
/proc/24270/task/24287/stat : 24287 (java) S 24267 24270 12932 0 -1 1077944384 20894 0 0 0 197 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353196678000 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24288] ppid=24267 vsize=26872200 memory=21074760 CPUtime=1.17 cores=0-7
/proc/24270/task/24288/stat : 24288 (java) S 24267 24270 12932 0 -1 1077944384 27924 0 0 0 112 5 0 0 20 0 33 0 134031620 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353195625200 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24289] ppid=24267 vsize=26872200 memory=1008 CPUtime=0 cores=0-7
/proc/24270/task/24289/stat : 24289 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 134031620 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353194572128 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24290] ppid=24267 vsize=26872200 memory=1232 CPUtime=1.03 cores=0-7
/proc/24270/task/24290/stat : 24290 (java) S 24267 24270 12932 0 -1 1077944384 3024 0 0 0 47 56 0 0 20 0 33 0 134031624 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353193519408 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24342] ppid=24267 vsize=26872200 memory=9064 CPUtime=0 cores=0-7
/proc/24270/task/24342/stat : 24342 (java) S 24267 24270 12932 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 33 0 134148911 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353183228800 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24343] ppid=24267 vsize=26872200 memory=4616 CPUtime=0.12 cores=0-7
/proc/24270/task/24343/stat : 24343 (java) S 24267 24270 12932 0 -1 1077944384 3079 0 0 0 4 8 0 0 20 0 33 0 134148923 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353180077616 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24344] ppid=24267 vsize=26872200 memory=4616 CPUtime=10.37 cores=0-7
/proc/24270/task/24344/stat : 24344 (java) S 24267 24270 12932 0 -1 1077944384 3835 0 0 0 1028 9 0 0 20 0 33 0 134148933 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353176924464 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24345] ppid=24267 vsize=26872200 memory=1440 CPUtime=10.44 cores=0-7
/proc/24270/task/24345/stat : 24345 (java) S 24267 24270 12932 0 -1 1077944384 5505 0 0 0 1037 7 0 0 20 0 33 0 134148934 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353175870768 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24346] ppid=24267 vsize=26872200 memory=1204 CPUtime=10.44 cores=0-7
/proc/24270/task/24346/stat : 24346 (java) S 24267 24270 12932 0 -1 1077944384 3915 0 0 0 1040 4 0 0 20 0 33 0 134148935 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353174818608 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24347] ppid=24267 vsize=26872200 memory=15884 CPUtime=10.46 cores=0-7
/proc/24270/task/24347/stat : 24347 (java) S 24267 24270 12932 0 -1 1077944384 3587 0 0 0 1042 4 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353173765904 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24348] ppid=24267 vsize=26872200 memory=16240 CPUtime=10.38 cores=0-7
/proc/24270/task/24348/stat : 24348 (java) S 24267 24270 12932 0 -1 1077944384 2863 0 0 0 1027 11 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353172712496 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24349] ppid=24267 vsize=26872200 memory=41128 CPUtime=10.32 cores=0-7
/proc/24270/task/24349/stat : 24349 (java) S 24267 24270 12932 0 -1 1077944384 2756 0 0 0 1028 4 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353171659760 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24350] ppid=24267 vsize=26872200 memory=4284 CPUtime=10.38 cores=0-7
/proc/24270/task/24350/stat : 24350 (java) S 24267 24270 12932 0 -1 1077944384 4077 0 0 0 1032 6 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353170607408 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24351] ppid=24267 vsize=26872200 memory=928 CPUtime=10.37 cores=0-7
/proc/24270/task/24351/stat : 24351 (java) S 24267 24270 12932 0 -1 1077944384 3825 0 0 0 1034 3 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353169554704 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24352] ppid=24267 vsize=26872200 memory=1580 CPUtime=0 cores=0-7
/proc/24270/task/24352/stat : 24352 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353168508192 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24353] ppid=24267 vsize=26872200 memory=2168 CPUtime=0 cores=0-7
/proc/24270/task/24353/stat : 24353 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353167455392 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24354] ppid=24267 vsize=26872200 memory=836 CPUtime=0 cores=0-7
/proc/24270/task/24354/stat : 24354 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353166403104 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 12315.6 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 21074760 KiB

[startup+2522 s]*
/proc/loadavg: 7.55 7.49 6.62 9/207 24432
/proc/meminfo: memFree=10061048/32770624 swapFree=67108860/67108860
[pid=24270] ppid=24267 vsize=26872200 memory=21074760 CPUtime=12318.8 cores=0-7
/proc/24270/stat : 24270 (java) S 24267 24270 12932 0 -1 1077944320 2426227 0 0 0 1223172 8709 0 0 20 0 33 0 134031606 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140735773614512 140354926493431 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
/proc/24270/statm: 6718050 5268690 3851 1 0 6706823 0
[pid=24270/tid=24272] ppid=24267 vsize=26872200 memory=4872558044660077418 CPUtime=1064.76 cores=0-7
/proc/24270/task/24272/stat : 24272 (java) S 24267 24270 12932 0 -1 1077944384 190209 0 0 0 106075 401 0 0 20 0 33 0 134031614 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354930736304 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24273] ppid=24267 vsize=26872200 memory=-7003737579269690708 CPUtime=1387.6 cores=0-7
/proc/24270/task/24273/stat : 24273 (java) R 24267 24270 12932 0 -1 4202560 148454 0 0 0 137721 1039 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354838399576 140354911444472 0 4 1 16800974 0 0 0 -1 1 0 0 83 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24274] ppid=24267 vsize=26872200 memory=7100839861465685612 CPUtime=1392.43 cores=0-7
/proc/24270/task/24274/stat : 24274 (java) R 24267 24270 12932 0 -1 4202560 155164 0 0 0 138194 1049 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354837346776 140354911478727 0 4 1 16800974 0 0 0 -1 2 0 0 78 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24275] ppid=24267 vsize=26872200 memory=3054156605268465310 CPUtime=1386.8 cores=0-7
/proc/24270/task/24275/stat : 24275 (java) R 24267 24270 12932 0 -1 4202560 148329 0 0 0 137695 985 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354836294488 140354911444670 0 4 1 16800974 0 0 0 -1 5 0 0 95 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24276] ppid=24267 vsize=26872200 memory=6083073847998109799 CPUtime=1393.22 cores=0-7
/proc/24270/task/24276/stat : 24276 (java) R 24267 24270 12932 0 -1 4202560 156328 0 0 0 138308 1014 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354835241688 140354911191206 0 4 1 16800974 0 0 0 -1 0 0 0 87 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24277] ppid=24267 vsize=26872200 memory=6370158481492960344 CPUtime=1392 cores=0-7
/proc/24270/task/24277/stat : 24277 (java) R 24267 24270 12932 0 -1 4202560 155879 0 0 0 138238 962 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354484800288 140354911444087 0 4 1 16800974 0 0 0 -1 6 0 0 80 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24278] ppid=24267 vsize=26872200 memory=7453282923410058349 CPUtime=1391.73 cores=0-7
/proc/24270/task/24278/stat : 24278 (java) R 24267 24270 12932 0 -1 4202560 154778 0 0 0 138138 1035 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354483747800 140354911191070 0 4 1 16800974 0 0 0 -1 4 0 0 92 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24279] ppid=24267 vsize=26872200 memory=0 CPUtime=1386.46 cores=0-7
/proc/24270/task/24279/stat : 24279 (java) R 24267 24270 12932 0 -1 4202560 150253 0 0 0 137662 984 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354482695512 140354911478672 0 4 1 16800974 0 0 0 -1 7 0 0 86 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24280] ppid=24267 vsize=26872200 memory=243911192788384 CPUtime=1388.41 cores=0-7
/proc/24270/task/24280/stat : 24280 (java) R 24267 24270 12932 0 -1 4202560 149423 0 0 0 137822 1019 0 0 20 0 33 0 134031615 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140354481642712 140354911444036 0 4 1 16800974 0 0 0 -1 3 0 0 89 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24281] ppid=24267 vsize=26872200 memory=243911192788385 CPUtime=43.68 cores=0-7
/proc/24270/task/24281/stat : 24281 (java) S 24267 24270 12932 0 -1 1077944384 895887 0 0 0 4249 119 0 0 20 0 33 0 134031616 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353202991584 140354926503637 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24282] ppid=24267 vsize=26872200 memory=243911192788386 CPUtime=0 cores=0-7
/proc/24270/task/24282/stat : 24282 (java) S 24267 24270 12932 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 134031617 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353201939296 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24283] ppid=24267 vsize=26872200 memory=2384 CPUtime=0 cores=0-7
/proc/24270/task/24283/stat : 24283 (java) S 24267 24270 12932 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 33 0 134031617 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353200886912 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24284] ppid=24267 vsize=26872200 memory=1296 CPUtime=0 cores=0-7
/proc/24270/task/24284/stat : 24284 (java) S 24267 24270 12932 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353199830144 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24285] ppid=24267 vsize=26872200 memory=1728 CPUtime=1.93 cores=0-7
/proc/24270/task/24285/stat : 24285 (java) S 24267 24270 12932 0 -1 1077944384 14884 0 0 0 190 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353198783088 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24286] ppid=24267 vsize=26872200 memory=5788 CPUtime=2.04 cores=0-7
/proc/24270/task/24286/stat : 24286 (java) S 24267 24270 12932 0 -1 1077944384 19752 0 0 0 201 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353197730288 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24287] ppid=24267 vsize=26872200 memory=1996 CPUtime=2 cores=0-7
/proc/24270/task/24287/stat : 24287 (java) S 24267 24270 12932 0 -1 1077944384 20894 0 0 0 197 3 0 0 20 0 33 0 134031619 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353196678000 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24288] ppid=24267 vsize=26872200 memory=796 CPUtime=1.17 cores=0-7
/proc/24270/task/24288/stat : 24288 (java) S 24267 24270 12932 0 -1 1077944384 27924 0 0 0 112 5 0 0 20 0 33 0 134031620 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353195625200 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24289] ppid=24267 vsize=26872200 memory=10096 CPUtime=0 cores=0-7
/proc/24270/task/24289/stat : 24289 (java) S 24267 24270 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 134031620 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353194572128 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24290] ppid=24267 vsize=26872200 memory=1716 CPUtime=1.03 cores=0-7
/proc/24270/task/24290/stat : 24290 (java) S 24267 24270 12932 0 -1 1077944384 3024 0 0 0 47 56 0 0 20 0 33 0 134031624 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353193519408 140354926504578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24342] ppid=24267 vsize=26872200 memory=1008 CPUtime=0 cores=0-7
/proc/24270/task/24342/stat : 24342 (java) S 24267 24270 12932 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 33 0 134148911 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353183228800 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24343] ppid=24267 vsize=26872200 memory=1232 CPUtime=0.12 cores=0-7
/proc/24270/task/24343/stat : 24343 (java) S 24267 24270 12932 0 -1 1077944384 3079 0 0 0 4 8 0 0 20 0 33 0 134148923 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353180077616 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24344] ppid=24267 vsize=26872200 memory=9064 CPUtime=10.37 cores=0-7
/proc/24270/task/24344/stat : 24344 (java) S 24267 24270 12932 0 -1 1077944384 3835 0 0 0 1028 9 0 0 20 0 33 0 134148933 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353176924464 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24345] ppid=24267 vsize=26872200 memory=4616 CPUtime=10.44 cores=0-7
/proc/24270/task/24345/stat : 24345 (java) S 24267 24270 12932 0 -1 1077944384 5505 0 0 0 1037 7 0 0 20 0 33 0 134148934 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353175870768 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24346] ppid=24267 vsize=26872200 memory=21074760 CPUtime=10.44 cores=0-7
/proc/24270/task/24346/stat : 24346 (java) S 24267 24270 12932 0 -1 1077944384 3915 0 0 0 1040 4 0 0 20 0 33 0 134148935 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353174818608 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24347] ppid=24267 vsize=26872200 memory=1236 CPUtime=10.46 cores=0-7
/proc/24270/task/24347/stat : 24347 (java) S 24267 24270 12932 0 -1 1077944384 3587 0 0 0 1042 4 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353173765904 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24348] ppid=24267 vsize=26872200 memory=2244 CPUtime=10.38 cores=0-7
/proc/24270/task/24348/stat : 24348 (java) S 24267 24270 12932 0 -1 1077944384 2863 0 0 0 1027 11 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353172712496 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24349] ppid=24267 vsize=26872200 memory=4284 CPUtime=10.32 cores=0-7
/proc/24270/task/24349/stat : 24349 (java) S 24267 24270 12932 0 -1 1077944384 2756 0 0 0 1028 4 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353171659760 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24350] ppid=24267 vsize=26872200 memory=928 CPUtime=10.38 cores=0-7
/proc/24270/task/24350/stat : 24350 (java) S 24267 24270 12932 0 -1 1077944384 4077 0 0 0 1032 6 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353170607408 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24351] ppid=24267 vsize=26872200 memory=1580 CPUtime=10.37 cores=0-7
/proc/24270/task/24351/stat : 24351 (java) S 24267 24270 12932 0 -1 1077944384 3825 0 0 0 1034 3 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353169554704 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24352] ppid=24267 vsize=26872200 memory=41128 CPUtime=0 cores=0-7
/proc/24270/task/24352/stat : 24352 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148937 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353168508192 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24353] ppid=24267 vsize=26872200 memory=4048 CPUtime=0 cores=0-7
/proc/24270/task/24353/stat : 24353 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353167455392 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
[pid=24270/tid=24354] ppid=24267 vsize=26872200 memory=644 CPUtime=0 cores=0-7
/proc/24270/task/24354/stat : 24354 (java) S 24267 24270 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 134148978 27517132800 5268690 18446744073709551615 4194304 4196468 140735773631968 140353166403104 140354926503637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13537280 140735773639020 140735773639205 140735773639205 140735773642703 0
Current children cumulated CPU time: 12318.8 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 21074760 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.11
CPU time (s): 12319
CPU user time (s): 12231.8
CPU system time (s): 87.1798
CPU usage (%): 488.439
Max. virtual memory (cumulated for all children) (KiB): 26872200
Max. memory (cumulated for all children) (KiB): 21074760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12231.8
system time used= 87.1798
maximum resident set size= 21075264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2426240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156673
involuntary context switches= 176768


# summary of solver processes directly reported to runsolver:
#   pid: 24270
#   total CPU time (s): 12319
#   total CPU user time (s): 12231.8
#   total CPU system time (s): 87.1798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.327 second user time and 26.2721 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-23 04:40:53
IDJOB=4285535
IDBENCH=138396
IDSOLVER=2681
FILE ID=node124/4285535-1503456910
RUNJOBID= node124-1503398584-12989
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.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-4285535-1503456910/watcher-4285535-1503456910 -o /tmp/evaluation-result-4285535-1503456910/solver-4285535-1503456910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 399641069 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285535-1503456910.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=399641069

node124.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.51
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.51
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.51
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.51
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:        31154424 kB
MemAvailable:   31953192 kB
Buffers:          314576 kB
Cached:           785396 kB
SwapCached:            0 kB
Active:           706136 kB
Inactive:         449448 kB
Active(anon):       8352 kB
Inactive(anon):    97324 kB
Active(file):     697784 kB
Inactive(file):   352124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43388 kB
Writeback:             0 kB
AnonPages:         55912 kB
Mapped:            66444 kB
Shmem:             49896 kB
Slab:             156892 kB
SReclaimable:     129388 kB
SUnreclaim:        27504 kB
KernelStack:        3088 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node124 at 2017-08-23 05:22:56