Trace number 4285860

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22? 5.6286302 2.3975999

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-fs/
Pb-fs-50-250-0-45-90-4-1000.xml
MD5SUM3ae127b68cfa611bb704d38a0211b659
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-178
Best CPU time to get the best result obtained on this benchmark247.142
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints62994
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2025}]
Minimum variable degree10
Maximum variable degree121
Distribution of variable degrees[{"degree":10,"count":5},{"degree":11,"count":8},{"degree":12,"count":6},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":24,"count":1},{"degree":30,"count":1},{"degree":31,"count":4},{"degree":32,"count":15},{"degree":33,"count":16},{"degree":34,"count":32},{"degree":35,"count":24},{"degree":36,"count":30},{"degree":37,"count":27},{"degree":38,"count":21},{"degree":39,"count":19},{"degree":40,"count":4},{"degree":41,"count":7},{"degree":42,"count":1},"...",{"degree":96,"count":34}, {"degree":97,"count":30}, {"degree":98,"count":49}, {"degree":99,"count":64}, {"degree":100,"count":72}, {"degree":101,"count":96}, {"degree":102,"count":113}, {"degree":103,"count":112}, {"degree":104,"count":133}, {"degree":105,"count":128}, {"degree":106,"count":120}, {"degree":107,"count":126}, {"degree":108,"count":97}, {"degree":109,"count":78}, {"degree":110,"count":77}, {"degree":111,"count":68}, {"degree":112,"count":38}, {"degree":113,"count":29}, {"degree":114,"count":22}, {"degree":115,"count":26}, {"degree":116,"count":13}, {"degree":117,"count":10}, {"degree":118,"count":8}, {"degree":120,"count":2}, {"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":1170},{"arity":3,"count":61824}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62994}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 1305349341
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
5.10/1.78	c Parsing done, starting search...
5.48/1.96	d EXCEPTION head of empty list
5.61/2.39	c scala.collection.immutable.Nil$.head(List.scala:422)
5.61/2.39	c scala.collection.immutable.Range.head(Range.scala:108)
5.61/2.39	c scala.collection.immutable.Range.min(Range.scala:112)
5.61/2.39	c scala.collection.immutable.Range.min(Range.scala:55)
5.61/2.39	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:296)
5.61/2.39	c oscar.modeling.models.cp.CPModel.instantiateIntVar(CPModel.scala:256)
5.61/2.39	c oscar.modeling.models.InstantiatedModel.oscar$modeling$models$InstantiatedModel$$instantiateIntDomainStorage(InstantiatedModel.scala:59)
5.61/2.39	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
5.61/2.39	c oscar.modeling.models.InstantiatedModel$$anonfun$1.apply(InstantiatedModel.scala:49)
5.61/2.39	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1$$anonfun$apply$2.apply(ModelVarStorage.scala:37)
5.61/2.39	c scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:188)
5.61/2.39	c scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:80)
5.61/2.39	c oscar.modeling.misc.ModelVarStorage$$anonfun$apply$1.apply(ModelVarStorage.scala:37)
5.61/2.39	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
5.61/2.39	c scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
5.61/2.39	c scala.collection.Iterator$class.foreach(Iterator.scala:743)
5.61/2.39	c scala.collection.AbstractIterator.foreach(Iterator.scala:1174)
5.61/2.39	c scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
5.61/2.39	c scala.collection.AbstractIterable.foreach(Iterable.scala:54)
5.61/2.39	c scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
5.61/2.39	c scala.collection.AbstractTraversable.map(Traversable.scala:104)
5.61/2.39	c oscar.modeling.misc.ModelVarStorage$.apply(ModelVarStorage.scala:37)
5.61/2.39	c oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:49)
5.61/2.39	c oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
5.61/2.39	c oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
5.61/2.39	c oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
5.61/2.39	c oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:189)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:187)
5.61/2.39	c scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
5.61/2.39	c oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:34)
5.61/2.39	c oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram.solveDistributed(CPProgram.scala:187)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:97)
5.61/2.39	c oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:86)
5.61/2.39	c oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.runSolver(ParallelSolver.scala:85)
5.61/2.39	c oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
5.61/2.39	c oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
5.61/2.39	c scala.Function0$class.apply$mcV$sp(Function0.scala:40)
5.61/2.39	c scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
5.61/2.39	c scala.App$$anonfun$main$1.apply(App.scala:76)
5.61/2.39	c scala.App$$anonfun$main$1.apply(App.scala:76)
5.61/2.39	c scala.collection.immutable.List.foreach(List.scala:383)
5.61/2.39	c scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
5.61/2.39	c scala.App$class.main(App.scala:76)
5.61/2.39	c oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
5.61/2.39	c oscar.xcsp3.competition.solvers.parallel.ParallelSolver.main(ParallelSolver.scala)
5.61/2.39	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 (13133 MiB free)
  memory of node 1: 16384 MiB (9861 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285860-1503459964/watcher-4285860-1503459964 -o /tmp/evaluation-result-4285860-1503459964/solver-4285860-1503459964 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503449014-10456 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1305349341 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285860-1503459964.xml 

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

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

solver pid=11145, runsolver pid=11142

[startup+0.100134 s]*
/proc/loadavg: 7.79 7.82 7.78 2/199 11165
/proc/meminfo: memFree=23527176/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26000852 memory=34380 CPUtime=0.12 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 8485 0 0 0 10 2 0 0 20 0 20 0 179077237 26624872448 8595 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6500213 8595 3409 1 0 6487932 0
[pid=11145/tid=11147] ppid=11142 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) R 11142 11145 10429 0 -1 4202560 6421 0 0 0 8 1 0 0 20 0 20 0 179077237 26624872448 8595 33554432000 4194304 4196468 140736073879232 140051050501744 140051046306973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26000852 memory=139930866394752 CPUtime=0 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11156] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11156/stat : 11156 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077239 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050308266736 140051046296194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179077240 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050307212960 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179077240 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050306159856 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050305108432 140051046303643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050304055536 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050303002992 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) R 11142 11145 10429 0 -1 4202560 382 0 0 0 1 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050300897392 140051025407257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11165] ppid=11142 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11165/stat : 11165 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 8595 33554432000 4194304 4196468 140736073879232 140050298793136 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 34380 KiB

