Trace number 4275344

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-07-26? 10143.4 1649.04

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-14-fair.xml
MD5SUMabdfed4353cf02606058846107286b36
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 variables40248
Number of constraints38137
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":5342},{"size":201,"count":180},{"size":20001,"count":34726}]
Minimum variable degree2
Maximum variable degree320
Distribution of variable degrees[{"degree":2,"count":35660},{"degree":3,"count":924},{"degree":4,"count":47},{"degree":5,"count":374},{"degree":6,"count":208},{"degree":7,"count":781},{"degree":8,"count":1143},{"degree":9,"count":638},{"degree":10,"count":24},{"degree":12,"count":29},{"degree":13,"count":336},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":15},{"degree":57,"count":15},{"degree":59,"count":12},{"degree":70,"count":1},{"degree":80,"count":14},{"degree":125,"count":2},{"degree":126,"count":12},{"degree":320,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":6162},{"arity":3,"count":31973}]
Number of extensional constraints0
Number of intensional constraints38137
Distribution of constraint types[{"type":"intension","count":38137}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
2.54/0.95	c seed: 1875980957
2.54/0.95	c timeout: 20160
2.54/0.95	c memlimit: 11000
2.54/0.95	c nbcore: 8
2.54/0.95	c Parsing instance...
96.14/88.97	c Parsing done, starting search...
1267.14/406.26	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#-461164793]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
1267.14/406.26	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
1267.14/406.26	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
1267.14/406.26	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
1267.14/406.26	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
1267.14/406.26	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
1267.14/406.26	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
1267.14/406.26	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
1267.14/406.26	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
1267.14/406.26	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
1267.14/406.26	c java.lang.Thread.run(Thread.java:748)
1267.14/406.26	s UNKNOWN
10142.87/1648.96	Dead letter! Forcing shutdown...

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275344-1502822674/watcher-4275344-1502822674 -o /tmp/evaluation-result-4275344-1502822674/solver-4275344-1502822674 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1875980957 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275344-1502822674.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=22790, runsolver pid=22787
Current StackSize limit: 8192 KiB


[startup+0.100221 s]*
/proc/loadavg: 8.09 8.54 8.35 1/199 22810
/proc/meminfo: memFree=27690976/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=14325320 memory=33084 CPUtime=0.12 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 8175 0 0 0 10 2 0 0 20 0 20 0 115348244 14669127680 8271 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3581330 8271 3410 1 0 3569050 0
[pid=22790/tid=22792] ppid=22787 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) R 22787 22790 21909 0 -1 4202560 6114 0 0 0 8 1 0 0 20 0 20 0 115348244 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984452630112 139984432493918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984401033616 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=14325320 memory=140233461978752 CPUtime=0 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984399980816 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984398928528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984397875728 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984396823440 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984395770640 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984394718352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 8271 33554432000 4194304 4196468 140727977737072 139984036359184 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348246 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983906072688 139984448424578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22802] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22802/stat : 22802 (java) S 22787 22790 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115348247 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983905018656 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22803] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22803/stat : 22803 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115348247 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983903966320 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22804] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22804/stat : 22804 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983902914640 139984448432027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22805] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22805/stat : 22805 (java) S 22787 22790 21909 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983901862512 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22806] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22806/stat : 22806 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983900809712 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22807] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22807/stat : 22807 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983899757424 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22808] ppid=22787 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22790/task/22808/stat : 22808 (java) S 22787 22790 21909 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 115348249 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983898704624 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22809] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22809/stat : 22809 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348250 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983897651552 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22810] ppid=22787 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22810/stat : 22810 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348250 14669127680 8271 33554432000 4194304 4196468 140727977737072 139983896598832 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33084 KiB

