Trace number 4293688

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)1571 2520.08 2491.93

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.73	c Concrete v3.8.1528841891564 running
77.88/64.97	o 1980
78.14/65.05	o 1857
78.14/65.06	o 1856
78.14/65.07	o 1855
78.14/65.09	o 1853
78.14/65.10	o 1851
78.45/65.10	o 1848
78.45/65.12	o 1748
78.45/65.13	o 1747
78.45/65.14	o 1746
78.45/65.15	o 1744
78.45/65.15	o 1743
78.45/65.17	o 1742
78.45/65.19	o 1741
91.32/76.53	o 1737
91.32/76.54	o 1729
91.32/76.55	o 1727
91.32/76.56	o 1720
91.32/76.59	o 1719
91.32/76.60	o 1701
91.52/76.64	o 1689
399.76/383.21	o 1688
399.76/383.22	o 1669
399.76/383.22	o 1668
399.76/383.23	o 1664
399.76/383.25	o 1663
399.76/383.25	o 1654
399.88/383.34	o 1639
412.75/396.16	o 1638
412.75/396.16	o 1637
515.69/498.77	o 1636
515.69/498.77	o 1634
515.69/498.77	o 1632
515.69/498.78	o 1629
515.98/499.02	o 1610
517.79/500.88	o 1604
517.79/500.90	o 1603
518.80/501.81	o 1594
518.80/501.82	o 1592
521.30/504.30	o 1591
523.91/506.90	o 1578
523.91/506.91	o 1572
530.24/513.18	o 1571
2520.03/2491.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2491.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2491.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2491.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2491.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2491.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2491.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2491.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2491.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2491.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2491.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2491.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2491.91		at scala.Option.map(Option.scala:146)
2520.03/2491.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2491.91		at concrete.MAC.mac(MAC.scala:203)
2520.03/2491.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2491.91		at scala.util.Try$.apply(Try.scala:209)
2520.03/2491.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2491.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2491.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2491.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2491.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2491.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2491.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2491.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2491.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2491.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2491.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2491.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2491.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2491.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2491.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2491.91		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2491.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2491.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2491.91		at scala.util.Success.map(Try.scala:209)
2520.03/2491.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2491.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2491.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2491.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2491.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2491.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2491.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2491.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2491.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2491.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2491.91		at scala.App.main(App.scala:76)
2520.03/2491.91		at scala.App.main$(App.scala:74)
2520.03/2491.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2491.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2491.91	v <instantiation cost="1571">
2520.03/2491.91	v       <list>
2520.03/2491.91	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.03/2491.91	v       </list>
2520.03/2491.91	v       <values>
2520.03/2491.91	v         1 8 23 2 15 3 10 18 10 12 5 13 12 11 14 14 11 124 0 2 11 15 12 3 0 6 5 11 8 16 3 9 20 21 13 2 17 5 17 3 10 9 7 14 22 14 18 1 4 5 16 15 12 2 17 5 3 0 7 16 13 12 20 19 6 13 123 19 9 0 19 1 1 6 15 4 7 21 17 11 17 21 8 6 9 2 1 4 15 16 10 9 13 15 7 7 3 22 11 4 13 10 8 12 122 2 20 3 2 18 0 18 20 4 19 9 4 15 1 9 8 3 0 5 8
2520.03/2491.92	v       </values>
2520.03/2491.92	v     </instantiation>
2520.03/2491.92	s SATISFIABLE

Verifier Data

OK	1571

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293688-1532363992/watcher-4293688-1532363992 -o /tmp/evaluation-result-4293688-1532363992/solver-4293688-1532363992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12263 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1006756304 HOME/instance-4293688-1532363992.xml 

running on 4 cores: 1,3,5,7

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=13517, runsolver pid=13514