[startup+0.209978 s]*
/proc/loadavg: 7.79 7.82 7.78 2/199 11165
/proc/meminfo: memFree=23516132/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26000852 memory=43528 CPUtime=0.29 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 9511 0 0 0 26 3 0 0 20 0 20 0 179077237 26624872448 10882 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6500213 10882 3592 1 0 6487932 0
[pid=11145/tid=11147] ppid=11142 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) R 11142 11145 10429 0 -1 4202560 7058 0 0 0 17 2 0 0 20 0 20 0 179077237 26624872448 10882 33554432000 4194304 4196468 140736073879232 140051050490352 140051030365564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26000852 memory=13941 CPUtime=0 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26000852 memory=4050621127806527136 CPUtime=0 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077238 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11156] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11156/stat : 11156 (java) S 11142 11145 10429 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179077239 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050308266736 140051046296194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179077240 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050307212960 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179077240 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050306159856 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050305108432 140051046303643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050304055536 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050303002992 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 409 0 0 0 5 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11165] ppid=11142 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11165/stat : 11165 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624872448 10882 33554432000 4194304 4196468 140736073879232 140050298793136 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 43528 KiB

[startup+0.309604 s]*
/proc/loadavg: 7.79 7.82 7.78 2/199 11165
/proc/meminfo: memFree=23509432/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26000872 memory=51204 CPUtime=0.48 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 10544 0 0 0 44 4 0 0 20 0 20 0 179077237 26624892928 12801 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6500218 12801 3701 1 0 6487932 0
[pid=11145/tid=11147] ppid=11142 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) R 11142 11145 10429 0 -1 4202560 7624 0 0 0 26 3 0 0 20 0 20 0 179077237 26624892928 12801 33554432000 4194304 4196468 140736073879232 140051050516320 140051046306973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26000872 memory=139930705687471 CPUtime=0 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26000872 memory=139930705689776 CPUtime=0 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26000872 memory=139930705692080 CPUtime=0 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077238 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11156] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11156/stat : 11156 (java) S 11142 11145 10429 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179077239 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050308266736 140051046296194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26000872 memory=279861411391120 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179077240 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050307212960 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26000872 memory=279861411398032 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179077240 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050306159856 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26000872 memory=279861411339312 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050305108432 140051046303643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26000872 memory=279861411411856 CPUtime=0.03 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050304055536 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26000872 memory=279861411418768 CPUtime=0.01 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050303002992 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26000872 memory=279861411416464 CPUtime=0.03 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 336 0 0 0 3 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26000872 memory=279861411433072 CPUtime=0.08 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 532 0 0 0 8 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11165] ppid=11142 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/11145/task/11165/stat : 11165 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26624892928 12801 33554432000 4194304 4196468 140736073879232 140050298793136 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 51204 KiB

