Trace number 4273886

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? 69.508102 25.6551

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.40	c version: 2017-07-26
0.23/0.40	c seed: 1700650023
0.23/0.40	c timeout: 2520
0.23/0.40	c memlimit: 11000
0.23/0.40	c nbcore: 4
0.42/0.42	c Parsing instance...
69.31/25.51	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
69.44/25.60		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
69.44/25.60		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
69.44/25.60		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
69.44/25.60		at scala.Array$.fill(Array.scala:264)
69.44/25.60		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:70)
69.44/25.60		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1$$anonfun$apply$mcVI$sp$1.apply$mcVI$sp(TableCT.scala:272)
69.44/25.60		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
69.44/25.60		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1.apply$mcVI$sp(TableCT.scala:269)
69.44/25.60		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
69.44/25.60		at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:268)
69.44/25.60		at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82)
69.44/25.60		at oscar.cp.core.CPStore.post(CPStore.scala:282)
69.44/25.60		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
69.44/25.60		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
69.44/25.60		at oscar.cp.package$.isInconsistent(package.scala:54)
69.44/25.60		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
69.44/25.60		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
69.44/25.60		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334)
69.44/25.60		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
69.44/25.60		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
69.44/25.60		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
69.44/25.60		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
69.44/25.60		at scala.collection.immutable.List.foreach(List.scala:383)
69.44/25.60		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
69.44/25.60		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
69.44/25.60		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
69.44/25.60		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:28)
69.44/25.60		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
69.44/25.60		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
69.44/25.60		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
69.44/25.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
69.44/25.60		at scala.App$$anonfun$main$1.apply(App.scala:76)
69.44/25.60	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 (15430 MiB free)
  memory of node 1: 16384 MiB (14652 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273886-1502840900/watcher-4273886-1502840900 -o /tmp/evaluation-result-4273886-1502840900/solver-4273886-1502840900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1700650023 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273886-1502840900.xml 

running on 4 cores: 0,2,4,6

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

solver pid=14354, runsolver pid=14351

[startup+0.100166 s]*
/proc/loadavg: 1.88 1.88 2.02 3/196 14356
/proc/meminfo: memFree=30802196/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13358552 memory=13084 CPUtime=0 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 3105 0 0 0 0 0 0 0 20 0 6 0 86285287 13679157248 3271 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3339638 3271 1700 1 0 3329135 0
[pid=14354/tid=14356] ppid=14351 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 12560 0 -1 4202560 1910 0 0 0 0 0 0 0 20 0 6 0 86285296 13679157248 3403 18446744073709551615 4194304 4196468 140721289790976 140231494554192 140231476010656 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86285297 13679157248 3403 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13358552 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86285297 13679157248 3403 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86285297 13679157248 3403 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 86285297 13679157248 3469 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 13084 KiB

[startup+0.210096 s]*
/proc/loadavg: 1.88 1.88 2.02 3/209 14369
/proc/meminfo: memFree=30793816/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13975920 memory=27700 CPUtime=0.07 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 6767 0 0 0 6 1 0 0 20 0 15 0 86285287 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3493980 6925 3271 1 0 3482759 0
[pid=14354/tid=14356] ppid=14351 vsize=13975920 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 12560 0 -1 4202560 4859 0 0 0 5 1 0 0 20 0 15 0 86285296 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140231494560352 140231490330006 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13975920 memory=328 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13975920 memory=140656883517838 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13975920 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86285298 14311342080 6925 18446744073709551615 4194304 4196468 140721289790976 140230969108592 140231490329218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86285299 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230968054560 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86285299 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230967002224 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13975920 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) R 14351 14354 12560 0 -1 4202560 232 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490330006 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13975920 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285307 14311342080 6991 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 27700 KiB

