Trace number 4293681

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
Concrete 3.8-SuperNG 2018-06-13SAT (TO)47 2520.06 2493.04

General information on the benchmark

NameSumColoring/
SumColoring-myciel5_c18.xml
MD5SUM129cb36d1c9243226923c7f46c8f3d2b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark292.877
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.93/0.75	c Concrete v3.8.1528841891564 running
7.48/3.77	o 247
7.90/4.40	o 246
7.90/4.41	o 202
7.90/4.42	o 201
7.90/4.43	o 159
7.90/4.46	o 158
7.90/4.46	o 157
7.90/4.47	o 156
8.25/4.52	o 155
8.25/4.53	o 154
8.25/4.54	o 153
8.25/4.55	o 152
8.25/4.55	o 151
8.25/4.56	o 148
8.25/4.59	o 147
8.60/4.60	o 146
8.60/4.60	o 102
8.60/4.63	o 101
8.60/4.64	o 100
8.60/4.65	o 99
8.60/4.69	o 58
9.28/4.82	o 57
9.60/4.95	o 56
10.47/5.20	o 55
11.05/5.59	o 54
11.05/5.59	o 53
11.21/5.60	o 52
11.21/5.60	o 50
11.53/5.84	o 48
12.21/6.26	o 47
2520.01/2493.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2493.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2493.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2493.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2493.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2493.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2493.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2493.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2493.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2493.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2493.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.01/2493.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2493.01		at scala.Option.map(Option.scala:146)
2520.01/2493.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2493.01		at concrete.MAC.mac(MAC.scala:203)
2520.01/2493.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2493.01		at scala.util.Try$.apply(Try.scala:209)
2520.01/2493.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2493.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2493.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2493.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2493.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2493.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2493.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2493.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2493.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2493.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2493.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2493.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2493.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2493.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2493.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2493.01		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2493.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2493.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2493.01		at scala.util.Success.map(Try.scala:209)
2520.01/2493.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2493.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2493.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2493.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2493.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2493.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2493.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2493.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2493.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2493.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2493.02		at scala.App.main(App.scala:76)
2520.01/2493.02		at scala.App.main$(App.scala:74)
2520.01/2493.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2493.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2493.02	v <instantiation cost="47">
2520.01/2493.02	v       <list>
2520.01/2493.02	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46]
2520.01/2493.02	v       </list>
2520.01/2493.02	v       <values>
2520.01/2493.02	v         3 4 5 4 3 2 2 2 2 2 3 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 2
2520.01/2493.02	v       </values>
2520.01/2493.02	v     </instantiation>
2520.01/2493.02	s SATISFIABLE

Verifier Data

OK	47

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 (14229 MiB free)
  memory of node 1: 16384 MiB (11104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293681-1532322836/watcher-4293681-1532322836 -o /tmp/evaluation-result-4293681-1532322836/solver-4293681-1532322836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1638816788 -superng HOME/instance-4293681-1532322836.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
solver pid=8663, runsolver pid=8660
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.35 1.38 1.40 3/206 8720
/proc/meminfo: memFree=25935048/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 4365 12885 0 0 1 0 5 2 20 0 6 0 49846835 10212057088 4203 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2493178 4203 1934 1 0 2481616 0
[pid=8663/tid=8716] ppid=8660 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 2213 12885 0 0 0 0 5 2 20 0 6 0 49846844 10212057088 4269 33554432000 4194304 4196468 140731454351952 140246135935568 140246149780885 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=9972712 memory=5793855397995407801 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 49846845 10212057088 4269 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=9972712 memory=140146985514624 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 49846845 10212057088 4269 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 49846845 10212057088 4269 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 6 0 49846845 10212057088 4269 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209724 s]*
/proc/loadavg: 1.35 1.38 1.40 4/215 8729
/proc/meminfo: memFree=25917648/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10821524 memory=38496 CPUtime=0.23 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 7364 12885 0 0 15 1 5 2 20 0 15 0 49846835 11081240576 9624 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2705381 9624 2966 1 0 2667804 0
[pid=8663/tid=8716] ppid=8660 vsize=10818936 memory=-2899909650764262549 CPUtime=0.17 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 4365 12885 0 0 9 1 5 2 20 0 15 0 49846844 11078590464 9379 33554432000 4194304 4196468 140731454351952 140246135896320 140246156778525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10818936 memory=4211973873190305162 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11078590464 9379 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10818936 memory=140146985514624 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11078590464 9379 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11078590464 9379 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 49846845 11078590464 9445 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10818936 memory=140146985514624 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 49846846 11078590464 9445 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 33 12885 0 0 0 0 5 2 20 0 15 0 49846847 11078590464 9445 33554432000 4194304 4196468 140731454351952 140245166122400 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11078590464 9445 33554432000 4194304 4196468 140731454351952 140245043504624 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11078590464 9511 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 492 12885 0 0 1 0 5 2 20 0 15 0 49846850 11078590464 9511 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 89 12885 0 0 1 0 5 2 20 0 15 0 49846850 11078590464 9511 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10818936 memory=140146985514624 CPUtime=0.1 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 583 12885 0 0 3 0 5 2 20 0 15 0 49846850 11078590464 9577 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11078590464 9577 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10818936 memory=140146985514624 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846852 11078590464 9577 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 38496 KiB

