Trace number 4293689

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)1469 2520.06 2492.53

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-5_c18.xml
MD5SUM08115146c0ac9b7e4849c5cb62d96e41
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1014
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints3891
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree52
Maximum variable degree76
Distribution of variable degrees[{"degree":52,"count":2},{"degree":54,"count":3},{"degree":55,"count":3},{"degree":56,"count":4},{"degree":57,"count":7},{"degree":58,"count":6},{"degree":59,"count":7},{"degree":60,"count":6},{"degree":61,"count":12},{"degree":62,"count":11},{"degree":63,"count":6},{"degree":64,"count":7},{"degree":65,"count":11},{"degree":66,"count":6},{"degree":67,"count":4},{"degree":68,"count":8},{"degree":69,"count":6},{"degree":70,"count":5},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":2},{"degree":74,"count":3},{"degree":75,"count":1},{"degree":76,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3891}]
Number of extensional constraints0
Number of intensional constraints3891
Distribution of constraint types[{"type":"intension","count":3891}]
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.75	c Concrete v3.8.1528841891564 running
92.22/79.47	o 1856
92.47/79.54	o 1746
92.76/79.60	o 1745
92.76/79.61	o 1743
92.76/79.63	o 1640
92.76/79.65	o 1639
168.96/152.41	o 1638
168.96/152.43	o 1599
168.96/152.44	o 1598
168.96/152.45	o 1594
168.96/152.47	o 1593
168.96/152.48	o 1584
168.96/152.49	o 1571
168.96/152.50	o 1570
169.23/152.52	o 1565
169.23/152.53	o 1558
169.23/152.55	o 1542
173.36/156.46	o 1540
173.36/156.46	o 1539
1753.29/1730.46	o 1538
1753.29/1730.47	o 1535
1753.29/1730.48	o 1534
1753.44/1730.52	o 1523
1753.65/1730.71	o 1503
1753.86/1730.99	o 1500
1754.27/1731.32	o 1480
1765.06/1741.90	o 1475
1792.27/1768.86	o 1473
1792.38/1768.93	o 1472
1839.65/1815.84	o 1469
2520.00/2492.51	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2492.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2492.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2492.51		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2492.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2492.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2492.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2492.51		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.00/2492.51		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.00/2492.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2492.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2492.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2492.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2492.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2492.51		at scala.Option.map(Option.scala:146)
2520.00/2492.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2492.51		at concrete.MAC.mac(MAC.scala:203)
2520.00/2492.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2492.51		at scala.util.Try$.apply(Try.scala:209)
2520.00/2492.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2492.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2492.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2492.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2492.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2492.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2492.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2492.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2492.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2492.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2492.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2492.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2492.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2492.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2492.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2492.51		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2492.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2492.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2492.51		at scala.util.Success.map(Try.scala:209)
2520.00/2492.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2492.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2492.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2492.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2492.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2492.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2492.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2492.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2492.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2492.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2492.51		at scala.App.main(App.scala:76)
2520.00/2492.51		at scala.App.main$(App.scala:74)
2520.00/2492.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2492.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2492.52	v <instantiation cost="1469">
2520.00/2492.52	v       <list>
2520.00/2492.52	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] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124]
2520.00/2492.52	v       </list>
2520.00/2492.52	v       <values>
2520.00/2492.52	v         0 8 9 2 17 3 0 0 0 1 22 10 2 14 12 10 7 4 19 9 6 8 17 123 3 2 13 6 11 21 5 1 3 12 11 11 2 4 12 12 0 1 11 13 14 9 4 19 14 21 8 8 18 1 9 10 3 4 7 14 11 20 3 11 4 7 10 13 5 0 3 15 1 17 17 5 13 10 15 20 16 16 8 6 18 8 3 14 0 4 2 18 16 10 7 5 13 9 16 1 7 15 6 1 5 2 12 15 19 4 124 12 14 5 15 5 5 17 16 123 8 3 7 6 13
2520.00/2492.52	v       </values>
2520.00/2492.52	v     </instantiation>
2520.00/2492.52	s SATISFIABLE

