Trace number 4293680

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 2018-06-13SAT (TO)46 2520.13 2470.43

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.99/0.73	c Concrete v3.8.1528841891564 running
7.60/3.71	o 166
7.60/3.74	o 165
7.60/3.75	o 120
7.60/3.77	o 119
7.60/3.78	o 79
7.60/3.79	o 78
7.97/3.80	o 75
7.97/3.81	o 74
7.97/3.82	o 71
7.97/3.83	o 70
7.97/3.84	o 67
7.97/3.84	o 66
7.97/3.86	o 65
7.97/3.86	o 64
7.97/3.87	o 63
7.97/3.87	o 61
8.30/3.95	o 60
8.30/3.95	o 59
8.30/3.95	o 58
8.30/3.96	o 57
8.30/3.96	o 56
8.63/4.07	o 55
8.63/4.07	o 54
8.98/4.13	o 53
8.98/4.14	o 52
8.98/4.15	o 51
8.98/4.16	o 50
13.83/6.78	o 49
13.83/6.79	o 48
13.83/6.79	o 47
37.11/27.65	o 46
2520.09/2470.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2470.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2470.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2470.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2470.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2470.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2470.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2470.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2470.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2470.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2470.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.09/2470.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2470.40		at scala.Option.map(Option.scala:146)
2520.09/2470.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2470.40		at concrete.MAC.mac(MAC.scala:203)
2520.09/2470.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2470.40		at scala.util.Try$.apply(Try.scala:209)
2520.09/2470.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2470.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2470.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2470.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2470.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2470.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2470.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2470.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2470.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2470.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2470.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2470.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2470.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2470.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2470.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2470.40		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2470.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2470.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2470.40		at scala.util.Success.map(Try.scala:209)
2520.09/2470.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2470.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2470.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2470.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2470.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2470.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2470.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2470.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2470.40		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2470.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2470.41		at scala.App.main(App.scala:76)
2520.09/2470.41		at scala.App.main$(App.scala:74)
2520.09/2470.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2470.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2470.41	v <instantiation cost="46">
2520.09/2470.41	v       <list>
2520.09/2470.41	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.09/2470.41	v       </list>
2520.09/2470.41	v       <values>
2520.09/2470.41	v         5 4 3 3 4 2 2 2 2 2 3 1 1 1 1 1 1 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
2520.09/2470.41	v       </values>
2520.09/2470.41	v     </instantiation>
2520.09/2470.41	s SATISFIABLE

Verifier Data

OK	46

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293680-1532361524/watcher-4293680-1532361524 -o /tmp/evaluation-result-4293680-1532361524/solver-4293680-1532361524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2123680208 HOME/instance-4293680-1532361524.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=13166, runsolver pid=13163
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.66 1.51 1.46 3/206 13223
/proc/meminfo: memFree=18352624/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 4277 12963 0 0 1 0 5 3 20 0 6 0 53715700 10212057088 4648 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2493178 4648 1934 1 0 2481616 0
[pid=13166/tid=13219] ppid=13163 vsize=9972712 memory=4279135703946986127 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 2096 12963 0 0 1 0 5 3 20 0 6 0 53715708 10212057088 4648 33554432000 4194304 4196468 140727332934432 139859854197328 139859867672569 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 6 0 53715709 10212057088 4648 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=9972712 memory=140559432857216 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 6 0 53715709 10212057088 4648 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 6 0 53715709 10212057088 4648 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 6 0 53715709 10212057088 4648 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210081 s]*
/proc/loadavg: 1.66 1.51 1.46 3/215 13232
/proc/meminfo: memFree=18308036/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10818856 memory=45436 CPUtime=0.27 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 8259 12963 0 0 17 2 5 3 20 0 15 0 53715700 11078508544 11359 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2704714 11359 2944 1 0 2667149 0
[pid=13166/tid=13219] ppid=13163 vsize=10818856 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 4775 12963 0 0 11 1 5 3 20 0 15 0 53715708 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859854158224 139859863924119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10818856 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10818856 memory=140559433166659 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715709 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10818856 memory=140559432857216 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 33 12963 0 0 0 0 5 3 20 0 15 0 53715711 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859340805408 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715711 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859234645616 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 549 12963 0 0 1 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 64 12963 0 0 0 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10818856 memory=140559432857216 CPUtime=0.11 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 632 12963 0 0 3 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10818856 memory=140559432857216 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715714 11078508544 11359 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45436 KiB