[startup+0.310351 s]*
/proc/loadavg: 1.35 1.38 1.40 3/215 8729
/proc/meminfo: memFree=25905120/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10819352 memory=49120 CPUtime=0.36 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 9829 12885 0 0 27 2 5 2 20 0 15 0 49846835 11079016448 12280 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2704838 12280 3104 1 0 2667149 0
[pid=8663/tid=8716] ppid=8660 vsize=10819352 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 6419 12885 0 0 18 1 5 2 20 0 15 0 49846844 11079016448 12280 33554432000 4194304 4196468 140731454351952 140246135910816 140246145662363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 12280 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 12280 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 12280 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 12280 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10819352 memory=140146985514623 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 49846846 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 33 12885 0 0 0 0 5 2 20 0 15 0 49846847 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245166122400 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10819352 memory=140146985514624 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245043504624 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11079016448 12280 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 492 12885 0 0 1 0 5 2 20 0 15 0 49846850 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 90 12885 0 0 1 0 5 2 20 0 15 0 49846850 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 594 12885 0 0 5 0 5 2 20 0 15 0 49846850 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11079016448 12280 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846852 11079016448 12280 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 49120 KiB

[startup+0.700669 s]
/proc/loadavg: 1.35 1.38 1.40 3/215 8729
/proc/meminfo: memFree=25892856/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10819352 memory=83948 CPUtime=0.93 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 16626 12885 0 0 82 4 5 2 20 0 15 0 49846835 11079016448 20987 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2704838 20987 3235 1 0 2667149 0
[pid=8663/tid=8716] ppid=8660 vsize=10819352 memory=16396 CPUtime=0.65 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 12556 12885 0 0 55 3 5 2 20 0 15 0 49846844 11079016448 20987 33554432000 4194304 4196468 140731454351952 140246135899496 140246144364619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 20987 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10819352 memory=140146863546882 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 20987 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10819352 memory=140149077836670 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 20987 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10819352 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 49846845 11079016448 20987 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10819352 memory=7157735280180091217 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 5 12885 0 0 0 0 5 2 20 0 15 0 49846846 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10819352 memory=7597685182856913236 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 33 12885 0 0 0 0 5 2 20 0 15 0 49846847 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245166122400 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10819352 memory=5788647689011156329 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245043504624 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11079016448 20987 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10819352 memory=8326441112149131693 CPUtime=0.11 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 549 12885 0 0 4 0 5 2 20 0 15 0 49846850 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10819352 memory=7679937539659563834 CPUtime=0.16 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 611 12885 0 0 9 0 5 2 20 0 15 0 49846850 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10819352 memory=6944656425123485561 CPUtime=0.2 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 673 12885 0 0 13 0 5 2 20 0 15 0 49846850 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11079016448 20987 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846852 11079016448 20987 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83948 KiB