Verifier Data

OK	1469

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293689-1532323347/watcher-4293689-1532323347 -o /tmp/evaluation-result-4293689-1532323347/solver-4293689-1532323347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1268838362 -superng HOME/instance-4293689-1532323347.xml 

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

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

solver pid=21836, runsolver pid=21833

[startup+0.102539 s]*
/proc/loadavg: 1.23 1.36 1.45 2/210 21893
/proc/meminfo: memFree=20119720/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=9972712 memory=15172 CPUtime=0.1 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 4448 12877 0 0 2 0 5 3 20 0 6 0 49897874 10212057088 3793 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2493178 3793 1934 1 0 2481616 0
[pid=21836/tid=21889] ppid=21833 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 2287 12877 0 0 1 0 5 3 20 0 6 0 49897883 10212057088 3793 33554432000 4194304 4196468 140724830818816 140350775177808 140350788463984 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=9972712 memory=5793855646258014649 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 49897884 10212057088 3793 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=9972712 memory=140395248121472 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 49897884 10212057088 3793 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 49897884 10212057088 3793 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 6 0 49897884 10212057088 3793 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15172 KiB

[startup+0.210359 s]*
/proc/loadavg: 1.23 1.36 1.45 3/219 21902
/proc/meminfo: memFree=20100132/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10818904 memory=41620 CPUtime=0.26 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 8143 12877 0 0 17 1 5 3 20 0 15 0 49897874 11078557696 10405 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2704726 10405 2971 1 0 2667149 0
[pid=21836/tid=21889] ppid=21833 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 4714 12877 0 0 11 0 5 3 20 0 15 0 49897883 11078557696 10405 33554432000 4194304 4196468 140724830818816 140350775137088 140350796020269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10818904 memory=4211974121452912010 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11078557696 10405 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10818904 memory=140395248121472 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11078557696 10405 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11078557696 10405 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897884 11078557696 10405 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10818904 memory=140395248121472 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897885 11078557696 10405 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 49897886 11078557696 10405 33554432000 4194304 4196468 140724830818816 140349733332512 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897886 11078557696 10405 33554432000 4194304 4196468 140724830818816 140349599114608 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11078590464 10405 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 503 12877 0 0 1 0 5 3 20 0 15 0 49897888 11078590464 10405 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10819896 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 100 12877 0 0 1 0 5 3 20 0 15 0 49897888 11079573504 10471 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10819896 memory=140395248121472 CPUtime=0.11 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 613 12877 0 0 3 0 5 3 20 0 15 0 49897888 11079573504 10471 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079573504 10471 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10819896 memory=140395248121472 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079573504 10471 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41620 KiB

[startup+0.310603 s]*
/proc/loadavg: 1.23 1.36 1.45 3/219 21902
/proc/meminfo: memFree=20088596/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10819352 memory=52280 CPUtime=0.39 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 10671 12877 0 0 29 2 5 3 20 0 15 0 49897874 11079016448 13070 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2704838 13070 3090 1 0 2667149 0
[pid=21836/tid=21889] ppid=21833 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 7196 12877 0 0 20 1 5 3 20 0 15 0 49897883 11079016448 13070 33554432000 4194304 4196468 140724830818816 140350775153056 140350784904607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 13070 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 13070 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 13070 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 13070 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10819352 memory=140395248121471 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897885 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 49897886 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349733332512 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10819352 memory=140395248121472 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897886 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349599114608 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 503 12877 0 0 1 0 5 3 20 0 15 0 49897888 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10819352 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 109 12877 0 0 2 0 5 3 20 0 15 0 49897888 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 645 12877 0 0 5 0 5 3 20 0 15 0 49897888 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079016448 13070 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52280 KiB