[startup+0.310287 s]*
/proc/loadavg: 1.66 1.51 1.46 3/215 13232
/proc/meminfo: memFree=18296108/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10819352 memory=56776 CPUtime=0.39 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 10288 12963 0 0 28 3 5 3 20 0 15 0 53715700 11079016448 14194 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2704838 14194 3075 1 0 2667149 0
[pid=13166/tid=13219] ppid=13163 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 6804 12963 0 0 20 2 5 3 20 0 15 0 53715708 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859854172576 139859866441054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 33 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859340805408 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859234645616 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 549 12963 0 0 1 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 65 12963 0 0 1 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10819352 memory=140559432857216 CPUtime=0.13 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) R 13163 13166 12231 0 -1 4202560 637 12963 0 0 5 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859305142640 139859861759296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10819352 memory=140559432857216 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 14194 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56776 KiB

[startup+0.700756 s]
/proc/loadavg: 1.61 1.51 1.46 4/215 13232
/proc/meminfo: memFree=18269744/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10819352 memory=89564 CPUtime=0.99 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 16491 12963 0 0 87 4 5 3 20 0 15 0 53715700 11079016448 22391 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2704838 22391 3238 1 0 2667149 0
[pid=13166/tid=13219] ppid=13163 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 12069 12963 0 0 56 3 5 3 20 0 15 0 53715708 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859854181392 139859867526113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10819352 memory=140559314465552 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10819352 memory=140561394696800 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715709 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10819352 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 5 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 33 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859340805408 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715711 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859234645616 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10819352 memory=18464 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10819352 memory=11184 CPUtime=0.18 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 1197 12963 0 0 10 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10819352 memory=4052 CPUtime=0.14 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 301 12963 0 0 6 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10819352 memory=644 CPUtime=0.21 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 682 12963 0 0 13 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1 12963 0 0 0 0 5 3 20 0 15 0 53715714 11079016448 22391 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89564 KiB

