Trace number 4275060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? 5.9196 2.0371699

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

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

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

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

solver pid=26324, runsolver pid=26321

[startup+0.100141 s]*
/proc/loadavg: 8.89 8.36 8.29 2/199 26344
/proc/meminfo: memFree=31473648/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14325320 memory=34828 CPUtime=0.12 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 8095 0 0 0 10 2 0 0 20 0 20 0 110334397 14669127680 8707 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581330 8707 3406 1 0 3569050 0
[pid=26324/tid=26326] ppid=26321 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 6030 0 0 0 8 1 0 0 20 0 20 0 110334397 14669127680 8707 33554432000 4194304 4196468 140725156194416 140292265564688 140292245448030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14325320 memory=140452202399360 CPUtime=0 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334399 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291717620768 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110334400 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291716567920 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 26280 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 110334402 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291714464624 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291713411824 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291712359024 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) R 26321 26324 26280 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 20 0 110334403 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291711306224 140292240335303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 8707 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34828 KiB

[startup+0.209962 s]*
/proc/loadavg: 8.89 8.36 8.29 3/199 26344
/proc/meminfo: memFree=31465396/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14325320 memory=43976 CPUtime=0.3 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 9096 0 0 0 27 3 0 0 20 0 20 0 110334397 14669127680 10994 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581330 10994 3587 1 0 3569050 0
[pid=26324/tid=26326] ppid=26321 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 6658 0 0 0 17 2 0 0 20 0 20 0 110334397 14669127680 10994 33554432000 4194304 4196468 140725156194416 140292265587328 140292245448060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14325320 memory=9292 CPUtime=0 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14325320 memory=140452202423621 CPUtime=0 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334398 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110334399 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291717620768 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110334400 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291716567920 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 26280 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 20 0 110334402 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291714464624 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) S 26321 26324 26280 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 20 0 110334403 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291713411824 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) S 26321 26324 26280 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291712359024 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) S 26321 26324 26280 0 -1 1077944384 397 0 0 0 5 0 0 0 20 0 20 0 110334403 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291711306224 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14669127680 10994 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43976 KiB

[startup+0.309505 s]*
/proc/loadavg: 8.89 8.36 8.29 2/199 26344
/proc/meminfo: memFree=31457440/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14325340 memory=51404 CPUtime=0.48 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 10106 0 0 0 45 3 0 0 20 0 20 0 110334397 14669148160 12851 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581335 12851 3696 1 0 3569050 0
[pid=26324/tid=26326] ppid=26321 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 7227 0 0 0 27 2 0 0 20 0 20 0 110334397 14669148160 12851 33554432000 4194304 4196468 140725156194416 140292265569600 140292261389469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14325340 memory=140452074451887 CPUtime=0 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14325340 memory=140452074454192 CPUtime=0 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14325340 memory=140452074456496 CPUtime=0 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334398 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110334399 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14325340 memory=280904148919952 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291717620768 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14325340 memory=280904148926864 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110334400 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291716567920 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14325340 memory=280904148868016 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14325340 memory=280904148940688 CPUtime=0.03 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 26280 0 -1 1077944384 734 0 0 0 3 0 0 0 20 0 20 0 110334402 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291714464624 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14325340 memory=280904148947600 CPUtime=0.05 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) S 26321 26324 26280 0 -1 1077944384 300 0 0 0 5 0 0 0 20 0 20 0 110334403 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291713411824 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14325340 memory=280904148945296 CPUtime=0 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) S 26321 26324 26280 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 110334403 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291712359024 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14325340 memory=280904148961904 CPUtime=0.08 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) S 26321 26324 26280 0 -1 1077944384 420 0 0 0 8 0 0 0 20 0 20 0 110334403 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291711306224 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14669148160 12851 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51404 KiB

[startup+0.70087 s]
/proc/loadavg: 8.89 8.36 8.29 5/199 26344
/proc/meminfo: memFree=31421656/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14327388 memory=125904 CPUtime=1.49 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 13323 0 0 0 143 6 0 0 20 0 20 0 110334397 14671245312 31476 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581847 31476 3759 1 0 3569562 0
[pid=26324/tid=26326] ppid=26321 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 7937 0 0 0 63 4 0 0 20 0 20 0 110334397 14671245312 31476 33554432000 4194304 4196468 140725156194416 140292265601184 140292261379478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14327388 memory=10928 CPUtime=0 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14327388 memory=796 CPUtime=0 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334398 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110334399 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0

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