[startup+0.700744 s]
/proc/loadavg: 1.23 1.36 1.45 3/219 21902
/proc/meminfo: memFree=20076816/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10819352 memory=85528 CPUtime=0.99 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 17030 12877 0 0 88 3 5 3 20 0 15 0 49897874 11079016448 21382 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2704838 21382 3238 1 0 2667149 0
[pid=21836/tid=21889] ppid=21833 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 12327 12877 0 0 57 2 5 3 20 0 15 0 49897883 11079016448 21382 33554432000 4194304 4196468 140724830818816 140350775161336 140350788506711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 21382 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 21382 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 21382 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897884 11079016448 21382 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 5 12877 0 0 0 0 5 3 20 0 15 0 49897885 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10819352 memory=140395098940656 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 49897886 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349733332512 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897886 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349599114608 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10819352 memory=6944656575208382560 CPUtime=0.17 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 1142 12877 0 0 9 0 5 3 20 0 15 0 49897888 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10819352 memory=6656426216303648864 CPUtime=0.15 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 494 12877 0 0 7 0 5 3 20 0 15 0 49897888 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 846 12877 0 0 13 0 5 3 20 0 15 0 49897888 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897889 11079016448 21382 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85528 KiB

[startup+1.50113 s]
/proc/loadavg: 1.23 1.36 1.45 3/219 21902
/proc/meminfo: memFree=20033016/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10832204 memory=163840 CPUtime=2.94 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 24342 12877 0 0 279 7 5 3 20 0 15 0 49897874 11092176896 40960 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2708051 40960 3449 1 0 2669709 0
[pid=21836/tid=21889] ppid=21833 vsize=10832204 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 16924 12877 0 0 133 5 5 3 20 0 15 0 49897883 11092176896 40960 33554432000 4194304 4196468 140724830818816 140350775173632 140350787421534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10832204 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11092176896 40960 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10832204 memory=16516 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11092176896 40960 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10832204 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897884 11092176896 40960 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10832204 memory=99564 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 49897884 11092176896 40960 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 6 12877 0 0 0 0 5 3 20 0 15 0 49897885 11092176896 40960 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 49897886 11092176896 40960 33554432000 4194304 4196468 140724830818816 140349733332512 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897886 11092176896 40960 33554432000 4194304 4196468 140724830818816 140349599114608 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11092176896 40960 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10832204 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 1784 12877 0 0 50 0 5 3 20 0 15 0 49897888 11092176896 41023 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10832204 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) R 21833 21836 16080 0 -1 4202560 1712 12877 0 0 51 0 5 3 20 0 15 0 49897888 11092176896 41023 33554432000 4194304 4196468 140724830818816 140349804450392 140350780937200 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10832204 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 1704 12877 0 0 43 0 5 3 20 0 15 0 49897888 11092176896 41023 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10832204 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11092176896 41023 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10832204 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 49897889 11092176896 41023 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10832204 KiB

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