[startup+0.214076 s]*
/proc/loadavg: 8.09 8.54 8.35 2/199 22810
/proc/meminfo: memFree=27657196/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=14325320 memory=42580 CPUtime=0.3 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 9278 0 0 0 27 3 0 0 20 0 20 0 115348244 14669127680 10645 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3581330 10645 3598 1 0 3569050 0
[pid=22790/tid=22792] ppid=22787 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) R 22787 22790 21909 0 -1 4202560 6836 0 0 0 18 1 0 0 20 0 20 0 115348244 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984452622512 139984448435357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=14325320 memory=9203 CPUtime=0 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984401033616 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=14325320 memory=140233462001016 CPUtime=0 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984399980816 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984398928528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984397875728 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984396823440 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984395770640 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984394718352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669127680 10645 33554432000 4194304 4196468 140727977737072 139984036359184 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) S 22787 22790 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115348246 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983906072688 139984448424578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22802] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22802/stat : 22802 (java) S 22787 22790 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115348247 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983905018656 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22803] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22803/stat : 22803 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115348247 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983903966320 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22804] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22804/stat : 22804 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983902914640 139984448432027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22805] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22805/stat : 22805 (java) S 22787 22790 21909 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 20 0 115348249 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983901862512 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22806] ppid=22787 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22790/task/22806/stat : 22806 (java) R 22787 22790 21909 0 -1 4202560 180 0 0 0 1 0 0 0 20 0 20 0 115348249 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983900809712 139984433295120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22807] ppid=22787 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22790/task/22807/stat : 22807 (java) R 22787 22790 21909 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 20 0 115348249 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983899757424 139984448424578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22808] ppid=22787 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22790/task/22808/stat : 22808 (java) R 22787 22790 21909 0 -1 4202560 425 0 0 0 5 0 0 0 20 0 20 0 115348249 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983898704624 139984427337385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22809] ppid=22787 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22809/stat : 22809 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348250 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983897651552 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22810] ppid=22787 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22810/stat : 22810 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348250 14669127680 10645 33554432000 4194304 4196468 140727977737072 139983896598832 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42580 KiB

[startup+0.310314 s]*
/proc/loadavg: 8.09 8.54 8.35 2/199 22810
/proc/meminfo: memFree=27652716/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=14325340 memory=50732 CPUtime=0.47 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 10435 0 0 0 44 3 0 0 20 0 20 0 115348244 14669148160 12683 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3581335 12683 3686 1 0 3569050 0
[pid=22790/tid=22792] ppid=22787 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) R 22787 22790 21909 0 -1 4202560 7560 0 0 0 27 2 0 0 20 0 20 0 115348244 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984452623968 139984448425366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984401033616 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984399980816 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984398928528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984397875728 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984396823440 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=14325340 memory=140233299555247 CPUtime=0 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984395770640 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=14325340 memory=140233299557552 CPUtime=0 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984394718352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=14325340 memory=140233299559856 CPUtime=0 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14669148160 12683 33554432000 4194304 4196468 140727977737072 139984036359184 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) S 22787 22790 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115348246 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983906072688 139984448424578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22802] ppid=22787 vsize=14325340 memory=280466599126672 CPUtime=0 cores=0-7
/proc/22790/task/22802/stat : 22802 (java) S 22787 22790 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115348247 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983905018656 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22803] ppid=22787 vsize=14325340 memory=280466599133584 CPUtime=0 cores=0-7
/proc/22790/task/22803/stat : 22803 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115348247 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983903966320 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22804] ppid=22787 vsize=14325340 memory=280466599074864 CPUtime=0 cores=0-7
/proc/22790/task/22804/stat : 22804 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348249 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983902914640 139984448432027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22805] ppid=22787 vsize=14325340 memory=280466599147408 CPUtime=0.02 cores=0-7
/proc/22790/task/22805/stat : 22805 (java) S 22787 22790 21909 0 -1 1077944384 540 0 0 0 2 0 0 0 20 0 20 0 115348249 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983901862512 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22806] ppid=22787 vsize=14325340 memory=280466599154320 CPUtime=0.01 cores=0-7
/proc/22790/task/22806/stat : 22806 (java) S 22787 22790 21909 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 115348249 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983900809712 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22807] ppid=22787 vsize=14325340 memory=280466599152016 CPUtime=0.04 cores=0-7
/proc/22790/task/22807/stat : 22807 (java) S 22787 22790 21909 0 -1 1077944384 299 0 0 0 4 0 0 0 20 0 20 0 115348249 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983899757424 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22808] ppid=22787 vsize=14325340 memory=280466599168624 CPUtime=0.08 cores=0-7
/proc/22790/task/22808/stat : 22808 (java) R 22787 22790 21909 0 -1 4202560 462 0 0 0 8 0 0 0 20 0 20 0 115348249 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983898704624 139984448434778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22809] ppid=22787 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22809/stat : 22809 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348250 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983897651552 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22810] ppid=22787 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22790/task/22810/stat : 22810 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348250 14669148160 12683 33554432000 4194304 4196468 140727977737072 139983896598832 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50732 KiB