[startup+1.50069 s]
/proc/loadavg: 1.35 1.38 1.40 4/215 8729
/proc/meminfo: memFree=25849440/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10834252 memory=175084 CPUtime=2.22 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 24558 12885 0 0 206 9 5 2 20 0 15 0 49846835 11094274048 43771 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2708563 43771 3472 1 0 2670221 0
[pid=8663/tid=8716] ppid=8660 vsize=10834252 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 18032 12885 0 0 129 5 5 2 20 0 15 0 49846844 11094274048 43771 33554432000 4194304 4196468 140731454351952 140246135930208 140246164120733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10834252 memory=98016 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 239 12885 0 0 1 0 5 2 20 0 15 0 49846845 11094274048 43771 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 27 12885 0 0 1 0 5 2 20 0 15 0 49846845 11094274048 43771 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 18 12885 0 0 1 0 5 2 20 0 15 0 49846845 11094274048 43771 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 72 12885 0 0 0 0 5 2 20 0 15 0 49846845 11094274048 43771 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 701 12885 0 0 1 0 5 2 20 0 15 0 49846846 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 34 12885 0 0 0 0 5 2 20 0 15 0 49846847 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245166122464 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10834252 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245043504640 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10834252 memory=2204 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11094274048 43771 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10834252 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 826 12885 0 0 14 0 5 2 20 0 15 0 49846850 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10834252 memory=177603273087024 CPUtime=0.28 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 1108 12885 0 0 21 0 5 2 20 0 15 0 49846850 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10834252 memory=266557 CPUtime=0.4 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 1307 12885 0 0 33 0 5 2 20 0 15 0 49846850 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11094274048 43771 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846852 11094274048 43771 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 69304 12885 0 0 231216 25 5 2 20 0 15 0 49846844 11176083456 164683 33554432000 4194304 4196468 140731454351952 140246135933712 140245742704404 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10914144 memory=658732 CPUtime=3.87 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 9008 12885 0 0 364 16 5 2 20 0 15 0 49846845 11176083456 164683 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10914144 memory=658732 CPUtime=3.87 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 7556 12885 0 0 359 21 5 2 20 0 15 0 49846845 11176083456 164683 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10914144 memory=658732 CPUtime=3.87 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 6478 12885 0 0 358 22 5 2 20 0 15 0 49846845 11176083456 164683 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10914144 memory=658732 CPUtime=3.87 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 6181 12885 0 0 358 22 5 2 20 0 15 0 49846845 11176083456 164683 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10914144 memory=0 CPUtime=3.53 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 8147 12885 0 0 325 21 5 2 20 0 15 0 49846846 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10914144 memory=658732 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 38 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245166122528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10914144 memory=658732 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245043504640 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10914144 memory=658732 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164683 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10914144 memory=658732 CPUtime=6.75 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 44937 12885 0 0 662 6 5 2 20 0 15 0 49846850 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10914144 memory=658732 CPUtime=6.28 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 39897 12885 0 0 616 5 5 2 20 0 15 0 49846850 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10914144 memory=1724 CPUtime=3.34 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 41026 12885 0 0 320 7 5 2 20 0 15 0 49846850 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10914144 memory=658732 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164683 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10914144 memory=658732 CPUtime=1.18 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1460 12885 0 0 62 49 5 2 20 0 15 0 49846852 11176083456 164683 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 2348.51 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 658732 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.25 1.26 3/215 8930
/proc/meminfo: memFree=27502900/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10914144 memory=658748 CPUtime=2408.79 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 237239 12885 0 0 240699 173 5 2 20 0 15 0 49846835 11176083456 164687 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2728536 164687 3523 1 0 2690189 0
[pid=8663/tid=8716] ppid=8660 vsize=10914144 memory=658748 CPUtime=2372.25 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 69674 12885 0 0 237192 26 5 2 20 0 15 0 49846844 11176083456 164687 33554432000 4194304 4196468 140731454351952 140246135933088 140245742093152 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.97 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 9027 12885 0 0 372 18 5 2 20 0 15 0 49846845 11176083456 164687 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.97 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 7572 12885 0 0 369 21 5 2 20 0 15 0 49846845 11176083456 164687 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.96 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 6568 12885 0 0 367 22 5 2 20 0 15 0 49846845 11176083456 164687 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.96 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 6483 12885 0 0 367 22 5 2 20 0 15 0 49846845 11176083456 164687 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.62 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 8341 12885 0 0 334 21 5 2 20 0 15 0 49846846 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10914144 memory=658748 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 38 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245166122528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10914144 memory=658748 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245043504640 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10914144 memory=658748 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164687 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10914144 memory=1296 CPUtime=6.75 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 44939 12885 0 0 662 6 5 2 20 0 15 0 49846850 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10914144 memory=16440 CPUtime=6.28 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 39899 12885 0 0 616 5 5 2 20 0 15 0 49846850 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10914144 memory=658748 CPUtime=3.34 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 41028 12885 0 0 320 7 5 2 20 0 15 0 49846850 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10914144 memory=658748 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164687 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10914144 memory=1424 CPUtime=1.2 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1477 12885 0 0 63 50 5 2 20 0 15 0 49846852 11176083456 164687 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 2408.79 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 658748 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.28 1.27 3/215 8931
/proc/meminfo: memFree=27502404/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10914144 memory=658784 CPUtime=2469.06 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 237917 12885 0 0 246724 175 5 2 20 0 15 0 49846835 11176083456 164696 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2728536 164696 3523 1 0 2690189 0
[pid=8663/tid=8716] ppid=8660 vsize=10914144 memory=658748 CPUtime=2432.01 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 69947 12885 0 0 243168 26 5 2 20 0 15 0 49846844 11176083456 164696 33554432000 4194304 4196468 140731454351952 140246135933472 140245738644598 0 4 0 16800975 0 0 0 -1 2 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10914144 memory=658748 CPUtime=4.07 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 9045 12885 0 0 382 18 5 2 20 0 15 0 49846845 11176083456 164696 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10914144 memory=658748 CPUtime=4.07 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 7580 12885 0 0 379 21 5 2 20 0 15 0 49846845 11176083456 164696 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10914144 memory=658748 CPUtime=4.07 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 6862 12885 0 0 377 23 5 2 20 0 15 0 49846845 11176083456 164696 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10914144 memory=658784 CPUtime=4.07 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 6527 12885 0 0 377 23 5 2 20 0 15 0 49846845 11176083456 164696 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10914144 memory=658784 CPUtime=3.72 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 8370 12885 0 0 343 22 5 2 20 0 15 0 49846846 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10914144 memory=658784 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 38 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245166122528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10914144 memory=658784 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245043504640 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10914144 memory=658784 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164696 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10914144 memory=658784 CPUtime=6.75 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 44941 12885 0 0 662 6 5 2 20 0 15 0 49846850 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10914144 memory=658784 CPUtime=6.28 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 39901 12885 0 0 616 5 5 2 20 0 15 0 49846850 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10914144 memory=4140 CPUtime=3.34 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 41030 12885 0 0 320 7 5 2 20 0 15 0 49846850 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10914144 memory=658784 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164696 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10914144 memory=658784 CPUtime=1.23 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1483 12885 0 0 64 52 5 2 20 0 15 0 49846852 11176083456 164696 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 2469.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 658784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493 s]*
/proc/loadavg: 1.34 1.29 1.27 3/215 8933
/proc/meminfo: memFree=27502592/32770624 swapFree=67108860/67108860
[pid=8663] ppid=8660 vsize=10914144 memory=658812 CPUtime=2520.01 cores=0,2,4,6
/proc/8663/stat : 8663 (java) S 8660 8663 3468 0 -1 1077944320 238406 12885 0 0 251816 178 5 2 20 0 15 0 49846835 11176083456 164703 33554432000 4194304 4196468 140731454351952 140731454334496 140246164098807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
/proc/8663/statm: 2728536 164703 3523 1 0 2690189 0
[pid=8663/tid=8716] ppid=8660 vsize=10914144 memory=8112282956445269571 CPUtime=2482.53 cores=0,2,4,6
/proc/8663/task/8716/stat : 8716 (java) R 8660 8663 3468 0 -1 4202560 70159 12885 0 0 248219 27 5 2 20 0 15 0 49846844 11176083456 164703 33554432000 4194304 4196468 140731454351952 140246135934512 140245739841607 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8717] ppid=8660 vsize=10914144 memory=-7003737579269690708 CPUtime=4.15 cores=0,2,4,6
/proc/8663/task/8717/stat : 8717 (java) S 8660 8663 3468 0 -1 1077944384 9102 12885 0 0 390 18 5 2 20 0 15 0 49846845 11176083456 164703 33554432000 4194304 4196468 140731454351952 140246168340752 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8718] ppid=8660 vsize=10914144 memory=10732 CPUtime=4.15 cores=0,2,4,6
/proc/8663/task/8718/stat : 8718 (java) S 8660 8663 3468 0 -1 1077944384 7587 12885 0 0 386 22 5 2 20 0 15 0 49846845 11176083456 164703 33554432000 4194304 4196468 140731454351952 140246056614288 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8719] ppid=8660 vsize=10914144 memory=6009041479453469539 CPUtime=4.15 cores=0,2,4,6
/proc/8663/task/8719/stat : 8719 (java) S 8660 8663 3468 0 -1 1077944384 6874 12885 0 0 385 23 5 2 20 0 15 0 49846845 11176083456 164703 33554432000 4194304 4196468 140731454351952 140246055561744 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8720] ppid=8660 vsize=10914144 memory=33 CPUtime=4.15 cores=0,2,4,6
/proc/8663/task/8720/stat : 8720 (java) S 8660 8663 3468 0 -1 1077944384 6539 12885 0 0 385 23 5 2 20 0 15 0 49846845 11176083456 164703 33554432000 4194304 4196468 140731454351952 140246054509200 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8721] ppid=8660 vsize=10914144 memory=1792 CPUtime=3.79 cores=0,2,4,6
/proc/8663/task/8721/stat : 8721 (java) S 8660 8663 3468 0 -1 1077944384 8545 12885 0 0 350 22 5 2 20 0 15 0 49846846 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245167176176 140246164109954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8722] ppid=8660 vsize=10914144 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8722/stat : 8722 (java) S 8660 8663 3468 0 -1 1077944384 38 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245166122528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8723] ppid=8660 vsize=10914144 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8723/stat : 8723 (java) S 8660 8663 3468 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 49846847 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245043504640 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8724] ppid=8660 vsize=10914144 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8724/stat : 8724 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164703 33554432000 4194304 4196468 140731454351952 140244736105168 140246164117403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8725] ppid=8660 vsize=10914144 memory=2204 CPUtime=6.75 cores=0,2,4,6
/proc/8663/task/8725/stat : 8725 (java) S 8660 8663 3468 0 -1 1077944384 44941 12885 0 0 662 6 5 2 20 0 15 0 49846850 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245132564464 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8726] ppid=8660 vsize=10914144 memory=7888 CPUtime=6.28 cores=0,2,4,6
/proc/8663/task/8726/stat : 8726 (java) S 8660 8663 3468 0 -1 1077944384 39901 12885 0 0 616 5 5 2 20 0 15 0 49846850 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245131511920 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8727] ppid=8660 vsize=10914144 memory=836 CPUtime=3.34 cores=0,2,4,6
/proc/8663/task/8727/stat : 8727 (java) S 8660 8663 3468 0 -1 1077944384 41030 12885 0 0 320 7 5 2 20 0 15 0 49846850 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245130459376 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8728] ppid=8660 vsize=10914144 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/8663/task/8728/stat : 8728 (java) S 8660 8663 3468 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 49846850 11176083456 164703 33554432000 4194304 4196468 140731454351952 140244702546528 140246164109013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
[pid=8663/tid=8729] ppid=8660 vsize=10914144 memory=916 CPUtime=1.26 cores=0,2,4,6
/proc/8663/task/8729/stat : 8729 (java) S 8660 8663 3468 0 -1 1077944384 1497 12885 0 0 66 53 5 2 20 0 15 0 49846852 11176083456 164703 33554432000 4194304 4196468 140731454351952 140245129407280 140246164109954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29503488 140731454359723 140731454362972 140731454362972 140731454365647 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 658812 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2493.04 s]
# the end of solver process 8663 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.24 s, system=1.82297 s

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