[startup+0.700791 s]
/proc/loadavg: 7.79 7.82 7.78 5/199 11165
/proc/meminfo: memFree=23474324/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26002920 memory=125076 CPUtime=1.48 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 13654 0 0 0 142 6 0 0 20 0 20 0 179077237 26626990080 31269 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6500730 31269 3758 1 0 6488444 0
[pid=11145/tid=11147] ppid=11142 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) R 11142 11145 10429 0 -1 4202560 8361 0 0 0 63 4 0 0 20 0 20 0 179077237 26626990080 31269 33554432000 4194304 4196468 140736073879232 140051050518288 140050649439097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26002920 memory=792 CPUtime=0 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26002920 memory=1728 CPUtime=0 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26002920 memory=1440 CPUtime=0 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077238 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11156] ppid=11142 vsize=26002920 memory=16244 CPUtime=0 cores=0-7
/proc/11145/task/11156/stat : 11156 (java) S 11142 11145 10429 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179077239 26626990080 31269 33554432000 4194304 4196468 140736073879232 140050308266736 140051046296194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0

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

[pid=11145/tid=11154] ppid=11142 vsize=26002920 memory=139930705900992 CPUtime=0.06 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) R 11142 11145 10429 0 -1 4202560 73 0 0 0 5 1 0 0 20 0 20 0 179077238 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050597685720 140051031312930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26002920 memory=0 CPUtime=0.05 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) R 11142 11145 10429 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 20 0 179077238 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050596633176 140051031312791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11156] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11156/stat : 11156 (java) S 11142 11145 10429 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 179077239 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050308265248 140051046295253 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 179077240 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050307213024 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26002920 memory=12352325946124 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 179077240 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050306159872 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26002920 memory=288230583166042425 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050305108432 140051046303643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26002920 memory=16106952816067941 CPUtime=0.79 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 2149 0 0 0 78 1 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050304035088 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26002920 memory=0 CPUtime=0.75 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) R 11142 11145 10429 0 -1 4202560 1284 0 0 0 75 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050303002992 140051029781835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26002920 memory=0 CPUtime=0.7 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 1580 0 0 0 70 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050301934928 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26002920 memory=0 CPUtime=0.41 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 1421 0 0 0 41 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11165] ppid=11142 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11165/stat : 11165 (java) S 11142 11145 10429 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179077243 26626990080 100584 33554432000 4194304 4196468 140736073879232 140050298793136 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 26002920 KiB
Current children cumulated memory: 402336 KiB

[startup+2.0009 s]*
/proc/loadavg: 7.41 7.74 7.75 1/197 11166
/proc/meminfo: memFree=23125424/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26071532 memory=417584 CPUtime=5.61 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 18997 0 0 0 534 27 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6517883 104396 3820 1 0 6505597 0
[pid=11145/tid=11147] ppid=11142 vsize=26071532 memory=0 CPUtime=1.83 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) D 11142 11145 10429 0 -1 4202560 9878 0 0 0 175 8 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140051050528056 140051038970679 0 0 0 16800975 18446744072100375685 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26071532 memory=9136 CPUtime=0.09 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 71 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26071532 memory=139930866394752 CPUtime=0.06 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 63 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26071532 memory=-1 CPUtime=0.06 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26071532 memory=279861411666272 CPUtime=0.06 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 56 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26071532 memory=0 CPUtime=0.08 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26071532 memory=-1 CPUtime=0.08 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 62 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26071532 memory=0 CPUtime=0.09 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 76 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26071532 memory=0 CPUtime=0.07 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 53 0 0 0 6 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26071532 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050307213024 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26071532 memory=279861412052336 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050306159872 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26071532 memory=1 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050305108080 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26071532 memory=6889004954191969358 CPUtime=0.88 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 2177 0 0 0 87 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050304040048 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26071532 memory=7300728970739542608 CPUtime=0.96 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 1770 0 0 0 96 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050302983392 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26071532 memory=-6517930718009087390 CPUtime=0.78 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 1600 0 0 0 78 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26071532 memory=-7887927021948682183 CPUtime=0.45 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 1480 0 0 0 44 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26071532 memory=6944656592455360608 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 26071532 KiB
Current children cumulated memory: 417584 KiB