[startup+0.700897 s]
/proc/loadavg: 8.09 8.54 8.35 5/199 22810
/proc/meminfo: memFree=27625364/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=14327388 memory=124580 CPUtime=1.66 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 14053 0 0 0 160 6 0 0 20 0 20 0 115348244 14671245312 31145 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3581847 31145 3775 1 0 3569562 0
[pid=22790/tid=22792] ppid=22787 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) R 22787 22790 21909 0 -1 4202560 8345 0 0 0 63 4 0 0 20 0 20 0 115348244 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984452648272 139984077414591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984401033616 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984399980816 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984398928528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=14327388 memory=1952 CPUtime=0 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984397875728 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=14327388 memory=8624 CPUtime=0 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984396823440 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=14327388 memory=4620 CPUtime=0 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984395770640 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=14327388 memory=1196 CPUtime=0 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984394718352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) S 22787 22790 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115348245 14671245312 31145 33554432000 4194304 4196468 140727977737072 139984036359184 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=14327388 memory=18476 CPUtime=0 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) S 22787 22790 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115348246 14671245312 31145 33554432000 4194304 4196468 140727977737072 139983906072688 139984448424578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0

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

/proc/22790/task/22821/stat : 22821 (java) S 22787 22790 21909 0 -1 1077944384 6186 0 0 0 2635 36 0 0 20 0 32 0 115376686 15497572352 2917587 33554432000 4194304 4196468 140727977737072 139983872637712 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22822] ppid=22787 vsize=15134348 memory=960 CPUtime=26.61 cores=0-7
/proc/22790/task/22822/stat : 22822 (java) S 22787 22790 21909 0 -1 1077944384 4795 0 0 0 2626 35 0 0 20 0 32 0 115376686 15497572352 2917587 33554432000 4194304 4196468 140727977737072 139983871585424 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22823] ppid=22787 vsize=15134348 memory=2424 CPUtime=0 cores=0-7
/proc/22790/task/22823/stat : 22823 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 115376686 15497572352 2917587 33554432000 4194304 4196468 140727977737072 139983870538912 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 10125.5 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11670348 KiB