Child status: 143
Real time (s): 2493.04
CPU time (s): 2520.06
CPU user time (s): 2518.24
CPU system time (s): 1.82297
CPU usage (%): 101.084
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 704152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.24
system time used= 1.82297
maximum resident set size= 705692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140294
involuntary context switches= 6218


# summary of solver processes directly reported to runsolver:
#   pid: 8663
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.24
#   total CPU system time (s): 1.82297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9543 second user time and 23.4863 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 07:13:56
IDJOB=4293681
IDBENCH=141221
IDSOLVER=2751
FILE ID=node149/4293681-1532322836
RUNJOBID= node149-1532298084-3499
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293681-1532322836/watcher-4293681-1532322836 -o /tmp/evaluation-result-4293681-1532322836/solver-4293681-1532322836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1638816788 -superng HOME/instance-4293681-1532322836.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=1638816788

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
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.60
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:        25941220 kB
MemAvailable:   28792524 kB
Buffers:          150096 kB
Cached:          2959980 kB
SwapCached:            0 kB
Active:          4823536 kB
Inactive:        1517844 kB
Active(anon):    3180504 kB
Inactive(anon):    70228 kB
Active(file):    1643032 kB
Inactive(file):  1447616 kB
Unevictable:        7564 kB
Mlocked:            7564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26944 kB
Writeback:             0 kB
AnonPages:       3237936 kB
Mapped:            49536 kB
Shmem:             17032 kB
Slab:             181192 kB
SReclaimable:     152984 kB
SUnreclaim:        28208 kB
KernelStack:        3552 kB
PageTables:        11132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4086712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2975744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51788 MiB
End job on node149 at 2018-07-23 07:55:30