[pid=26324/tid=26343] ppid=26321 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14327388 memory=8568 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 31476 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 125904 KiB

[startup+1.50082 s]
/proc/loadavg: 8.89 8.36 8.29 5/199 26344
/proc/meminfo: memFree=31261740/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14327388 memory=332184 CPUtime=4.39 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 16765 0 0 0 417 22 0 0 20 0 20 0 110334397 14671245312 83046 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581847 83046 3806 1 0 3569562 0
[pid=26324/tid=26326] ppid=26321 vsize=14327388 memory=0 CPUtime=1.4 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 8165 0 0 0 134 6 0 0 20 0 20 0 110334397 14671245312 83046 33554432000 4194304 4196468 140725156194416 140292265601728 140291903141400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14327388 memory=0 CPUtime=0.05 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 78 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14327388 memory=0 CPUtime=0.05 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 47 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 30 0 0 0 3 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14327388 memory=280904149401968 CPUtime=0.05 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 67 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14327388 memory=115233972552682 CPUtime=0.05 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 78 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14327388 memory=115233972552682 CPUtime=0.04 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14327388 memory=2110802681812884 CPUtime=0.04 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 58 0 0 0 3 1 0 0 20 0 20 0 110334398 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 110334399 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291717620832 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14327388 memory=10928 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 110334400 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291716567936 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14327388 memory=796 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14327388 memory=1424 CPUtime=0.69 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) R 26321 26324 26280 0 -1 4202560 2121 0 0 0 68 1 0 0 20 0 20 0 110334402 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291714455952 140292245612745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14327388 memory=15872 CPUtime=0.72 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) R 26321 26324 26280 0 -1 4202560 1883 0 0 0 72 0 0 0 20 0 20 0 110334403 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291713402800 140292240701459 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14327388 memory=4052 CPUtime=0.68 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) R 26321 26324 26280 0 -1 4202560 1490 0 0 0 68 0 0 0 20 0 20 0 110334403 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291712359024 140292241216293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14327388 memory=18508 CPUtime=0.41 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) S 26321 26324 26280 0 -1 1077944384 1205 0 0 0 41 0 0 0 20 0 20 0 110334403 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291711306224 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 83046 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 332184 KiB

[startup+2.03712 s]
# the end of solver process 26324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.57923 s, system=0.340369 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60905 s]
/proc/loadavg: 8.89 8.36 8.29 5/199 26344
/proc/meminfo: memFree=31261740/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14327388 memory=401412 CPUtime=4.86 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 17383 0 0 0 459 27 0 0 20 0 20 0 110334397 14671245312 100353 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3581847 100353 3820 1 0 3569562 0
[pid=26324/tid=26326] ppid=26321 vsize=14327388 memory=0 CPUtime=1.49 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) S 26321 26324 26280 0 -1 1077944384 8204 0 0 0 142 7 0 0 20 0 20 0 110334397 14671245312 100353 33554432000 4194304 4196468 140725156194416 140292265604016 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14327388 memory=0 CPUtime=0.07 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) R 26321 26324 26280 0 -1 4202560 92 0 0 0 5 2 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140292222327640 140292245815755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14327388 memory=0 CPUtime=0.06 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) R 26321 26324 26280 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291856378584 140292242993481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14327388 memory=0 CPUtime=0.05 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) D 26321 26324 26280 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291855325784 140292246389661 0 4 0 16800975 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14327388 memory=4132 CPUtime=0.04 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) R 26321 26324 26280 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291854272784 140292242993485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14327388 memory=31304 CPUtime=0.05 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) R 26321 26324 26280 0 -1 4202560 77 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291853221008 140292246394666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14327388 memory=6408091206842 CPUtime=0.07 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) R 26321 26324 26280 0 -1 4202560 171 0 0 0 5 2 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291852168408 140292246394962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14327388 memory=288230583166042425 CPUtime=0.05 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) R 26321 26324 26280 0 -1 4202560 131 0 0 0 4 1 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291851115408 140292246389661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14327388 memory=16098169624726079 CPUtime=0.05 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) R 26321 26324 26280 0 -1 4202560 70 0 0 0 3 2 0 0 20 0 20 0 110334398 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291850062808 140292242993488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 110334399 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291718673312 140292261377749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14327388 memory=8568 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291717620832 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14327388 memory=5664 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 110334400 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291716567936 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14327388 memory=4616 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14327388 memory=20036 CPUtime=0.8 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) R 26321 26324 26280 0 -1 4202560 2154 0 0 0 79 1 0 0 20 0 20 0 110334402 14671245312 100353 33554432000 4194304 4196468 140725156194416 140291714453272 140292242003476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14327388 memory=6944656592455359580 CPUtime=0.81 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) S 26321 26324 26280 0 -1 1077944384 1995 0 0 0 81 0 0 0 20 0 20 0 110334403 14671245312 100361 33554432000 4194304 4196468 140725156194416 140291713395936 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14327388 memory=6944656592455359580 CPUtime=0.77 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) S 26321 26324 26280 0 -1 1077944384 1644 0 0 0 77 0 0 0 20 0 20 0 110334403 14671245312 100361 33554432000 4194304 4196468 140725156194416 140291712339168 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14327388 memory=6944656592455360604 CPUtime=0.41 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) S 26321 26324 26280 0 -1 1077944384 1205 0 0 0 41 0 0 0 20 0 20 0 110334403 14671245312 100361 33554432000 4194304 4196468 140725156194416 140291711306224 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14327388 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 100361 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14327388 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14671245312 100361 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 401412 KiB