[startup+1648 s]*
/proc/loadavg: 8.02 7.29 6.90 9/210 22840
/proc/meminfo: memFree=16032276/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=15134348 memory=11670356 CPUtime=10137.7 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 3228907 0 0 0 1008098 5676 0 0 20 0 32 0 115348244 15497572352 2917589 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3783587 2917589 3869 1 0 3771302 0
[pid=22790/tid=22792] ppid=22787 vsize=15134348 memory=6791534058613427641 CPUtime=275.47 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) S 22787 22790 21909 0 -1 1077944384 54707 0 0 0 27465 82 0 0 20 0 32 0 115348244 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984452656304 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=15134348 memory=4872558044660077418 CPUtime=1184.5 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) R 22787 22790 21909 0 -1 4202560 161306 0 0 0 117790 660 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984401033736 139984441516148 0 4 0 16800975 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=15134348 memory=18476 CPUtime=1187.59 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) R 22787 22790 21909 0 -1 4202560 181894 0 0 0 118182 577 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984399980936 139984441516410 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=15134348 memory=19316 CPUtime=1185.18 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) R 22787 22790 21909 0 -1 4202560 154949 0 0 0 117885 633 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984398928528 139984441516424 0 4 0 16800975 0 0 0 -1 6 0 0 52 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=15134348 memory=4048 CPUtime=1186.62 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) R 22787 22790 21909 0 -1 4202560 169635 0 0 0 118013 649 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984397875848 139984441516403 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=15134348 memory=1792 CPUtime=1184.84 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) R 22787 22790 21909 0 -1 4202560 163515 0 0 0 117849 635 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984396823440 139984441516424 0 4 0 16800975 0 0 0 -1 2 0 0 45 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=15134348 memory=648 CPUtime=1186.45 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) R 22787 22790 21909 0 -1 4202560 154962 0 0 0 118029 616 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984395770760 139984441516403 0 4 0 16800975 0 0 0 -1 4 0 0 43 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=15134348 memory=1240 CPUtime=1184.89 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) R 22787 22790 21909 0 -1 4202560 150500 0 0 0 117870 619 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984394718552 139984441516417 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=15134348 memory=960 CPUtime=1187.22 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) R 22787 22790 21909 0 -1 4202560 164757 0 0 0 118114 608 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984036359304 139984441516403 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=15134348 memory=2424 CPUtime=142.63 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) S 22787 22790 21909 0 -1 1077944384 1713510 0 0 0 13943 320 0 0 20 0 32 0 115348246 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983906071232 139984448423637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22802] ppid=22787 vsize=15134348 memory=932 CPUtime=0 cores=0-7
/proc/22790/task/22802/stat : 22802 (java) S 22787 22790 21909 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 32 0 115348247 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983905018352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22803] ppid=22787 vsize=15134348 memory=1572 CPUtime=0 cores=0-7
/proc/22790/task/22803/stat : 22803 (java) S 22787 22790 21909 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 32 0 115348247 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983903966336 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22804] ppid=22787 vsize=15134348 memory=2244 CPUtime=0 cores=0-7
/proc/22790/task/22804/stat : 22804 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983902914640 139984448432027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22805] ppid=22787 vsize=15134348 memory=4124 CPUtime=5.02 cores=0-7
/proc/22790/task/22805/stat : 22805 (java) S 22787 22790 21909 0 -1 1077944384 21612 0 0 0 498 4 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983901862512 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22806] ppid=22787 vsize=15134348 memory=11670336 CPUtime=5.24 cores=0-7
/proc/22790/task/22806/stat : 22806 (java) S 22787 22790 21909 0 -1 1077944384 22821 0 0 0 519 5 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983900809712 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22807] ppid=22787 vsize=15134348 memory=11670336 CPUtime=5.16 cores=0-7
/proc/22790/task/22807/stat : 22807 (java) S 22787 22790 21909 0 -1 1077944384 27225 0 0 0 510 6 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983899757424 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22808] ppid=22787 vsize=15134348 memory=15872 CPUtime=1.73 cores=0-7
/proc/22790/task/22808/stat : 22808 (java) S 22787 22790 21909 0 -1 1077944384 20444 0 0 0 169 4 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983898704384 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22809] ppid=22787 vsize=15134348 memory=11670336 CPUtime=0 cores=0-7
/proc/22790/task/22809/stat : 22809 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 115348250 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983897651552 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22810] ppid=22787 vsize=15134348 memory=19316 CPUtime=0.71 cores=0-7
/proc/22790/task/22810/stat : 22810 (java) R 22787 22790 21909 0 -1 1077944384 4834 0 0 0 24 47 0 0 20 0 32 0 115348250 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983896598832 139984448424578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22811] ppid=22787 vsize=15134348 memory=11670348 CPUtime=0 cores=0-7
/proc/22790/task/22811/stat : 22811 (java) S 22787 22790 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 32 0 115376661 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983884215168 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22812] ppid=22787 vsize=15134348 memory=11670348 CPUtime=0.2 cores=0-7
/proc/22790/task/22812/stat : 22812 (java) S 22787 22790 21909 0 -1 1077944384 2685 0 0 0 12 8 0 0 20 0 32 0 115376673 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983883161808 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22813] ppid=22787 vsize=15134348 memory=4144 CPUtime=0.02 cores=0-7
/proc/22790/task/22813/stat : 22813 (java) S 22787 22790 21909 0 -1 1077944384 143 0 0 0 2 0 0 0 20 0 32 0 115376682 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983880013088 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22814] ppid=22787 vsize=15134348 memory=32648 CPUtime=26.8 cores=0-7
/proc/22790/task/22814/stat : 22814 (java) S 22787 22790 21909 0 -1 1077944384 5698 0 0 0 2656 24 0 0 20 0 32 0 115376683 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983878954048 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22815] ppid=22787 vsize=15134348 memory=288230574492221466 CPUtime=26.78 cores=0-7
/proc/22790/task/22815/stat : 22815 (java) S 22787 22790 21909 0 -1 1077944384 7170 0 0 0 2651 27 0 0 20 0 32 0 115376684 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983877902624 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22816] ppid=22787 vsize=15134348 memory=288230621803970871 CPUtime=26.59 cores=0-7
/proc/22790/task/22816/stat : 22816 (java) S 22787 22790 21909 0 -1 1077944384 8466 0 0 0 2633 26 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983876848912 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22817] ppid=22787 vsize=15134348 memory=15252640887999017 CPUtime=26.86 cores=0-7
/proc/22790/task/22817/stat : 22817 (java) S 22787 22790 21909 0 -1 1077944384 10724 0 0 0 2658 28 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983875795392 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22818] ppid=22787 vsize=15134348 memory=874003 CPUtime=26.78 cores=0-7
/proc/22790/task/22818/stat : 22818 (java) S 22787 22790 21909 0 -1 1077944384 7453 0 0 0 2662 16 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983874742864 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22820] ppid=22787 vsize=15134348 memory=873925 CPUtime=27 cores=0-7
/proc/22790/task/22820/stat : 22820 (java) S 22787 22790 21909 0 -1 1077944384 7370 0 0 0 2657 43 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983873690528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22821] ppid=22787 vsize=15134348 memory=27547 CPUtime=26.71 cores=0-7
/proc/22790/task/22821/stat : 22821 (java) S 22787 22790 21909 0 -1 1077944384 6186 0 0 0 2635 36 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983872637712 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22822] ppid=22787 vsize=15134348 memory=3836 CPUtime=26.61 cores=0-7
/proc/22790/task/22822/stat : 22822 (java) S 22787 22790 21909 0 -1 1077944384 4795 0 0 0 2626 35 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983871585424 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22823] ppid=22787 vsize=15134348 memory=11670348 CPUtime=0 cores=0-7
/proc/22790/task/22823/stat : 22823 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983870538912 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 10137.7 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11670356 KiB