[startup+2.20085 s]
/proc/loadavg: 7.41 7.74 7.75 1/197 11166
/proc/meminfo: memFree=23125424/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26071532 memory=417584 CPUtime=5.61 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 18997 0 0 0 534 27 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6517883 104396 3820 1 0 6505597 0
[pid=11145/tid=11147] ppid=11142 vsize=26071532 memory=6791534058613427641 CPUtime=1.83 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) D 11142 11145 10429 0 -1 4202560 9878 0 0 0 175 8 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140051050528056 140051038970679 0 0 0 16800975 18446744072100375685 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26071532 memory=7976406965554101975 CPUtime=0.09 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 71 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26071532 memory=7681407940103534239 CPUtime=0.06 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 63 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26071532 memory=-2895008908443675764 CPUtime=0.06 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26071532 memory=-6935123839545469842 CPUtime=0.06 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 56 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26071532 memory=8547763363015199892 CPUtime=0.08 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26071532 memory=-3252517613198930781 CPUtime=0.08 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 62 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26071532 memory=-3258418265892434876 CPUtime=0.09 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 76 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26071532 memory=-4190076264842474805 CPUtime=0.07 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 53 0 0 0 6 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26071532 memory=-2605811476043407915 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050307213024 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26071532 memory=9124443767561732153 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050306159872 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26071532 memory=4713750055892520310 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050305108080 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26071532 memory=288230574492221466 CPUtime=0.88 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 2177 0 0 0 87 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050304040048 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26071532 memory=304274656838549817 CPUtime=0.96 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 1770 0 0 0 96 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050302983392 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26071532 memory=16106952816067941 CPUtime=0.78 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 1600 0 0 0 78 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26071532 memory=0 CPUtime=0.45 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 1480 0 0 0 44 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26071532 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 26071532 KiB
Current children cumulated memory: 417584 KiB

[startup+2.30097 s]
/proc/loadavg: 7.41 7.74 7.75 1/197 11166
/proc/meminfo: memFree=23125424/32770624 swapFree=67108860/67108860
[pid=11145] ppid=11142 vsize=26071532 memory=417584 CPUtime=5.61 cores=0-7
/proc/11145/stat : 11145 (java) S 11142 11145 10429 0 -1 1077944320 18997 0 0 0 534 27 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140736073861776 140051046285047 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
/proc/11145/statm: 6517883 104396 3820 1 0 6505597 0
[pid=11145/tid=11147] ppid=11142 vsize=26071532 memory=0 CPUtime=1.83 cores=0-7
/proc/11145/task/11147/stat : 11147 (java) D 11142 11145 10429 0 -1 4202560 9878 0 0 0 175 8 0 0 20 0 18 0 179077237 26697248768 104396 33554432000 4194304 4196468 140736073879232 140051050528056 140051038970679 0 0 0 16800975 18446744072100375685 0 0 -1 0 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11148] ppid=11142 vsize=26071532 memory=0 CPUtime=0.09 cores=0-7
/proc/11145/task/11148/stat : 11148 (java) S 11142 11145 10429 0 -1 1077944384 71 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050968865808 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11149] ppid=11142 vsize=26071532 memory=2428 CPUtime=0.06 cores=0-7
/proc/11145/task/11149/stat : 11149 (java) S 11142 11145 10429 0 -1 1077944384 63 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050967813264 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11150] ppid=11142 vsize=26071532 memory=1292 CPUtime=0.06 cores=0-7
/proc/11145/task/11150/stat : 11150 (java) S 11142 11145 10429 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050966760208 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11151] ppid=11142 vsize=26071532 memory=1728 CPUtime=0.06 cores=0-7
/proc/11145/task/11151/stat : 11151 (java) S 11142 11145 10429 0 -1 1077944384 56 0 0 0 5 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050600844176 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11152] ppid=11142 vsize=26071532 memory=12136 CPUtime=0.08 cores=0-7
/proc/11145/task/11152/stat : 11152 (java) S 11142 11145 10429 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050599791120 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11153] ppid=11142 vsize=26071532 memory=413324 CPUtime=0.08 cores=0-7
/proc/11145/task/11153/stat : 11153 (java) S 11142 11145 10429 0 -1 1077944384 62 0 0 0 6 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050598738576 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11154] ppid=11142 vsize=26071532 memory=274424 CPUtime=0.09 cores=0-7
/proc/11145/task/11154/stat : 11154 (java) S 11142 11145 10429 0 -1 1077944384 76 0 0 0 7 2 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050597685520 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11155] ppid=11142 vsize=26071532 memory=1792 CPUtime=0.07 cores=0-7
/proc/11145/task/11155/stat : 11155 (java) S 11142 11145 10429 0 -1 1077944384 53 0 0 0 6 1 0 0 20 0 18 0 179077238 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050596632976 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11157] ppid=11142 vsize=26071532 memory=636 CPUtime=0 cores=0-7
/proc/11145/task/11157/stat : 11157 (java) S 11142 11145 10429 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050307213024 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11158] ppid=11142 vsize=26071532 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11158/stat : 11158 (java) S 11142 11145 10429 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 179077240 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050306159872 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11159] ppid=11142 vsize=26071532 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11159/stat : 11159 (java) S 11142 11145 10429 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050305108080 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11160] ppid=11142 vsize=26071532 memory=0 CPUtime=0.88 cores=0-7
/proc/11145/task/11160/stat : 11160 (java) S 11142 11145 10429 0 -1 1077944384 2177 0 0 0 87 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050304040048 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11161] ppid=11142 vsize=26071532 memory=0 CPUtime=0.96 cores=0-7
/proc/11145/task/11161/stat : 11161 (java) S 11142 11145 10429 0 -1 1077944384 1770 0 0 0 96 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050302983392 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11162] ppid=11142 vsize=26071532 memory=0 CPUtime=0.78 cores=0-7
/proc/11145/task/11162/stat : 11162 (java) S 11142 11145 10429 0 -1 1077944384 1600 0 0 0 78 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050301949936 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11163] ppid=11142 vsize=26071532 memory=6791534058613427641 CPUtime=0.45 cores=0-7
/proc/11145/task/11163/stat : 11163 (java) S 11142 11145 10429 0 -1 1077944384 1480 0 0 0 44 1 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050300897392 140051046296194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
[pid=11145/tid=11164] ppid=11142 vsize=26071532 memory=0 CPUtime=0 cores=0-7
/proc/11145/task/11164/stat : 11164 (java) S 11142 11145 10429 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 179077243 26697248768 104396 33554432000 4194304 4196468 140736073879232 140050299845600 140051046295253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31059968 140736073880679 140736073880864 140736073880864 140736073883599 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 26071532 KiB
Current children cumulated memory: 417584 KiB