[startup+0.310504 s]*
/proc/loadavg: 1.88 1.88 2.02 5/209 14369
/proc/meminfo: memFree=30778596/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13975920 memory=39908 CPUtime=0.23 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 10177 0 0 0 19 4 0 0 20 0 15 0 86285287 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3493980 9977 3557 1 0 3482759 0
[pid=14354/tid=14356] ppid=14351 vsize=13975920 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 12560 0 -1 4202560 7907 0 0 0 13 3 0 0 20 0 15 0 86285296 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140231494545344 140231490339997 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86285297 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86285298 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230969108592 140231490329218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86285299 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230968054560 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86285299 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230967002224 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 15 0 86285302 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13975920 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 382 0 0 0 4 0 0 0 20 0 15 0 86285302 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13975920 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285307 14311342080 9977 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39908 KiB

[startup+0.700728 s]
/proc/loadavg: 1.88 1.88 2.02 4/209 14369
/proc/meminfo: memFree=30767532/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13977988 memory=72940 CPUtime=0.94 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 13462 0 0 0 88 6 0 0 20 0 15 0 86285287 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3494497 18235 3714 1 0 3483271 0
[pid=14354/tid=14356] ppid=14351 vsize=13977988 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 12560 0 -1 4202560 10272 0 0 0 49 5 0 0 20 0 15 0 86285296 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140231494551648 140231104142634 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13977988 memory=1226 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285297 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13977988 memory=4529 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86285297 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13977988 memory=140656756677440 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86285298 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230969108592 140231490329218 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13977988 memory=3472468935804334912 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86285299 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230968054560 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13977988 memory=83 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86285299 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230967002224 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13977988 memory=286 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13977988 memory=560 CPUtime=0.11 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 747 0 0 0 11 0 0 0 20 0 15 0 86285302 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13977988 memory=391 CPUtime=0.1 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 432 0 0 0 10 0 0 0 20 0 15 0 86285302 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13977988 memory=153 CPUtime=0.16 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 629 0 0 0 16 0 0 0 20 0 15 0 86285302 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13977988 memory=2940 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13977988 memory=330 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285307 14313459712 18235 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 72940 KiB

[startup+1.50206 s]
/proc/loadavg: 1.88 1.88 2.02 7/209 14369
/proc/meminfo: memFree=30629936/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13980036 memory=216520 CPUtime=3.22 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 22767 0 0 0 312 10 0 0 20 0 15 0 86285287 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3495009 54130 3760 1 0 3483783 0
[pid=14354/tid=14356] ppid=14351 vsize=13980036 memory=112 CPUtime=1.33 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 12560 0 -1 4202560 13030 0 0 0 126 7 0 0 20 0 15 0 86285296 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140231494552720 140231490339997 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 86285297 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 86285297 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13980036 memory=83 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 86285297 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13980036 memory=286 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 86285297 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13980036 memory=560 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285298 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230969108592 140231490329218 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13980036 memory=391 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230968054560 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13980036 memory=153 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230967002224 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13980036 memory=2940 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13980036 memory=330 CPUtime=0.69 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) R 14351 14354 12560 0 -1 1077944384 2391 0 0 0 68 1 0 0 20 0 15 0 86285302 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230964887088 140231490328277 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13980036 memory=96416380 CPUtime=0.69 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) R 14351 14354 12560 0 -1 4202560 1738 0 0 0 69 0 0 0 20 0 15 0 86285302 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230963831936 140231471837761 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13980036 memory=2372 CPUtime=0.46 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 4167 0 0 0 46 0 0 0 20 0 15 0 86285302 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13980036 memory=180 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13980036 memory=288230621803979440 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86285307 14315556864 54130 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 13980036 KiB

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