[startup+1648.8 s]
/proc/loadavg: 8.02 7.29 6.90 9/210 22840
/proc/meminfo: memFree=16032276/32770624 swapFree=67108860/67108860
[pid=22790] ppid=22787 vsize=15134348 memory=11670356 CPUtime=10142.8 cores=0-7
/proc/22790/stat : 22790 (java) S 22787 22790 21909 0 -1 1077944320 3230682 0 0 0 1008600 5677 0 0 20 0 32 0 115348244 15497572352 2917589 33554432000 4194304 4196468 140727977737072 140727977719616 139984448413431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
/proc/22790/statm: 3783587 2917589 3869 1 0 3771302 0
[pid=22790/tid=22792] ppid=22787 vsize=15134348 memory=1012 CPUtime=275.47 cores=0-7
/proc/22790/task/22792/stat : 22792 (java) S 22787 22790 21909 0 -1 1077944384 54707 0 0 0 27465 82 0 0 20 0 32 0 115348244 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984452656304 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22793] ppid=22787 vsize=15134348 memory=1712 CPUtime=1185.11 cores=0-7
/proc/22790/task/22793/stat : 22793 (java) S 22787 22790 21909 0 -1 1077944384 161859 0 0 0 117850 661 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984401033616 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22794] ppid=22787 vsize=15134348 memory=1952 CPUtime=1188.19 cores=0-7
/proc/22790/task/22794/stat : 22794 (java) S 22787 22790 21909 0 -1 1077944384 181917 0 0 0 118242 577 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984399980816 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22795] ppid=22787 vsize=15134348 memory=8624 CPUtime=1185.79 cores=0-7
/proc/22790/task/22795/stat : 22795 (java) S 22787 22790 21909 0 -1 1077944384 155215 0 0 0 117946 633 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984398928528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22796] ppid=22787 vsize=15134348 memory=6791534058613427641 CPUtime=1187.2 cores=0-7
/proc/22790/task/22796/stat : 22796 (java) S 22787 22790 21909 0 -1 1077944384 169931 0 0 0 118071 649 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984397875728 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22797] ppid=22787 vsize=15134348 memory=19316 CPUtime=1185.43 cores=0-7
/proc/22790/task/22797/stat : 22797 (java) S 22787 22790 21909 0 -1 1077944384 163544 0 0 0 117908 635 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984396823440 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22798] ppid=22787 vsize=15134348 memory=4048 CPUtime=1187.04 cores=0-7
/proc/22790/task/22798/stat : 22798 (java) S 22787 22790 21909 0 -1 1077944384 154993 0 0 0 118088 616 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984395770640 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22799] ppid=22787 vsize=15134348 memory=1792 CPUtime=1185.49 cores=0-7
/proc/22790/task/22799/stat : 22799 (java) S 22787 22790 21909 0 -1 1077944384 151048 0 0 0 117930 619 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984394718352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22800] ppid=22787 vsize=15134348 memory=648 CPUtime=1187.82 cores=0-7
/proc/22790/task/22800/stat : 22800 (java) S 22787 22790 21909 0 -1 1077944384 164784 0 0 0 118174 608 0 0 20 0 32 0 115348245 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139984036359184 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22801] ppid=22787 vsize=15134348 memory=1240 CPUtime=142.81 cores=0-7
/proc/22790/task/22801/stat : 22801 (java) R 22787 22790 21909 0 -1 4202560 1713510 0 0 0 13961 320 0 0 20 0 32 0 115348246 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983906071232 139984433114115 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22802] ppid=22787 vsize=15134348 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22790/task/22802/stat : 22802 (java) S 22787 22790 21909 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 32 0 115348247 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983905018352 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22803] ppid=22787 vsize=15134348 memory=5792 CPUtime=0 cores=0-7
/proc/22790/task/22803/stat : 22803 (java) S 22787 22790 21909 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 32 0 115348247 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983903966336 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22804] ppid=22787 vsize=15134348 memory=11670336 CPUtime=0 cores=0-7
/proc/22790/task/22804/stat : 22804 (java) S 22787 22790 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983902914640 139984448432027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22805] ppid=22787 vsize=15134348 memory=11670336 CPUtime=5.02 cores=0-7
/proc/22790/task/22805/stat : 22805 (java) S 22787 22790 21909 0 -1 1077944384 21612 0 0 0 498 4 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983901862512 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22806] ppid=22787 vsize=15134348 memory=1240 CPUtime=5.24 cores=0-7
/proc/22790/task/22806/stat : 22806 (java) S 22787 22790 21909 0 -1 1077944384 22821 0 0 0 519 5 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983900809712 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22807] ppid=22787 vsize=15134348 memory=960 CPUtime=5.16 cores=0-7
/proc/22790/task/22807/stat : 22807 (java) S 22787 22790 21909 0 -1 1077944384 27225 0 0 0 510 6 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983899757424 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22808] ppid=22787 vsize=15134348 memory=2424 CPUtime=1.73 cores=0-7
/proc/22790/task/22808/stat : 22808 (java) S 22787 22790 21909 0 -1 1077944384 20444 0 0 0 169 4 0 0 20 0 32 0 115348249 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983898704384 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22809] ppid=22787 vsize=15134348 memory=932 CPUtime=0 cores=0-7
/proc/22790/task/22809/stat : 22809 (java) S 22787 22790 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 115348250 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983897651552 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22810] ppid=22787 vsize=15134348 memory=1572 CPUtime=0.71 cores=0-7
/proc/22790/task/22810/stat : 22810 (java) S 22787 22790 21909 0 -1 1077944384 4834 0 0 0 24 47 0 0 20 0 32 0 115348250 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983896598832 139984448424578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22811] ppid=22787 vsize=15134348 memory=2244 CPUtime=0 cores=0-7
/proc/22790/task/22811/stat : 22811 (java) S 22787 22790 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 32 0 115376661 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983884215168 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22812] ppid=22787 vsize=15134348 memory=4124 CPUtime=0.2 cores=0-7
/proc/22790/task/22812/stat : 22812 (java) S 22787 22790 21909 0 -1 1077944384 2685 0 0 0 12 8 0 0 20 0 32 0 115376673 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983883161808 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22813] ppid=22787 vsize=15134348 memory=11670336 CPUtime=0.02 cores=0-7
/proc/22790/task/22813/stat : 22813 (java) S 22787 22790 21909 0 -1 1077944384 143 0 0 0 2 0 0 0 20 0 32 0 115376682 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983880013088 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22814] ppid=22787 vsize=15134348 memory=11670336 CPUtime=26.8 cores=0-7
/proc/22790/task/22814/stat : 22814 (java) S 22787 22790 21909 0 -1 1077944384 5698 0 0 0 2656 24 0 0 20 0 32 0 115376683 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983878954048 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22815] ppid=22787 vsize=15134348 memory=4144 CPUtime=26.78 cores=0-7
/proc/22790/task/22815/stat : 22815 (java) S 22787 22790 21909 0 -1 1077944384 7170 0 0 0 2651 27 0 0 20 0 32 0 115376684 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983877902624 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22816] ppid=22787 vsize=15134348 memory=12032 CPUtime=26.59 cores=0-7
/proc/22790/task/22816/stat : 22816 (java) S 22787 22790 21909 0 -1 1077944384 8466 0 0 0 2633 26 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983876848912 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22817] ppid=22787 vsize=15134348 memory=5792 CPUtime=26.86 cores=0-7
/proc/22790/task/22817/stat : 22817 (java) S 22787 22790 21909 0 -1 1077944384 10724 0 0 0 2658 28 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983875795392 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22818] ppid=22787 vsize=15134348 memory=796 CPUtime=26.78 cores=0-7
/proc/22790/task/22818/stat : 22818 (java) S 22787 22790 21909 0 -1 1077944384 7453 0 0 0 2662 16 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983874742864 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22820] ppid=22787 vsize=15134348 memory=1436 CPUtime=27 cores=0-7
/proc/22790/task/22820/stat : 22820 (java) S 22787 22790 21909 0 -1 1077944384 7370 0 0 0 2657 43 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983873690528 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22821] ppid=22787 vsize=15134348 memory=1012 CPUtime=26.71 cores=0-7
/proc/22790/task/22821/stat : 22821 (java) S 22787 22790 21909 0 -1 1077944384 6186 0 0 0 2635 36 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983872637712 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22822] ppid=22787 vsize=15134348 memory=1712 CPUtime=26.61 cores=0-7
/proc/22790/task/22822/stat : 22822 (java) S 22787 22790 21909 0 -1 1077944384 4795 0 0 0 2626 35 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983871585424 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
[pid=22790/tid=22823] ppid=22787 vsize=15134348 memory=1952 CPUtime=0 cores=0-7
/proc/22790/task/22823/stat : 22823 (java) S 22787 22790 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 115376686 15497572352 2917589 33554432000 4194304 4196468 140727977737072 139983870538912 139984448423637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140727977739361 140727977739547 140727977739547 140727977742287 0
Current children cumulated CPU time: 10142.8 s
Current children cumulated vsize: 15134348 KiB
Current children cumulated memory: 11670356 KiB