[startup+0.10012 s]*
/proc/loadavg: 1.22 1.35 1.39 3/206 13574
/proc/meminfo: memFree=17221584/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 4419 12918 0 0 1 0 5 3 20 0 6 0 53962468 10212057088 4269 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2493178 4269 1934 1 0 2481616 0
[pid=13517/tid=13570] ppid=13514 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 2267 12918 0 0 1 0 5 3 20 0 6 0 53962477 10212057088 4335 33554432000 4194304 4196468 140731798945200 140004869124688 140004882599929 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 6 0 53962478 10212057088 4335 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=9972712 memory=139692746094208 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 6 0 53962478 10212057088 4335 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 6 0 53962478 10212057088 4335 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 6 0 53962478 10212057088 4335 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209821 s]*
/proc/loadavg: 1.22 1.35 1.39 3/215 13583
/proc/meminfo: memFree=17201464/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10821524 memory=46052 CPUtime=0.26 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 8676 12918 0 0 17 1 5 3 20 0 15 0 53962468 11081240576 11447 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2705381 11447 2951 1 0 2667804 0
[pid=13517/tid=13570] ppid=13514 vsize=10818936 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 5491 12918 0 0 11 1 5 3 20 0 15 0 53962477 11078590464 11045 33554432000 4194304 4196468 140731798945200 140004869112736 140004889967645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10818936 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11078590464 11045 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10818936 memory=139692746404621 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11078590464 11111 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11078590464 11111 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962478 11078590464 11111 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10818936 memory=139692746094208 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962479 11078590464 11177 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 53962480 11078590464 11177 33554432000 4194304 4196468 140731798945200 140004256900768 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962480 11078590464 11177 33554432000 4194304 4196468 140731798945200 140003652920560 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11078590464 11243 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 360 12918 0 0 1 0 5 3 20 0 15 0 53962483 11078590464 11243 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 247 12918 0 0 0 0 5 3 20 0 15 0 53962483 11078590464 11243 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10818936 memory=139692746094208 CPUtime=0.11 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 604 12918 0 0 3 0 5 3 20 0 15 0 53962483 11078590464 11309 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11078590464 11309 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10818936 memory=139692746094208 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962483 11078590464 11375 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 46052 KiB

[startup+0.310186 s]*
/proc/loadavg: 1.22 1.35 1.39 3/215 13583
/proc/meminfo: memFree=17187572/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10819352 memory=54120 CPUtime=0.38 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 10620 12918 0 0 28 2 5 3 20 0 15 0 53962468 11079016448 13530 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2704838 13530 3070 1 0 2667149 0
[pid=13517/tid=13570] ppid=13514 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 7181 12918 0 0 20 1 5 3 20 0 15 0 53962477 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004869099936 140004881368414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962479 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 53962480 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004256900768 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962480 11079016448 13530 33554432000 4194304 4196468 140731798945200 140003652920560 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 363 12918 0 0 1 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 250 12918 0 0 1 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10819352 memory=139692746094208 CPUtime=0.13 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 612 12918 0 0 5 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10819352 memory=139692746094208 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 13530 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54120 KiB

[startup+0.700775 s]
/proc/loadavg: 1.22 1.35 1.39 3/215 13583
/proc/meminfo: memFree=17179012/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10819352 memory=86768 CPUtime=0.99 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 16760 12918 0 0 87 4 5 3 20 0 15 0 53962468 11079016448 21692 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2704838 21692 3240 1 0 2667149 0
[pid=13517/tid=13570] ppid=13514 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 12233 12918 0 0 56 3 5 3 20 0 15 0 53962477 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004869108752 140004878851487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10819352 memory=139692603486992 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10819352 memory=139693811303008 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962478 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10819352 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 6 12918 0 0 0 0 5 3 20 0 15 0 53962479 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 53962480 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004256900768 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962480 11079016448 21692 33554432000 4194304 4196468 140731798945200 140003652920560 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10819352 memory=18464 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10819352 memory=11220 CPUtime=0.15 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 762 12918 0 0 7 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10819352 memory=4052 CPUtime=0.17 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 859 12918 0 0 9 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10819352 memory=644 CPUtime=0.21 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 683 12918 0 0 13 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10819352 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10819352 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962483 11079016448 21692 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86768 KiB

[startup+1.51043 s]
/proc/loadavg: 1.22 1.35 1.39 5/215 13583
/proc/meminfo: memFree=17124732/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10828108 memory=131604 CPUtime=2.14 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 20964 12918 0 0 200 6 5 3 20 0 15 0 53962468 11087982592 32901 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2707027 32901 3447 1 0 2668685 0
[pid=13517/tid=13570] ppid=13514 vsize=10828108 memory=11220 CPUtime=1.18 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 14823 12918 0 0 106 4 5 3 20 0 15 0 53962477 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004869121264 140004478935188 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10828108 memory=4052 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10828108 memory=7017824706086594385 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10828108 memory=8027491974467052901 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962478 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10828108 memory=7233719337715394662 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962478 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10828108 memory=2320954984549018553 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 6 12918 0 0 0 0 5 3 20 0 15 0 53962479 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10828108 memory=7300728970739542608 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 13 12918 0 0 0 0 5 3 20 0 15 0 53962480 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004256900768 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10828108 memory=7234017219131626594 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 1 12918 0 0 0 0 5 3 20 0 15 0 53962480 11087982592 32901 33554432000 4194304 4196468 140731798945200 140003652920560 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10828108 memory=5864320447300325988 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10828108 memory=-8917021057825857643 CPUtime=0.35 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) R 13514 13517 12231 0 -1 4202560 1167 12918 0 0 27 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004355218328 140004883352069 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10828108 memory=279385206983460 CPUtime=0.37 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) R 13514 13517 12231 0 -1 4202560 1421 12918 0 0 29 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004354173296 140004877988224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10828108 memory=115042410 CPUtime=0.45 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 1340 12918 0 0 37 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10828108 memory=279385207175168 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2 12918 0 0 0 0 5 3 20 0 15 0 53962483 11087982592 32901 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 10828108 KiB

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