[startup+6.30137 s]*
/proc/loadavg: 1.89 1.89 2.02 7/209 14369
/proc/meminfo: memFree=27385688/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13980036 memory=3449972 CPUtime=14.45 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 36510 0 0 0 1076 369 0 0 20 0 15 0 86285287 14315556864 862493 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3495009 862493 3805 1 0 3483783 0
[pid=14354/tid=14356] ppid=14351 vsize=13980036 memory=8318255677412212789 CPUtime=3.22 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 12560 0 -1 1077944384 14722 0 0 0 313 9 0 0 20 0 15 0 86285296 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140231494554176 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13980036 memory=328 CPUtime=2.26 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) R 14351 14354 12560 0 -1 4202560 2548 0 0 0 136 90 0 0 20 0 15 0 86285297 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231483417771 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13980036 memory=140656883517838 CPUtime=2.24 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) R 14351 14354 12560 0 -1 4202560 2572 0 0 0 135 89 0 0 20 0 15 0 86285297 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140231423699928 140231483417771 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13980036 memory=6944652177228980320 CPUtime=2.22 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) R 14351 14354 12560 0 -1 4202560 2257 0 0 0 138 84 0 0 20 0 15 0 86285297 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140231422647640 140231483417752 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13980036 memory=3472328296227680299 CPUtime=2.26 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) R 14351 14354 12560 0 -1 4202560 2115 0 0 0 136 90 0 0 20 0 15 0 86285297 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231483417727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13980036 memory=3472468953044076208 CPUtime=0.06 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 2543 0 0 0 6 0 0 0 20 0 15 0 86285298 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230969107136 140231490328277 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13980036 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230968054624 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13980036 memory=4051660943869122462 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230967002240 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13980036 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 2410 0 0 0 79 1 0 0 20 0 15 0 86285302 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13980036 memory=-1 CPUtime=0.81 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 1772 0 0 0 81 0 0 0 20 0 15 0 86285302 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13980036 memory=140656883504768 CPUtime=0.48 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 4195 0 0 0 48 0 0 0 20 0 15 0 86285302 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13980036 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13980036 memory=140656883504768 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285307 14315556864 863005 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 61 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 3449972 KiB

[startup+12.7014 s]
/proc/loadavg: 1.90 1.89 2.02 4/209 14369
/proc/meminfo: memFree=24155228/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13980036 memory=6717072 CPUtime=30.41 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 91721 0 0 0 2377 664 0 0 20 0 15 0 86285287 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3495009 1679268 3805 1 0 3483783 0
[pid=14354/tid=14356] ppid=14351 vsize=13980036 memory=7809920613880457320 CPUtime=6.25 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 12560 0 -1 1077944384 15713 0 0 0 616 9 0 0 20 0 15 0 86285296 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140231494554176 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13980036 memory=7524497282342475880 CPUtime=5.46 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) R 14351 14354 12560 0 -1 4202560 13423 0 0 0 368 178 0 0 20 0 15 0 86285297 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231483414804 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13980036 memory=7524497282342475880 CPUtime=5.45 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) R 14351 14354 12560 0 -1 4202560 13535 0 0 0 375 170 0 0 20 0 15 0 86285297 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140231423699808 140231483414915 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13980036 memory=7524497282342475880 CPUtime=5.4 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) R 14351 14354 12560 0 -1 4202560 13593 0 0 0 392 148 0 0 20 0 15 0 86285297 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140231422647408 140231483414772 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13980036 memory=6653584 CPUtime=5.45 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) R 14351 14354 12560 0 -1 4202560 12531 0 0 0 394 151 0 0 20 0 15 0 86285297 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231483417771 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13980036 memory=956 CPUtime=0.2 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) S 14351 14354 12560 0 -1 1077944384 13069 0 0 0 19 1 0 0 20 0 15 0 86285298 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230969107104 140231490328277 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 57 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13980036 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230968054624 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13980036 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230967002240 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13980036 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13980036 memory=1620 CPUtime=0.8 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 2412 0 0 0 79 1 0 0 20 0 15 0 86285302 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13980036 memory=920 CPUtime=0.82 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 1774 0 0 0 82 0 0 0 20 0 15 0 86285302 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13980036 memory=2032 CPUtime=0.48 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 4238 0 0 0 48 0 0 0 20 0 15 0 86285302 14315556864 1679268 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13980036 memory=832 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 1679780 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13980036 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 86285307 14315556864 1679780 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 30.41 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 6717072 KiB

