Trace number 4304375

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.9.2SAT (TO)1697 2520.12 2492.75

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.74	c Concrete v3.9.2.1532736233296 running
90.85/78.73	o 1994
91.11/78.88	o 1895
91.40/78.92	o 1894
91.40/78.96	o 1892
92.48/79.44	o 1891
92.48/79.46	o 1890
92.48/79.48	o 1889
92.48/79.48	o 1888
92.70/79.58	o 1885
103.82/89.97	o 1883
104.08/90.14	o 1882
104.08/90.14	o 1881
118.08/103.93	o 1854
118.08/103.93	o 1849
118.08/103.95	o 1841
118.30/104.01	o 1827
118.30/104.09	o 1811
118.30/104.10	o 1807
132.06/117.77	o 1805
132.37/118.02	o 1800
133.11/118.75	o 1702
133.26/118.89	o 1698
928.48/911.01	o 1697
2520.05/2492.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2492.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2492.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2492.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.05/2492.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.05/2492.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2492.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2492.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2492.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2492.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2492.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.05/2492.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2492.70		at scala.Option.map(Option.scala:146)
2520.05/2492.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2492.70		at concrete.MAC.mac(MAC.scala:203)
2520.05/2492.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2492.70		at scala.util.Try$.apply(Try.scala:209)
2520.05/2492.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2492.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2492.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2492.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2492.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2492.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2492.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2492.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2492.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2492.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2492.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2492.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2492.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2492.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2492.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2492.70		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2492.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2492.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2492.70		at scala.util.Success.map(Try.scala:209)
2520.05/2492.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2492.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2492.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2492.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2492.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2492.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2492.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2492.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2492.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2492.70		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2492.71		at scala.App.main(App.scala:76)
2520.05/2492.71		at scala.App.main$(App.scala:74)
2520.05/2492.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2492.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2492.71	v <instantiation cost="1697">
2520.05/2492.71	v       <list>
2520.05/2492.71	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.05/2492.71	v       </list>
2520.05/2492.71	v       <values>
2520.05/2492.71	v         0 8 4 9 11 3 17 9 17 5 5 8 124 7 17 19 7 5 14 3 7 20 12 5 16 4 10 11 4 6 10 10 3 6 13 12 18 8 20 11 12 15 11 14 21 124 8 17 13 19 4 12 17 1 18 10 9 1 7 12 6 12 1 18 0 13 14 0 2 0 19 16 1 15 13 17 14 16 2 11 6 11 8 12 10 21 16 8 18 19 9 18 15 20 18 14 16 4 8 122 7 9 6 3 2 1 7 9 16 8 15 15 11 2 5 2 2 1 15 13 6 3 123 10 0
2520.05/2492.71	v       </values>
2520.05/2492.71	v     </instantiation>
2520.05/2492.71	s SATISFIABLE

Verifier Data

OK	1697

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304375-1534064774/watcher-4304375-1534064774 -o /tmp/evaluation-result-4304375-1534064774/solver-4304375-1534064774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1778558421 HOME/instance-4304375-1534064774.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=10169, runsolver pid=10166