/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 124094 12918 0 0 237571 59 5 3 20 0 15 0 53962477 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004869122496 140004490974461 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.18 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 27772 12918 0 0 293 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.14 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 25507 12918 0 0 290 16 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.17 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 23701 12918 0 0 290 19 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.16 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 29151 12918 0 0 291 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10914144 memory=2670688 CPUtime=1.98 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 26731 12918 0 0 176 14 5 3 20 0 15 0 53962479 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 26 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004256900896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10914144 memory=1576 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 16 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003652920576 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10914144 memory=2670688 CPUtime=7.19 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 98885 12918 0 0 701 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10914144 memory=2670688 CPUtime=8.34 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 110455 12918 0 0 816 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10914144 memory=1228 CPUtime=2.82 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 77806 12918 0 0 264 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10914144 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10914144 memory=4136 CPUtime=1.1 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2761 12918 0 0 48 54 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 2409.84 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2670688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.47 1.47 3/216 13817
/proc/meminfo: memFree=12705260/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2470.16 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 552940 12918 0 0 246795 213 5 3 20 0 15 0 53962468 11176083456 667672 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2728536 667672 3530 1 0 2690189 0
[pid=13517/tid=13570] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2436.21 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 124922 12918 0 0 243554 59 5 3 20 0 15 0 53962477 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004869123024 140004496260098 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.26 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 28124 12918 0 0 301 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.23 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 25553 12918 0 0 298 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.25 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 23883 12918 0 0 298 19 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.26 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 29488 12918 0 0 300 18 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2.04 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 27092 12918 0 0 182 14 5 3 20 0 15 0 53962479 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10914144 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 26 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004256900896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 16 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003652920576 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10914144 memory=2670688 CPUtime=7.21 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 99130 12918 0 0 703 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10914144 memory=2670688 CPUtime=8.37 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 111312 12918 0 0 819 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2.83 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 78404 12918 0 0 265 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10914144 memory=2670688 CPUtime=1.12 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2794 12918 0 0 49 55 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 2470.16 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2670688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.9 s]
/proc/loadavg: 1.71 1.54 1.49 4/216 14073
/proc/meminfo: memFree=15110840/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2520.03 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 556108 12918 0 0 251779 216 5 3 20 0 15 0 53962468 11176083456 667672 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2728536 667672 3530 1 0 2690189 0
[pid=13517/tid=13570] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2485.68 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 125638 12918 0 0 248500 60 5 3 20 0 15 0 53962477 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004869122464 140004496110252 0 4 0 16800975 0 0 0 -1 3 0 0 29 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.34 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 28470 12918 0 0 308 18 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.3 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 25623 12918 0 0 305 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.32 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 24227 12918 0 0 304 20 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.33 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 29625 12918 0 0 307 18 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2.1 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 27425 12918 0 0 187 15 5 3 20 0 15 0 53962479 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 26 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004256900896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 16 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003652920576 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10914144 memory=279385207391392 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10914144 memory=1696 CPUtime=7.24 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 99458 12918 0 0 706 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10914144 memory=2670688 CPUtime=8.37 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 111626 12918 0 0 819 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10914144 memory=4136 CPUtime=2.83 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 78951 12918 0 0 265 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10914144 memory=2670688 CPUtime=1.14 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2827 12918 0 0 50 56 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2670688 KiB

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

[startup+2491.93 s]
# the end of solver process 13517 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.87 s, system=2.21135 s

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