[startup+2.00078 s]*
/proc/loadavg: 8.50 8.29 8.27 4/199 26344
/proc/meminfo: memFree=31090404/32770624 swapFree=67108860/67108860
[pid=26324] ppid=26321 vsize=14329436 memory=418912 CPUtime=5.88 cores=0-7
/proc/26324/stat : 26324 (java) S 26321 26324 26280 0 -1 1077944320 19820 0 0 0 555 33 0 0 20 0 20 0 110334397 14673342464 104728 33554432000 4194304 4196468 140725156194416 140725156176960 140292261367543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
/proc/26324/statm: 3582359 104728 3824 1 0 3570074 0
[pid=26324/tid=26326] ppid=26321 vsize=14329436 memory=6791534058613427641 CPUtime=1.87 cores=0-7
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 26280 0 -1 4202560 9192 0 0 0 179 8 0 0 20 0 20 0 110334397 14673342464 104728 33554432000 4194304 4196468 140725156194416 140292265602576 140291898158596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26327] ppid=26321 vsize=14329436 memory=4872558142750483772 CPUtime=0.09 cores=0-7
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 26280 0 -1 1077944384 109 0 0 0 6 3 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140292222327440 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26328] ppid=26321 vsize=14329436 memory=3467965080082183840 CPUtime=0.07 cores=0-7
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 26280 0 -1 1077944384 125 0 0 0 5 2 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291856378384 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26329] ppid=26321 vsize=14329436 memory=6940698281606406720 CPUtime=0.07 cores=0-7
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 26280 0 -1 1077944384 54 0 0 0 5 2 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291855325584 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26330] ppid=26321 vsize=14329436 memory=6940698281606406720 CPUtime=0.06 cores=0-7
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 26280 0 -1 1077944384 55 0 0 0 4 2 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291854272784 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26331] ppid=26321 vsize=14329436 memory=0 CPUtime=0.07 cores=0-7
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 26280 0 -1 1077944384 88 0 0 0 6 1 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291853221008 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26332] ppid=26321 vsize=14329436 memory=14669148159 CPUtime=0.09 cores=0-7
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 26280 0 -1 1077944384 182 0 0 0 7 2 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291852168208 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26333] ppid=26321 vsize=14329436 memory=14779482560 CPUtime=0.07 cores=0-7
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 26280 0 -1 1077944384 149 0 0 0 6 1 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291851115408 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26334] ppid=26321 vsize=14329436 memory=14779482562 CPUtime=0.07 cores=0-7
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 26280 0 -1 1077944384 85 0 0 0 5 2 0 0 20 0 20 0 110334398 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291850062608 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26335] ppid=26321 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 26280 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 110334399 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291718674800 140292261378690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26336] ppid=26321 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 26280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110334400 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291717620832 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26337] ppid=26321 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 26280 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 110334400 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291716567936 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26338] ppid=26321 vsize=14329436 memory=5793430466091373666 CPUtime=0 cores=0-7
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334402 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291715516240 140292261386139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26339] ppid=26321 vsize=14329436 memory=8023269665315972697 CPUtime=0.95 cores=0-7
/proc/26324/task/26339/stat : 26339 (java) R 26321 26324 26280 0 -1 4202560 2523 0 0 0 94 1 0 0 20 0 20 0 110334402 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291714452976 140292246296973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26340] ppid=26321 vsize=14329436 memory=3054156605368933524 CPUtime=0.96 cores=0-7
/proc/26324/task/26340/stat : 26340 (java) S 26321 26324 26280 0 -1 1077944384 2265 0 0 0 96 0 0 0 20 0 20 0 110334403 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291713411824 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26341] ppid=26321 vsize=14329436 memory=-8918990855134196790 CPUtime=0.93 cores=0-7
/proc/26324/task/26341/stat : 26341 (java) S 26321 26324 26280 0 -1 1077944384 2165 0 0 0 92 1 0 0 20 0 20 0 110334403 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291712359024 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26342] ppid=26321 vsize=14329436 memory=6944613755495348631 CPUtime=0.44 cores=0-7
/proc/26324/task/26342/stat : 26342 (java) R 26321 26324 26280 0 -1 4202560 1248 0 0 0 44 0 0 0 20 0 20 0 110334403 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291711306224 140292253684158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26343] ppid=26321 vsize=14329436 memory=3472328296227680300 CPUtime=0 cores=0-7
/proc/26324/task/26343/stat : 26343 (java) S 26321 26324 26280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110334403 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291710253664 140292261377749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
[pid=26324/tid=26344] ppid=26321 vsize=14329436 memory=3472328296227679279 CPUtime=0 cores=0-7
/proc/26324/task/26344/stat : 26344 (java) S 26321 26324 26280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110334403 14673342464 104728 33554432000 4194304 4196468 140725156194416 140291709200944 140292261378690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140725156201570 140725156201755 140725156201755 140725156204495 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 418912 KiB