[startup+0.100163 s]*
/proc/loadavg: 1.69 1.52 1.47 3/205 10225
/proc/meminfo: memFree=14513724/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=10005480 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 4292 13270 0 0 1 0 5 2 20 0 6 0 224040567 10245611520 4137 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2501370 4137 1932 1 0 2489808 0
[pid=10169/tid=10222] ppid=10166 vsize=10005480 memory=4279135704047321741 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 2145 13270 0 0 0 0 5 2 20 0 6 0 224040576 10245611520 4203 33554432000 4194304 4196468 140721908094432 139908182823504 139908195067230 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 6 0 224040577 10245611520 4203 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=10005480 memory=140002167236224 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 6 0 224040577 10245611520 4203 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 6 0 224040577 10245611520 4203 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 6 0 224040577 10245611520 4203 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209938 s]*
/proc/loadavg: 1.69 1.52 1.47 3/215 10235
/proc/meminfo: memFree=14489428/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=10982744 memory=43660 CPUtime=0.25 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 7642 13270 0 0 17 1 5 2 20 0 15 0 224040567 11246329856 10915 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2745686 10915 2951 1 0 2708109 0
[pid=10169/tid=10222] ppid=10166 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 4404 13270 0 0 11 1 5 2 20 0 15 0 224040576 11246329856 11113 33554432000 4194304 4196468 140721908094432 139908182779168 139908191262503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246329856 11113 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=10982744 memory=140002167236224 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246329856 11113 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246329856 11179 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246329856 11179 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=10982744 memory=140002167236224 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040578 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907016156320 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246329856 11179 33554432000 4194304 4196468 140721908094432 139906814829296 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 424 13270 0 0 1 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 186 13270 0 0 1 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=10982744 memory=140002167236224 CPUtime=0.1 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 614 13270 0 0 3 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=10982744 memory=140002167236224 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246329856 11179 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43660 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.69 1.52 1.47 3/215 10235
/proc/meminfo: memFree=14478016/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=10983192 memory=55424 CPUtime=0.38 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 10414 13270 0 0 29 2 5 2 20 0 15 0 224040567 11246788608 13856 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2745798 13856 3070 1 0 2708109 0
[pid=10169/tid=10222] ppid=10166 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 6958 13270 0 0 19 2 5 2 20 0 15 0 224040576 11246788608 13856 33554432000 4194304 4196468 140721908094432 139908182798752 139908211008669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=10983192 memory=5792845602946568273 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 13856 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=10983192 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 13856 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 13856 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 13856 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040578 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907016156320 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246788608 13856 33554432000 4194304 4196468 140721908094432 139906814829296 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 426 13270 0 0 1 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 186 13270 0 0 1 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 623 13270 0 0 5 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 13856 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55424 KiB

[startup+0.700739 s]
/proc/loadavg: 1.69 1.52 1.47 3/215 10235
/proc/meminfo: memFree=14466232/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=10983192 memory=88760 CPUtime=0.99 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 16746 13270 0 0 88 4 5 2 20 0 15 0 224040567 11246788608 22190 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2745798 22190 3250 1 0 2708109 0
[pid=10169/tid=10222] ppid=10166 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 12222 13270 0 0 56 3 5 2 20 0 15 0 224040576 11246788608 22190 33554432000 4194304 4196468 140721908094432 139908182807568 139908192550299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 22190 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 22190 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 22190 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11246788608 22190 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 5 13270 0 0 0 0 5 2 20 0 15 0 224040578 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907016156320 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040579 11246788608 22190 33554432000 4194304 4196468 140721908094432 139906814829296 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 861 13270 0 0 8 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 730 13270 0 0 9 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 709 13270 0 0 13 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040582 11246788608 22190 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88760 KiB

[startup+1.50082 s]
/proc/loadavg: 1.69 1.52 1.47 3/215 10235
/proc/meminfo: memFree=14420400/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=10996044 memory=168792 CPUtime=2.94 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 24406 13270 0 0 279 8 5 2 20 0 15 0 224040567 11259949056 42198 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2749011 42198 3449 1 0 2710669 0
[pid=10169/tid=10222] ppid=10166 vsize=10996044 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 16919 13270 0 0 132 6 5 2 20 0 15 0 224040576 11259949056 42198 33554432000 4194304 4196468 140721908094432 139908182787088 139908203223870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11259949056 42198 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040577 11259949056 42198 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=10996044 memory=3539892194917298225 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11259949056 42198 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 2 13270 0 0 0 0 5 2 20 0 15 0 224040577 11259949056 42198 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=10996044 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 6 13270 0 0 0 0 5 2 20 0 15 0 224040578 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=10996044 memory=280004084705536 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 13 13270 0 0 0 0 5 2 20 0 15 0 224040579 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907016156320 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040579 11259949056 42198 33554432000 4194304 4196468 140721908094432 139906814829296 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=10996044 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=10996044 memory=3732 CPUtime=0.5 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 1649 13270 0 0 43 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=10996044 memory=1228 CPUtime=0.66 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) R 10166 10169 9560 0 -1 4202560 2019 13270 0 0 59 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907701957584 139908192531408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=10996044 memory=10624 CPUtime=0.5 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 1595 13270 0 0 43 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=10996044 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=10996044 memory=6676 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 1 13270 0 0 0 0 5 2 20 0 15 0 224040582 11259949056 42198 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10996044 KiB

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