[startup+1649.02 s]*
/proc/loadavg: 8.02 7.30 6.91 2/180 22842
/proc/meminfo: memFree=27189836/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 1649.04
CPU time (s): 10143.4
CPU user time (s): 10086.5
CPU system time (s): 56.8398
CPU usage (%): 615.11
Max. virtual memory (cumulated for all children) (KiB): 15134348
Max. memory (cumulated for all children) (KiB): 11670356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10086.5
system time used= 56.8398
maximum resident set size= 11671288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3233109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 217601
involuntary context switches= 323105


# summary of solver processes directly reported to runsolver:
#   pid: 22790
#   total CPU time (s): 10143.4
#   total CPU user time (s): 10086.5
#   total CPU system time (s): 56.8398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8279 second user time and 20.4537 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:30:15
IDJOB=4275344
IDBENCH=139180
IDSOLVER=2668
FILE ID=node149/4275344-1502822674
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-14-fair.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275344-1502822674/watcher-4275344-1502822674 -o /tmp/evaluation-result-4275344-1502822674/solver-4275344-1502822674 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1875980957 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275344-1502822674.xml

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

MD5SUM BENCH= abdfed4353cf02606058846107286b36
RANDOM SEED=1875980957

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27708936 kB
MemAvailable:   31968340 kB
Buffers:          326332 kB
Cached:          4205176 kB
SwapCached:            0 kB
Active:          1233792 kB
Inactive:        3353580 kB
Active(anon):      58844 kB
Inactive(anon):    24956 kB
Active(file):    1174948 kB
Inactive(file):  3328624 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43704 kB
Writeback:             0 kB
AnonPages:         62456 kB
Mapped:            46404 kB
Shmem:             25224 kB
Slab:             169548 kB
SReclaimable:     143332 kB
SUnreclaim:        26216 kB
KernelStack:        3168 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 20:57:44