[startup+25.5008 s]
/proc/loadavg: 1.92 1.89 2.02 7/209 14369
/proc/meminfo: memFree=19101648/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13980036 memory=11697152 CPUtime=69.31 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 154076 0 0 0 5820 1111 0 0 20 0 15 0 86285287 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3495009 2924288 3807 1 0 3483783 0
[pid=14354/tid=14356] ppid=14351 vsize=13980036 memory=140656757010917 CPUtime=9.35 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 12560 0 -1 1077944384 15740 0 0 0 925 10 0 0 20 0 15 0 86285296 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140231494554176 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13980036 memory=281313513987696 CPUtime=14.2 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 24192 0 0 0 1147 273 0 0 20 0 15 0 86285297 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13980036 memory=281313513946496 CPUtime=14.13 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 39240 0 0 0 1123 290 0 0 20 0 15 0 86285297 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13980036 memory=3472468952984685840 CPUtime=14.11 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 19797 0 0 0 1173 238 0 0 20 0 15 0 86285297 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13980036 memory=6656426216303648864 CPUtime=14.21 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 29610 0 0 0 1130 291 0 0 20 0 15 0 86285297 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13980036 memory=6656426216303648864 CPUtime=1.1 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) R 14351 14354 12560 0 -1 4202560 15617 0 0 0 108 2 0 0 20 0 15 0 86285298 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230969107152 140231468688251 0 0 1 16800974 0 0 0 -1 4 0 0 57 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230968054624 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13980036 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230967002240 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13980036 memory=8187704045996132563 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13980036 memory=8693536778136549544 CPUtime=0.8 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 2412 0 0 0 79 1 0 0 20 0 15 0 86285302 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13980036 memory=6944656592387989600 CPUtime=0.82 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 1775 0 0 0 82 0 0 0 20 0 15 0 86285302 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13980036 memory=6944656592387989600 CPUtime=0.49 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 4256 0 0 0 49 0 0 0 20 0 15 0 86285302 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13980036 memory=7100839870071150693 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 86285307 14315556864 2924288 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 69.31 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11697152 KiB

[startup+25.6551 s]
# the end of solver process 14354 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=58.3297 s, system=11.1784 s

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