Child status: 0
Real time (s): 2.3976
CPU time (s): 5.62863
CPU user time (s): 5.34549
CPU system time (s): 0.28314
CPU usage (%): 234.761
Max. virtual memory (cumulated for all children) (KiB): 26071532
Max. memory (cumulated for all children) (KiB): 417584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34549
system time used= 0.28314
maximum resident set size= 418412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3263
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 11145
#   total CPU time (s): 5.62863
#   total CPU user time (s): 5.34549
#   total CPU system time (s): 0.28314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040435 second user time and 0.062132 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-23 05:31:43
IDJOB=4285860
IDBENCH=134650
IDSOLVER=2682
FILE ID=node148/4285860-1503459964
RUNJOBID= node148-1503449014-10456
PBS_JOBID= 20632159
Free space on /tmp= 61640 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-fs/Pb-fs-50-250-0-45-90-4-1000.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-4285860-1503459964/watcher-4285860-1503459964 -o /tmp/evaluation-result-4285860-1503459964/solver-4285860-1503459964 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503449014-10456 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1305349341 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285860-1503459964.xml

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

MD5SUM BENCH= 3ae127b68cfa611bb704d38a0211b659
RANDOM SEED=1305349341

node148.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.19
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.19
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.19
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.19
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:        23546576 kB
MemAvailable:   31945200 kB
Buffers:          298960 kB
Cached:          8378468 kB
SwapCached:            0 kB
Active:          1732660 kB
Inactive:        6999716 kB
Active(anon):       5688 kB
Inactive(anon):    93296 kB
Active(file):    1726972 kB
Inactive(file):  6906420 kB
Unevictable:        7760 kB
Mlocked:            7760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44740 kB
Writeback:            24 kB
AnonPages:         61768 kB
Mapped:            55476 kB
Shmem:             41608 kB
Slab:             188464 kB
SReclaimable:     162132 kB
SUnreclaim:        26332 kB
KernelStack:        3184 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343112 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-23 05:31:46