[startup+1.50072 s]
/proc/loadavg: 1.61 1.51 1.46 6/215 13232
/proc/meminfo: memFree=18153092/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10834252 memory=179840 CPUtime=2.29 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 24940 12963 0 0 212 9 5 3 20 0 15 0 53715700 11094274048 44960 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2708563 44960 3473 1 0 2670221 0
[pid=13166/tid=13219] ppid=13163 vsize=10834252 memory=66064 CPUtime=1.43 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 17726 12963 0 0 130 5 5 3 20 0 15 0 53715708 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859854191616 139859866441054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 25 12963 0 0 1 0 5 3 20 0 15 0 53715709 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10834252 memory=281118628962464 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 13 12963 0 0 1 0 5 3 20 0 15 0 53715709 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 249 12963 0 0 1 0 5 3 20 0 15 0 53715709 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 74 12963 0 0 0 0 5 3 20 0 15 0 53715709 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 1116 12963 0 0 1 0 5 3 20 0 15 0 53715711 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 54 12963 0 0 0 0 5 3 20 0 15 0 53715711 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859340805472 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859234645632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 1364 12963 0 0 19 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 773 12963 0 0 21 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 1344 12963 0 0 33 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10834252 memory=281118629206912 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11094274048 44960 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 87600 12963 0 0 235391 58 5 3 20 0 15 0 53715708 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859854194640 139859465333379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10914144 memory=4052 CPUtime=11.87 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 10472 12963 0 0 1122 57 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10914144 memory=644 CPUtime=11.88 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 12651 12963 0 0 1123 57 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10914144 memory=1792 CPUtime=11.87 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 14578 12963 0 0 1119 60 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10914144 memory=1232 CPUtime=11.87 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 14390 12963 0 0 1123 56 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10914144 memory=956 CPUtime=12.42 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 15936 12963 0 0 1180 54 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 54 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859340805472 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10914144 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859234645632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10914144 memory=3156 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10914144 memory=1195564 CPUtime=6.12 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 22542 12963 0 0 598 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10914144 memory=1404 CPUtime=6.13 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 21638 12963 0 0 600 5 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10914144 memory=3200 CPUtime=3.11 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 21104 12963 0 0 297 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10914144 memory=1735848 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10914144 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1038 12963 0 0 67 70 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 2430.67 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195564 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.36 1.40 3/215 13454
/proc/meminfo: memFree=15500488/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10914144 memory=1195564 CPUtime=2491.56 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 226056 12963 0 0 248777 371 5 3 20 0 15 0 53715700 11176083456 298891 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2728536 298891 3521 1 0 2690189 0
[pid=13166/tid=13219] ppid=13163 vsize=10914144 memory=288230621803970871 CPUtime=2413.87 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 88515 12963 0 0 241321 58 5 3 20 0 15 0 53715708 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859854195568 139859453092992 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10914144 memory=14410445029116127 CPUtime=12.18 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 10522 12963 0 0 1151 59 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10914144 memory=4126316290023845779 CPUtime=12.19 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 12685 12963 0 0 1153 58 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10914144 memory=2600 CPUtime=12.18 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 14688 12963 0 0 1149 61 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10914144 memory=6791534058613427641 CPUtime=12.18 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 14726 12963 0 0 1152 58 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10914144 memory=17424 CPUtime=12.74 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 16320 12963 0 0 1210 56 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10914144 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 54 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859340805472 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10914144 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859234645632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10914144 memory=11220 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10914144 memory=4052 CPUtime=6.12 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 22544 12963 0 0 598 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10914144 memory=644 CPUtime=6.13 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 21640 12963 0 0 600 5 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10914144 memory=1792 CPUtime=3.11 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 21107 12963 0 0 297 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10914144 memory=-8813974798734826869 CPUtime=1.48 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1056 12963 0 0 69 71 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 2491.56 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.4 s]
/proc/loadavg: 1.22 1.35 1.39 3/215 13583
/proc/meminfo: memFree=17025896/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10914144 memory=1195564 CPUtime=2520.09 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 226371 12963 0 0 251626 375 5 3 20 0 15 0 53715700 11176083456 298891 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2728536 298891 3521 1 0 2690189 0
[pid=13166/tid=13219] ppid=13163 vsize=10914144 memory=1195564 CPUtime=2441.64 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 88788 12963 0 0 244097 59 5 3 20 0 15 0 53715708 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859854195264 139859467586592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10914144 memory=164 CPUtime=12.33 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 10537 12963 0 0 1166 59 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.34 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 12691 12963 0 0 1167 59 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.33 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 14693 12963 0 0 1163 62 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.32 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 14731 12963 0 0 1166 58 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.89 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 16329 12963 0 0 1224 57 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 54 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859340805472 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859234645632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10914144 memory=1195564 CPUtime=6.12 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 22544 12963 0 0 598 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10914144 memory=1708 CPUtime=6.13 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 21640 12963 0 0 600 5 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10914144 memory=1195564 CPUtime=3.11 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 21107 12963 0 0 297 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10914144 memory=1195564 CPUtime=1.5 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1058 12963 0 0 70 72 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195564 KiB

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

[startup+2470.43 s]
# the end of solver process 13166 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.79361 s

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