/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 173513 12877 0 0 237722 64 5 3 20 0 15 0 49897883 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350775175904 140350426120625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.8 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 17527 12877 0 0 254 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.78 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 19800 12877 0 0 253 17 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.78 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 33120 12877 0 0 253 17 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.8 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 25538 12877 0 0 255 17 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10916192 memory=1959832 CPUtime=1.1 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 22521 12877 0 0 92 10 5 3 20 0 15 0 49897885 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 21 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349733332576 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10916192 memory=1961880 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 12 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349599114624 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10916192 memory=1961880 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10916192 memory=1959828 CPUtime=8.33 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 102066 12877 0 0 818 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10916192 memory=1959832 CPUtime=7.1 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 72007 12877 0 0 694 8 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10916192 memory=2444 CPUtime=2.81 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 61553 12877 0 0 266 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10916192 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10916192 memory=4132 CPUtime=1.43 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 2207 12877 0 0 69 66 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 2409.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1959832 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.52 1.55 3/220 22133
/proc/meminfo: memFree=14480680/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2469.55 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 536193 12877 0 0 246731 216 5 3 20 0 15 0 49897874 11178180608 489958 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2729048 489958 3532 1 0 2690701 0
[pid=21836/tid=21889] ppid=21833 vsize=10916192 memory=6791534058613427641 CPUtime=2437.77 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 174491 12877 0 0 243705 64 5 3 20 0 15 0 49897883 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350775175440 140350412687116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10916192 memory=796 CPUtime=2.88 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 17715 12877 0 0 262 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.88 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 19951 12877 0 0 262 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10916192 memory=16540 CPUtime=2.86 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 33537 12877 0 0 261 17 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.89 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 25927 12877 0 0 264 17 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10916192 memory=1959832 CPUtime=1.14 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 22927 12877 0 0 96 10 5 3 20 0 15 0 49897885 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 21 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349733332576 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 12 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349599114624 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10916192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10916192 memory=1959832 CPUtime=8.33 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 102325 12877 0 0 818 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10916192 memory=4132 CPUtime=7.12 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 73028 12877 0 0 696 8 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.81 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 61826 12877 0 0 266 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10916192 memory=1959832 CPUtime=1.47 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 2237 12877 0 0 71 68 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 2469.55 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1959832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.5 s]
/proc/loadavg: 1.55 1.52 1.55 3/220 22134
/proc/meminfo: memFree=14480676/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2520 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 539868 12877 0 0 251773 219 5 3 20 0 15 0 49897874 11178180608 489958 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2729048 489958 3532 1 0 2690701 0
[pid=21836/tid=21889] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2487.83 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 175369 12877 0 0 248711 64 5 3 20 0 15 0 49897883 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350775175632 140350426120597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.95 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 17809 12877 0 0 269 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.94 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 20394 12877 0 0 268 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.94 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 33998 12877 0 0 268 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.96 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 26063 12877 0 0 270 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10916192 memory=1959832 CPUtime=1.19 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 23308 12877 0 0 100 11 5 3 20 0 15 0 49897885 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10916192 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 21 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349733332576 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10916192 memory=840 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 12 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349599114624 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10916192 memory=1959832 CPUtime=8.35 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 102853 12877 0 0 820 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10916192 memory=2196 CPUtime=7.14 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 73541 12877 0 0 697 9 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10916192 memory=7288 CPUtime=2.82 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 62031 12877 0 0 267 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10916192 memory=11956 CPUtime=1.5 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 2273 12877 0 0 72 70 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1959832 KiB

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

[startup+2492.53 s]
# the end of solver process 21836 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.81 s, system=2.24532 s

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