/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 147367 13270 0 0 237696 55 5 2 20 0 15 0 224040576 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908182822208 139907788466894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.94 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 37534 13270 0 0 266 21 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.93 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 33609 13270 0 0 266 20 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.94 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 31515 13270 0 0 270 17 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.92 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 33793 13270 0 0 267 18 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=11077984 memory=15084 CPUtime=1.8 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 29138 13270 0 0 159 14 5 2 20 0 15 0 224040578 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 25 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907016156448 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 17 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906814829312 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.12 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 124154 13270 0 0 694 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=11077984 memory=6791534058613427641 CPUtime=7.32 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 133481 13270 0 0 715 10 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.92 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 94559 13270 0 0 277 8 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=11077984 memory=60840 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=11077984 memory=1116 CPUtime=0.99 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 3576 13270 0 0 46 46 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 2408.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2619192 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.50 1.46 4/215 10437
/proc/meminfo: memFree=13179980/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2469.31 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 684014 13270 0 0 246720 204 5 2 20 0 15 0 224040567 11343855616 654798 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2769496 654798 3533 1 0 2731149 0
[pid=10169/tid=10222] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2437.41 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 148792 13270 0 0 243679 55 5 2 20 0 15 0 224040576 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908182821232 139907788328413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.04 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 39191 13270 0 0 276 21 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.02 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 34778 13270 0 0 275 20 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.04 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 31669 13270 0 0 280 17 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.02 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 34532 13270 0 0 277 18 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=11077984 memory=2619192 CPUtime=1.86 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 29798 13270 0 0 165 14 5 2 20 0 15 0 224040578 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 25 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907016156448 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 17 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906814829312 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.14 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 126219 13270 0 0 696 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.34 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 136523 13270 0 0 717 10 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2.94 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 96620 13270 0 0 279 8 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=11077984 memory=288230574492221466 CPUtime=1.02 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 3652 13270 0 0 47 48 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 2469.31 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2619192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.7 s]
/proc/loadavg: 1.60 1.50 1.46 3/215 10437
/proc/meminfo: memFree=10738816/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2520.05 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 695524 13270 0 0 251791 207 5 2 20 0 15 0 224040567 11343855616 654798 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2769496 654798 3533 1 0 2731149 0
[pid=10169/tid=10222] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2487.67 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 149955 13270 0 0 248704 56 5 2 20 0 15 0 224040576 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908182821488 139907788684453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.13 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 39805 13270 0 0 285 21 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.11 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 34841 13270 0 0 284 20 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.13 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 32724 13270 0 0 289 17 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.1 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 35225 13270 0 0 285 18 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=11077984 memory=2619192 CPUtime=1.92 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 30417 13270 0 0 170 15 5 2 20 0 15 0 224040578 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 25 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907016156448 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 17 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906814829312 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.17 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 128942 13270 0 0 699 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.38 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 139270 13270 0 0 720 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=11077984 memory=15084 CPUtime=2.95 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 98393 13270 0 0 280 8 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=11077984 memory=280004085722800 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=11077984 memory=8243114992657236055 CPUtime=1.03 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 3712 13270 0 0 47 49 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2619192 KiB

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

[startup+2492.75 s]
# the end of solver process 10169 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.99 s, system=2.12503 s

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