[startup+25.601 s]
/proc/loadavg: 1.92 1.89 2.02 7/209 14369
/proc/meminfo: memFree=19101648/32770624 swapFree=67105588/67108860
[pid=14354] ppid=14351 vsize=13980036 memory=7435468 CPUtime=69.44 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 12560 0 -1 1077944320 154121 0 0 0 5832 1112 0 0 20 0 15 0 86285287 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140721289773520 140231490318071 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
/proc/14354/statm: 3495009 1858867 3807 1 0 3483783 0
[pid=14354/tid=14356] ppid=14351 vsize=13980036 memory=11697152 CPUtime=9.36 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 12560 0 -1 1077944384 15783 0 0 0 926 10 0 0 20 0 15 0 86285296 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140231494557568 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14357] ppid=14351 vsize=13980036 memory=11697152 CPUtime=14.22 cores=0,2,4,6
/proc/14354/task/14357/stat : 14357 (java) S 14351 14354 12560 0 -1 1077944384 24192 0 0 0 1148 274 0 0 20 0 15 0 86285297 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140231424752528 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14358] ppid=14351 vsize=13980036 memory=11697152 CPUtime=14.14 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 12560 0 -1 1077944384 39240 0 0 0 1124 290 0 0 20 0 15 0 86285297 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140231423699728 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14359] ppid=14351 vsize=13980036 memory=1228 CPUtime=14.12 cores=0,2,4,6
/proc/14354/task/14359/stat : 14359 (java) S 14351 14354 12560 0 -1 1077944384 19797 0 0 0 1174 238 0 0 20 0 15 0 86285297 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140231422647440 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14360] ppid=14351 vsize=13980036 memory=11697152 CPUtime=14.22 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 12560 0 -1 1077944384 29611 0 0 0 1131 291 0 0 20 0 15 0 86285297 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140231421594640 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14361] ppid=14351 vsize=13980036 memory=9666740 CPUtime=1.18 cores=0,2,4,6
/proc/14354/task/14361/stat : 14361 (java) R 14351 14354 12560 0 -1 4202560 15618 0 0 0 115 3 0 0 20 0 15 0 86285298 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230969107136 140231483035034 0 0 1 16800974 0 0 0 -1 0 0 0 57 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14362] ppid=14351 vsize=13980036 memory=833 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230968054624 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14363] ppid=14351 vsize=13980036 memory=9806724 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14363/stat : 14363 (java) S 14351 14354 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 86285299 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230967002240 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14364] ppid=14351 vsize=13980036 memory=8475934422144292502 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230965950544 140231490336667 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14365] ppid=14351 vsize=13980036 memory=9666740 CPUtime=0.8 cores=0,2,4,6
/proc/14354/task/14365/stat : 14365 (java) S 14351 14354 12560 0 -1 1077944384 2412 0 0 0 79 1 0 0 20 0 15 0 86285302 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230964898416 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14366] ppid=14351 vsize=13980036 memory=7163660647207560296 CPUtime=0.82 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 12560 0 -1 1077944384 1775 0 0 0 82 0 0 0 20 0 15 0 86285302 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230963845616 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14367] ppid=14351 vsize=13980036 memory=11697120 CPUtime=0.49 cores=0,2,4,6
/proc/14354/task/14367/stat : 14367 (java) S 14351 14354 12560 0 -1 1077944384 4256 0 0 0 49 0 0 0 20 0 15 0 86285302 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230962793328 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14368] ppid=14351 vsize=13980036 memory=4465292 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86285302 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230961740768 140231490328277 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
[pid=14354/tid=14369] ppid=14351 vsize=13980036 memory=4144 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14369/stat : 14369 (java) S 14351 14354 12560 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 86285307 14315556864 1858867 18446744073709551615 4194304 4196468 140721289790976 140230960687536 140231490329218 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 25661440 140721289797998 140721289798185 140721289798185 140721289801679 0
Current children cumulated CPU time: 69.44 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 7435468 KiB

Child status: 1
Real time (s): 25.6551
CPU time (s): 69.5081
CPU user time (s): 58.3297
CPU system time (s): 11.1784
CPU usage (%): 270.932
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 11697152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3297
system time used= 11.1784
maximum resident set size= 11697152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154220
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= 4999
involuntary context switches= 555


# summary of solver processes directly reported to runsolver:
#   pid: 14354
#   total CPU time (s): 69.5081
#   total CPU user time (s): 58.3297
#   total CPU system time (s): 11.1784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.191467 second user time and 0.294997 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-16 01:34:17
IDJOB=4273886
IDBENCH=138764
IDSOLVER=2666
FILE ID=node126/4273886-1502840900
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273886-1502840900/watcher-4273886-1502840900 -o /tmp/evaluation-result-4273886-1502840900/solver-4273886-1502840900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1700650023 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273886-1502840900.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=1700650023

node126.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.81
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.81
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.81
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.81
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:        30806556 kB
MemAvailable:   31190828 kB
Buffers:          235072 kB
Cached:           430828 kB
SwapCached:          524 kB
Active:          1229140 kB
Inactive:         260988 kB
Active(anon):     776256 kB
Inactive(anon):    89604 kB
Active(file):     452884 kB
Inactive(file):   171384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             43452 kB
Writeback:             0 kB
AnonPages:        823808 kB
Mapped:            64428 kB
Shmem:             41632 kB
Slab:             178240 kB
SReclaimable:     151680 kB
SUnreclaim:        26560 kB
KernelStack:        3424 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1668036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-16 01:34:43