[startup+2492.5 s]
/proc/loadavg: 1.55 1.52 1.55 3/220 22134
/proc/meminfo: memFree=14480676/32770624 swapFree=67108860/67108860
[pid=21836] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2520 cores=0,2,4,6
/proc/21836/stat : 21836 (java) S 21833 21836 16080 0 -1 1077944320 539868 12877 0 0 251773 219 5 3 20 0 15 0 49897874 11178180608 489958 33554432000 4194304 4196468 140724830818816 140724830801360 140350803341047 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
/proc/21836/statm: 2729048 489958 3532 1 0 2690701 0
[pid=21836/tid=21889] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2487.83 cores=0,2,4,6
/proc/21836/task/21889/stat : 21889 (java) R 21833 21836 16080 0 -1 4202560 175369 12877 0 0 248711 64 5 3 20 0 15 0 49897883 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350775175632 140350426120597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21890] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.95 cores=0,2,4,6
/proc/21836/task/21890/stat : 21890 (java) S 21833 21836 16080 0 -1 1077944384 17809 12877 0 0 269 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350807583376 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21891] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.94 cores=0,2,4,6
/proc/21836/task/21891/stat : 21891 (java) S 21833 21836 16080 0 -1 1077944384 20394 12877 0 0 268 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350741625360 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21892] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.94 cores=0,2,4,6
/proc/21836/task/21892/stat : 21892 (java) S 21833 21836 16080 0 -1 1077944384 33998 12877 0 0 268 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350375430544 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21893] ppid=21833 vsize=10916192 memory=1959832 CPUtime=2.96 cores=0,2,4,6
/proc/21836/task/21893/stat : 21893 (java) S 21833 21836 16080 0 -1 1077944384 26063 12877 0 0 270 18 5 3 20 0 15 0 49897884 11178180608 489958 33554432000 4194304 4196468 140724830818816 140350374377744 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21894] ppid=21833 vsize=10916192 memory=1959832 CPUtime=1.19 cores=0,2,4,6
/proc/21836/task/21894/stat : 21894 (java) S 21833 21836 16080 0 -1 1077944384 23308 12877 0 0 100 11 5 3 20 0 15 0 49897885 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349806570352 140350803352194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21895] ppid=21833 vsize=10916192 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21895/stat : 21895 (java) S 21833 21836 16080 0 -1 1077944384 21 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349733332576 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21896] ppid=21833 vsize=10916192 memory=840 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21896/stat : 21896 (java) S 21833 21836 16080 0 -1 1077944384 12 12877 0 0 0 0 5 3 20 0 15 0 49897886 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349599114624 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21897] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21897/stat : 21897 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349358823760 140350803359643 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21898] ppid=21833 vsize=10916192 memory=1959832 CPUtime=8.35 cores=0,2,4,6
/proc/21836/task/21898/stat : 21898 (java) S 21833 21836 16080 0 -1 1077944384 102853 12877 0 0 820 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349805517168 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21899] ppid=21833 vsize=10916192 memory=2196 CPUtime=7.14 cores=0,2,4,6
/proc/21836/task/21899/stat : 21899 (java) S 21833 21836 16080 0 -1 1077944384 73541 12877 0 0 697 9 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349804464368 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21900] ppid=21833 vsize=10916192 memory=7288 CPUtime=2.82 cores=0,2,4,6
/proc/21836/task/21900/stat : 21900 (java) S 21833 21836 16080 0 -1 1077944384 62031 12877 0 0 267 7 5 3 20 0 15 0 49897888 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349803411568 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21901] ppid=21833 vsize=10916192 memory=1959832 CPUtime=0.08 cores=0,2,4,6
/proc/21836/task/21901/stat : 21901 (java) S 21833 21836 16080 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349325265120 140350803351253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
[pid=21836/tid=21902] ppid=21833 vsize=10916192 memory=11956 CPUtime=1.5 cores=0,2,4,6
/proc/21836/task/21902/stat : 21902 (java) S 21833 21836 16080 0 -1 1077944384 2273 12877 0 0 72 70 5 3 20 0 15 0 49897889 11178180608 489958 33554432000 4194304 4196468 140724830818816 140349802359984 140350803352194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19750912 140724830820523 140724830823772 140724830823772 140724830826447 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1959832 KiB

Child status: 143
Real time (s): 2492.53
CPU time (s): 2520.06
CPU user time (s): 2517.81
CPU system time (s): 2.24532
CPU usage (%): 101.104
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 2923896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.81
system time used= 2.24532
maximum resident set size= 2926472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83599
involuntary context switches= 3544


# summary of solver processes directly reported to runsolver:
#   pid: 21836
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.81
#   total CPU system time (s): 2.24532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4766 second user time and 24.2965 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 07:22:27
IDJOB=4293689
IDBENCH=141223
IDSOLVER=2751
FILE ID=node132/4293689-1532323347
RUNJOBID= node132-1532296193-16111
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_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-4293689-1532323347/watcher-4293689-1532323347 -o /tmp/evaluation-result-4293689-1532323347/solver-4293689-1532323347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1268838362 -superng HOME/instance-4293689-1532323347.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=1268838362

node132.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.65
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.65
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.65
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.65
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:        20127076 kB
MemAvailable:   31289812 kB
Buffers:          264036 kB
Cached:         11044196 kB
SwapCached:            0 kB
Active:          2825304 kB
Inactive:        9184880 kB
Active(anon):     704668 kB
Inactive(anon):    17028 kB
Active(file):    2120636 kB
Inactive(file):  9167852 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26664 kB
Writeback:             0 kB
AnonPages:        708948 kB
Mapped:            49848 kB
Shmem:             17056 kB
Slab:             330200 kB
SReclaimable:     302708 kB
SUnreclaim:        27492 kB
KernelStack:        3552 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1596336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 08:04:00