[startup+2491.9 s]
/proc/loadavg: 1.71 1.54 1.49 4/216 14073
/proc/meminfo: memFree=15110840/32770624 swapFree=67108860/67108860
[pid=13517] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2520.03 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13514 13517 12231 0 -1 1077944320 556108 12918 0 0 251779 216 5 3 20 0 15 0 53962468 11176083456 667672 33554432000 4194304 4196468 140731798945200 140731798927744 140004897287927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
/proc/13517/statm: 2728536 667672 3530 1 0 2690189 0
[pid=13517/tid=13570] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2485.68 cores=1,3,5,7
/proc/13517/task/13570/stat : 13570 (java) R 13514 13517 12231 0 -1 4202560 125638 12918 0 0 248500 60 5 3 20 0 15 0 53962477 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004869122464 140004496110252 0 4 0 16800975 0 0 0 -1 3 0 0 29 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13571] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.34 cores=1,3,5,7
/proc/13517/task/13571/stat : 13571 (java) S 13514 13517 12231 0 -1 1077944384 28470 12918 0 0 308 18 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004901530128 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13572] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.3 cores=1,3,5,7
/proc/13517/task/13572/stat : 13572 (java) S 13514 13517 12231 0 -1 1077944384 25623 12918 0 0 305 17 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004800420496 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13573] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.32 cores=1,3,5,7
/proc/13517/task/13573/stat : 13573 (java) S 13514 13517 12231 0 -1 1077944384 24227 12918 0 0 304 20 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004799367440 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13574] ppid=13514 vsize=10914144 memory=2670688 CPUtime=3.33 cores=1,3,5,7
/proc/13517/task/13574/stat : 13574 (java) S 13514 13517 12231 0 -1 1077944384 29625 12918 0 0 307 18 5 3 20 0 15 0 53962478 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004798314896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13575] ppid=13514 vsize=10914144 memory=2670688 CPUtime=2.1 cores=1,3,5,7
/proc/13517/task/13575/stat : 13575 (java) S 13514 13517 12231 0 -1 1077944384 27425 12918 0 0 187 15 5 3 20 0 15 0 53962479 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004356279024 140004897299074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13576] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13576/stat : 13576 (java) S 13514 13517 12231 0 -1 1077944384 26 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004256900896 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13577] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13577/stat : 13577 (java) S 13514 13517 12231 0 -1 1077944384 16 12918 0 0 0 0 5 3 20 0 15 0 53962480 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003652920576 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13578] ppid=13514 vsize=10914144 memory=279385207391392 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13578/stat : 13578 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003412629968 140004897306523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13579] ppid=13514 vsize=10914144 memory=1696 CPUtime=7.24 cores=1,3,5,7
/proc/13517/task/13579/stat : 13579 (java) S 13514 13517 12231 0 -1 1077944384 99458 12918 0 0 706 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004355225840 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13580] ppid=13514 vsize=10914144 memory=2670688 CPUtime=8.37 cores=1,3,5,7
/proc/13517/task/13580/stat : 13580 (java) S 13514 13517 12231 0 -1 1077944384 111626 12918 0 0 819 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004354173296 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13581] ppid=13514 vsize=10914144 memory=4136 CPUtime=2.83 cores=1,3,5,7
/proc/13517/task/13581/stat : 13581 (java) S 13514 13517 12231 0 -1 1077944384 78951 12918 0 0 265 10 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004353120240 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13582] ppid=13514 vsize=10914144 memory=2670688 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13582/stat : 13582 (java) S 13514 13517 12231 0 -1 1077944384 3 12918 0 0 0 0 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140003379071328 140004897298133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
[pid=13517/tid=13583] ppid=13514 vsize=10914144 memory=2670688 CPUtime=1.14 cores=1,3,5,7
/proc/13517/task/13583/stat : 13583 (java) S 13514 13517 12231 0 -1 1077944384 2827 12918 0 0 50 56 5 3 20 0 15 0 53962483 11176083456 667672 33554432000 4194304 4196468 140731798945200 140004352068656 140004897299074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11579392 140731798952558 140731798955356 140731798955356 140731798958031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 2670688 KiB

Child status: 143
Real time (s): 2491.93
CPU time (s): 2520.08
CPU user time (s): 2517.87
CPU system time (s): 2.21135
CPU usage (%): 101.13
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 2912044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.87
system time used= 2.21135
maximum resident set size= 2912044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102126
involuntary context switches= 1758


# summary of solver processes directly reported to runsolver:
#   pid: 13517
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.87
#   total CPU system time (s): 2.21135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3819 second user time and 23.3869 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 18:39:52
IDJOB=4293688
IDBENCH=141223
IDSOLVER=2750
FILE ID=node150/4293688-1532363992
RUNJOBID= node150-1532356582-12263
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293688-1532363992/watcher-4293688-1532363992 -o /tmp/evaluation-result-4293688-1532363992/solver-4293688-1532363992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12263 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1006756304 HOME/instance-4293688-1532363992.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=1006756304

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:        17229920 kB
MemAvailable:   30756212 kB
Buffers:          219452 kB
Cached:         13398008 kB
SwapCached:            0 kB
Active:          2450212 kB
Inactive:       12402504 kB
Active(anon):    1193368 kB
Inactive(anon):    61448 kB
Active(file):    1256844 kB
Inactive(file): 12341056 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:       1289956 kB
Mapped:            50516 kB
Shmem:             17032 kB
Slab:             384308 kB
SReclaimable:     356852 kB
SUnreclaim:        27456 kB
KernelStack:        3792 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2205244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 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 19:21:24