[startup+2470.4 s]
/proc/loadavg: 1.22 1.35 1.39 3/215 13583
/proc/meminfo: memFree=17025896/32770624 swapFree=67108860/67108860
[pid=13166] ppid=13163 vsize=10914144 memory=1195564 CPUtime=2520.09 cores=0,2,4,6
/proc/13166/stat : 13166 (java) S 13163 13166 12231 0 -1 1077944320 226371 12963 0 0 251626 375 5 3 20 0 15 0 53715700 11176083456 298891 33554432000 4194304 4196468 140727332934432 140727332916976 139859882360567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
/proc/13166/statm: 2728536 298891 3521 1 0 2690189 0
[pid=13166/tid=13219] ppid=13163 vsize=10914144 memory=1195564 CPUtime=2441.64 cores=0,2,4,6
/proc/13166/task/13219/stat : 13219 (java) R 13163 13166 12231 0 -1 4202560 88788 12963 0 0 244097 59 5 3 20 0 15 0 53715708 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859854195264 139859467586592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13220] ppid=13163 vsize=10914144 memory=164 CPUtime=12.33 cores=0,2,4,6
/proc/13166/task/13220/stat : 13220 (java) S 13163 13166 12231 0 -1 1077944384 10537 12963 0 0 1166 59 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859886602640 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13221] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.34 cores=0,2,4,6
/proc/13166/task/13221/stat : 13221 (java) S 13163 13166 12231 0 -1 1077944384 12691 12963 0 0 1167 59 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859774875920 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13222] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.33 cores=0,2,4,6
/proc/13166/task/13222/stat : 13222 (java) S 13163 13166 12231 0 -1 1077944384 14693 12963 0 0 1163 62 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859773823632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13223] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.32 cores=0,2,4,6
/proc/13166/task/13223/stat : 13223 (java) S 13163 13166 12231 0 -1 1077944384 14731 12963 0 0 1166 58 5 3 20 0 15 0 53715709 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859772770832 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13224] ppid=13163 vsize=10914144 memory=1195564 CPUtime=12.89 cores=0,2,4,6
/proc/13166/task/13224/stat : 13224 (java) S 13163 13166 12231 0 -1 1077944384 16329 12963 0 0 1224 57 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859341859440 139859882371714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13225] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13225/stat : 13225 (java) S 13163 13166 12231 0 -1 1077944384 54 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859340805472 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13226] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13226/stat : 13226 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715711 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859234645632 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13227] ppid=13163 vsize=10914144 memory=1195564 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13227/stat : 13227 (java) S 13163 13166 12231 0 -1 1077944384 2 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858630666832 139859882379163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13228] ppid=13163 vsize=10914144 memory=1195564 CPUtime=6.12 cores=0,2,4,6
/proc/13166/task/13228/stat : 13228 (java) S 13163 13166 12231 0 -1 1077944384 22544 12963 0 0 598 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859307247728 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13229] ppid=13163 vsize=10914144 memory=1708 CPUtime=6.13 cores=0,2,4,6
/proc/13166/task/13229/stat : 13229 (java) S 13163 13166 12231 0 -1 1077944384 21640 12963 0 0 600 5 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859306194928 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13230] ppid=13163 vsize=10914144 memory=1195564 CPUtime=3.11 cores=0,2,4,6
/proc/13166/task/13230/stat : 13230 (java) S 13163 13166 12231 0 -1 1077944384 21107 12963 0 0 297 6 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859305142640 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13231] ppid=13163 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/13166/task/13231/stat : 13231 (java) S 13163 13166 12231 0 -1 1077944384 3 12963 0 0 0 0 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139858160904672 139859882370773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
[pid=13166/tid=13232] ppid=13163 vsize=10914144 memory=1195564 CPUtime=1.5 cores=0,2,4,6
/proc/13166/task/13232/stat : 13232 (java) S 13163 13166 12231 0 -1 1077944384 1058 12963 0 0 70 72 5 3 20 0 15 0 53715714 11176083456 298891 33554432000 4194304 4196468 140727332934432 139859304090544 139859882371714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14266368 140727332940398 140727332943196 140727332943196 140727332945871 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1195564 KiB

Child status: 143
Real time (s): 2470.43
CPU time (s): 2520.13
CPU user time (s): 2516.33
CPU system time (s): 3.79361
CPU usage (%): 102.012
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1195564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.79361
maximum resident set size= 1199692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311868
involuntary context switches= 9720


# summary of solver processes directly reported to runsolver:
#   pid: 13166
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.79361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9604 second user time and 23.8864 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 17:58:44
IDJOB=4293680
IDBENCH=141221
IDSOLVER=2750
FILE ID=node150/4293680-1532361524
RUNJOBID= node150-1532356582-12262
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293680-1532361524/watcher-4293680-1532361524 -o /tmp/evaluation-result-4293680-1532361524/solver-4293680-1532361524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2123680208 HOME/instance-4293680-1532361524.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=2123680208

node150.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.76
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.76
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.76
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.76
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:        18368760 kB
MemAvailable:   31892324 kB
Buffers:          218712 kB
Cached:         13396980 kB
SwapCached:            0 kB
Active:          1313316 kB
Inactive:       12402140 kB
Active(anon):      58692 kB
Inactive(anon):    61448 kB
Active(file):    1254624 kB
Inactive(file): 12340692 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52872 kB
Writeback:             0 kB
AnonPages:         97936 kB
Mapped:            49296 kB
Shmem:             17032 kB
Slab:             384068 kB
SReclaimable:     356708 kB
SUnreclaim:        27360 kB
KernelStack:        3584 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1326884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-23 18:39:55