Child status: 0
Real time (s): 2.03717
CPU time (s): 5.9196
CPU user time (s): 5.57923
CPU system time (s): 0.340369
CPU usage (%): 290.58
Max. virtual memory (cumulated for all children) (KiB): 14329436
Max. memory (cumulated for all children) (KiB): 418912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.57923
system time used= 0.340369
maximum resident set size= 420008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3109
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 26324
#   total CPU time (s): 5.9196
#   total CPU user time (s): 5.57923
#   total CPU system time (s): 0.340369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030483 second user time and 0.06808 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-15 06:33:28
IDJOB=4275060
IDBENCH=134650
IDSOLVER=2668
FILE ID=node115/4275060-1502772467
RUNJOBID= node115-1502771608-26307
PBS_JOBID= 20629102
Free space on /tmp= 61808 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-fs/Pb-fs-50-250-0-45-90-4-1000.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-4275060-1502772467/watcher-4275060-1502772467 -o /tmp/evaluation-result-4275060-1502772467/solver-4275060-1502772467 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502771608-26307 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 536268253 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275060-1502772467.xml

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

MD5SUM BENCH= 3ae127b68cfa611bb704d38a0211b659
RANDOM SEED=536268253

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31493908 kB
MemAvailable:   31982388 kB
Buffers:          177856 kB
Cached:           596444 kB
SwapCached:            0 kB
Active:           580260 kB
Inactive:         248560 kB
Active(anon):       3308 kB
Inactive(anon):    79420 kB
Active(file):     576952 kB
Inactive(file):   169140 kB
Unevictable:        6188 kB
Mlocked:            6188 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44644 kB
Writeback:             4 kB
AnonPages:         60884 kB
Mapped:            45392 kB
Shmem:             25224 kB
Slab:             142368 kB
SReclaimable:     116444 kB
SUnreclaim:        25924 kB
KernelStack:        3168 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node115 at 2017-08-15 06:33:30