[startup+2492.7 s]
/proc/loadavg: 1.60 1.50 1.46 3/215 10437
/proc/meminfo: memFree=10738816/32770624 swapFree=67108504/67108860
[pid=10169] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2520.05 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10166 10169 9560 0 -1 1077944320 695524 13270 0 0 251791 207 5 2 20 0 15 0 224040567 11343855616 654798 33554432000 4194304 4196468 140721908094432 140721908076976 139908210986743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
/proc/10169/statm: 2769496 654798 3533 1 0 2731149 0
[pid=10169/tid=10222] ppid=10166 vsize=11077984 memory=2619192 CPUtime=2487.67 cores=1,3,5,7
/proc/10169/task/10222/stat : 10222 (java) R 10166 10169 9560 0 -1 4202560 149955 13270 0 0 248704 56 5 2 20 0 15 0 224040576 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908182821488 139907788684453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10223] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.13 cores=1,3,5,7
/proc/10169/task/10223/stat : 10223 (java) S 10166 10169 9560 0 -1 1077944384 39805 13270 0 0 285 21 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908215229456 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10224] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.11 cores=1,3,5,7
/proc/10169/task/10224/stat : 10224 (java) S 10166 10169 9560 0 -1 1077944384 34841 13270 0 0 284 20 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908096494736 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10225] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.13 cores=1,3,5,7
/proc/10169/task/10225/stat : 10225 (java) S 10166 10169 9560 0 -1 1077944384 32724 13270 0 0 289 17 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908095441680 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10226] ppid=10166 vsize=11077984 memory=2619192 CPUtime=3.1 cores=1,3,5,7
/proc/10169/task/10226/stat : 10226 (java) S 10166 10169 9560 0 -1 1077944384 35225 13270 0 0 285 18 5 2 20 0 15 0 224040577 11343855616 654798 33554432000 4194304 4196468 140721908094432 139908094389136 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10227] ppid=10166 vsize=11077984 memory=2619192 CPUtime=1.92 cores=1,3,5,7
/proc/10169/task/10227/stat : 10227 (java) S 10166 10169 9560 0 -1 1077944384 30417 13270 0 0 170 15 5 2 20 0 15 0 224040578 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907704076528 139908210997890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10228] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10228/stat : 10228 (java) S 10166 10169 9560 0 -1 1077944384 25 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907016156448 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10229] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10229/stat : 10229 (java) S 10166 10169 9560 0 -1 1077944384 17 13270 0 0 0 0 5 2 20 0 15 0 224040579 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906814829312 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10230] ppid=10166 vsize=11077984 memory=2619192 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10230/stat : 10230 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906507429840 139908211005339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10231] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.17 cores=1,3,5,7
/proc/10169/task/10231/stat : 10231 (java) S 10166 10169 9560 0 -1 1077944384 128942 13270 0 0 699 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907703024368 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10232] ppid=10166 vsize=11077984 memory=2619192 CPUtime=7.38 cores=1,3,5,7
/proc/10169/task/10232/stat : 10232 (java) S 10166 10169 9560 0 -1 1077944384 139270 13270 0 0 720 11 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907701971824 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10233] ppid=10166 vsize=11077984 memory=15084 CPUtime=2.95 cores=1,3,5,7
/proc/10169/task/10233/stat : 10233 (java) S 10166 10169 9560 0 -1 1077944384 98393 13270 0 0 280 8 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907700918768 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10234] ppid=10166 vsize=11077984 memory=280004085722800 CPUtime=0.07 cores=1,3,5,7
/proc/10169/task/10234/stat : 10234 (java) S 10166 10169 9560 0 -1 1077944384 3 13270 0 0 0 0 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139906076633952 139908210996949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
[pid=10169/tid=10235] ppid=10166 vsize=11077984 memory=8243114992657236055 CPUtime=1.03 cores=1,3,5,7
/proc/10169/task/10235/stat : 10235 (java) S 10166 10169 9560 0 -1 1077944384 3712 13270 0 0 47 49 5 2 20 0 15 0 224040582 11343855616 654798 33554432000 4194304 4196468 140721908094432 139907699866160 139908210997890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23801856 140721908099692 140721908102492 140721908102492 140721908105167 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2619192 KiB

Child status: 143
Real time (s): 2492.75
CPU time (s): 2520.12
CPU user time (s): 2517.99
CPU system time (s): 2.12503
CPU usage (%): 101.098
Max. virtual memory (cumulated for all children) (KiB): 11080824
Max. memory (cumulated for all children) (KiB): 2868952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.99
system time used= 2.12503
maximum resident set size= 2868952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 710908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98780
involuntary context switches= 1536


# summary of solver processes directly reported to runsolver:
#   pid: 10169
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.99
#   total CPU system time (s): 2.12503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5056 second user time and 20.4074 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 11:06:14
IDJOB=4304375
IDBENCH=141223
IDSOLVER=2780
FILE ID=node104/4304375-1534064774
RUNJOBID= node104-1534062308-9592
PBS_JOBID= 21036981
Free space on /tmp= 37232 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304375-1534064774/watcher-4304375-1534064774 -o /tmp/evaluation-result-4304375-1534064774/solver-4304375-1534064774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1778558421 HOME/instance-4304375-1534064774.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=1778558421

node104.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.11
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.11
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.11
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.11
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:        14518828 kB
MemAvailable:   30105928 kB
Buffers:          173040 kB
Cached:         15447600 kB
SwapCached:            8 kB
Active:          9527072 kB
Inactive:        7944764 kB
Active(anon):    1802392 kB
Inactive(anon):   101008 kB
Active(file):    7724680 kB
Inactive(file):  7843756 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:       1860140 kB
Mapped:            64824 kB
Shmem:             49636 kB
Slab:             475600 kB
SReclaimable:     447124 kB
SUnreclaim:        28476 kB
KernelStack:        3664 kB
PageTables:         8548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3065660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37208 MiB
End job on node104 at 2018-08-12 11:47:47