Trace number 4302836

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.2-SuperNGSAT (TO)1814 252.079 234.655

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 benchmark1060
Best CPU time to get the best result obtained on this benchmark252.052
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.98/0.74	c Concrete v3.9.2.1532736233296 running
91.52/78.96	o 1861
91.75/79.04	o 1857
91.75/79.07	o 1856
91.75/79.09	o 1855
92.09/79.13	o 1853
92.09/79.15	o 1850
92.09/79.15	o 1849
92.09/79.16	o 1848
92.36/79.24	o 1846
106.59/91.33	o 1841
106.59/91.38	o 1839
106.59/91.39	o 1838
106.71/91.40	o 1837
139.10/123.00	o 1836
139.31/123.14	o 1834
139.31/123.15	o 1833
140.65/124.43	o 1816
140.65/124.43	o 1815
141.06/124.88	o 1814
252.02/234.61	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/234.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/234.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/234.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/234.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/234.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/234.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/234.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/234.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/234.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/234.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/234.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/234.61		at scala.Option.map(Option.scala:146)
252.02/234.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/234.61		at concrete.MAC.mac(MAC.scala:203)
252.02/234.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/234.61		at scala.util.Try$.apply(Try.scala:209)
252.02/234.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/234.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/234.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/234.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/234.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/234.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/234.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/234.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/234.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/234.61		at concrete.MAC.oneRun(MAC.scala:253)
252.02/234.61		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/234.61		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/234.61		at concrete.Solver.hasNext(Solver.scala:166)
252.02/234.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/234.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/234.61		at concrete.Solver.foreach(Solver.scala:68)
252.02/234.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/234.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/234.61		at scala.util.Success.map(Try.scala:209)
252.02/234.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/234.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/234.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/234.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/234.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/234.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/234.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/234.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/234.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/234.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/234.61		at scala.App.main(App.scala:76)
252.02/234.61		at scala.App.main$(App.scala:74)
252.02/234.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/234.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/234.62	v <instantiation cost="1814">
252.02/234.62	v       <list>
252.02/234.62	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]
252.02/234.62	v       </list>
252.02/234.62	v       <values>
252.02/234.62	v         0 8 123 2 21 3 5 5 5 1 14 12 2 6 9 18 6 4 20 18 6 12 15 8 3 2 19 6 14 13 12 9 3 11 0 20 2 4 11 11 5 0 1 9 21 9 4 15 124 21 124 1 16 1 13 10 3 4 13 13 11 17 3 17 16 7 12 0 21 5 3 16 10 3 22 20 14 12 7 14 11 19 4 13 8 20 3 18 5 16 19 16 15 10 17 6 14 10 6 1 7 9 5 18 11 2 22 8 20 4 0 15 17 12 123 9 12 0 13 8 124 8 7 15 14
252.02/234.62	v       </values>
252.02/234.62	v     </instantiation>
252.02/234.62	s SATISFIABLE

Verifier Data

OK	1814

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302836-1532896045/watcher-4302836-1532896045 -o /tmp/evaluation-result-4302836-1532896045/solver-4302836-1532896045 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=920489139 -superng HOME/instance-4302836-1532896045.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.46 1.76 1.59 3/206 10858
/proc/meminfo: memFree=17505192/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 4386 13016 0 0 1 0 4 3 20 0 6 0 107167711 10245611520 4204 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2501370 4204 1935 1 0 2489808 0
[pid=10801/tid=10854] ppid=10798 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 2210 13016 0 0 1 0 4 3 20 0 6 0 107167720 10245611520 4270 33554432000 4194304 4196468 140729949696112 139935439053392 139935451297148 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 6 0 107167721 10245611520 4270 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=10005480 memory=140703276054144 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 6 0 107167721 10245611520 4270 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 6 0 107167721 10245611520 4270 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 6 0 107167721 10245611520 4270 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209897 s]*
/proc/loadavg: 1.46 1.76 1.59 3/215 10867
/proc/meminfo: memFree=17480780/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=10982744 memory=44896 CPUtime=0.25 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 7937 13016 0 0 17 1 4 3 20 0 15 0 107167711 11246329856 11224 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2745686 11224 2946 1 0 2708109 0
[pid=10801/tid=10854] ppid=10798 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 4631 13016 0 0 11 1 4 3 20 0 15 0 107167720 11246329856 11356 33554432000 4194304 4196468 140729949696112 139935439040288 139935447492459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246329856 11356 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=10982744 memory=140703276054144 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246329856 11356 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246329856 11356 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246329856 11356 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=10982744 memory=140703276054144 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934329463968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167723 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934128136944 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11246329856 11356 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 353 13016 0 0 1 0 4 3 20 0 15 0 107167725 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 253 13016 0 0 0 0 4 3 20 0 15 0 107167725 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=10982744 memory=140703276054144 CPUtime=0.1 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 616 13016 0 0 3 0 4 3 20 0 15 0 107167725 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246329856 11356 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=10982744 memory=140703276054144 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246329856 11356 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44896 KiB

[startup+0.310175 s]*
/proc/loadavg: 1.46 1.76 1.59 3/215 10867
/proc/meminfo: memFree=17469616/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=10983192 memory=56128 CPUtime=0.37 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 10596 13016 0 0 28 2 4 3 20 0 15 0 107167711 11246788608 14032 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2745798 14032 3065 1 0 2708109 0
[pid=10801/tid=10854] ppid=10798 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 7134 13016 0 0 19 1 4 3 20 0 15 0 107167720 11246788608 14032 33554432000 4194304 4196468 140729949696112 139935439028640 139935447492512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=10983192 memory=5865745418596405329 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 14032 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=10983192 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 14032 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 14032 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 14032 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934329463968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167723 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934128136944 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11246788608 14032 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 353 13016 0 0 1 0 4 3 20 0 15 0 107167725 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 256 13016 0 0 1 0 4 3 20 0 15 0 107167725 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 626 13016 0 0 5 0 4 3 20 0 15 0 107167725 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246788608 14032 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246788608 14032 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56128 KiB

[startup+0.700751 s]
/proc/loadavg: 1.46 1.76 1.59 3/215 10867
/proc/meminfo: memFree=17458204/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=10983192 memory=88420 CPUtime=0.98 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 16752 13016 0 0 87 4 4 3 20 0 15 0 107167711 11246788608 22105 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2745798 22105 3238 1 0 2708109 0
[pid=10801/tid=10854] ppid=10798 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 12181 13016 0 0 56 3 4 3 20 0 15 0 107167720 11246788608 22105 33554432000 4194304 4196468 140729949696112 139935439039632 139935451297118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 22105 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 22105 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 22105 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11246788608 22105 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 5 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 107167722 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934329463968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167723 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934128136944 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11246788608 22105 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 960 13016 0 0 9 0 4 3 20 0 15 0 107167725 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 686 13016 0 0 8 0 4 3 20 0 15 0 107167725 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 695 13016 0 0 13 0 4 3 20 0 15 0 107167725 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246788608 22105 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167726 11246788608 22105 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88420 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.76 1.59 3/215 10867
/proc/meminfo: memFree=17414916/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=10996044 memory=166744 CPUtime=2.93 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 24656 13016 0 0 278 8 4 3 20 0 15 0 107167711 11259949056 41686 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2749011 41686 3449 1 0 2710669 0
[pid=10801/tid=10854] ppid=10798 vsize=10996044 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 16816 13016 0 0 132 5 4 3 20 0 15 0 107167720 11259949056 41686 33554432000 4194304 4196468 140729949696112 139935439022704 139935451297118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11259949056 41686 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167721 11259949056 41686 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=10996044 memory=4051323354130624818 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11259949056 41686 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 107167721 11259949056 41686 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=10996044 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 6 13016 0 0 0 0 4 3 20 0 15 0 107167722 11259949056 41686 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=10996044 memory=281406257309952 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 107167722 11259949056 41686 33554432000 4194304 4196468 140729949696112 139934329463968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167723 11259949056 41686 33554432000 4194304 4196468 140729949696112 139934128136944 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=10996044 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11259949056 41686 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=10996044 memory=5788 CPUtime=0.65 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) R 10798 10801 8396 0 -1 4202560 1999 13016 0 0 58 0 4 3 20 0 15 0 107167725 11259949056 41686 33554432000 4194304 4196468 140729949696112 139934892139216 139935446462479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=10996044 memory=4616 CPUtime=0.5 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 2020 13016 0 0 43 0 4 3 20 0 15 0 107167725 11259949056 41686 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=10996044 memory=12032 CPUtime=0.5 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 1591 13016 0 0 43 0 4 3 20 0 15 0 107167725 11259949056 41752 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=10996044 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11259949056 41752 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=10996044 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 107167726 11259949056 41752 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10996044 KiB

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

/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 55493 13016 0 0 10098 49 4 3 20 0 15 0 107167720 11345952768 726072 33554432000 4194304 4196468 140729949696112 139935439049696 139935037501684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=11080032 memory=2904288 CPUtime=0.62 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 1801 13016 0 0 46 9 4 3 20 0 15 0 107167721 11345952768 726072 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=11080032 memory=2904284 CPUtime=0.62 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 2834 13016 0 0 46 9 4 3 20 0 15 0 107167721 11345952768 726072 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=11080032 memory=2904284 CPUtime=0.63 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 1264 13016 0 0 46 10 4 3 20 0 15 0 107167721 11345952768 726072 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=11080032 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2212 13016 0 0 46 10 4 3 20 0 15 0 107167721 11345952768 726072 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=11080032 memory=281406257582544 CPUtime=0.17 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 7149 13016 0 0 9 1 4 3 20 0 15 0 107167722 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=11080032 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 27 13016 0 0 0 0 4 3 20 0 15 0 107167722 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934329464096 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 18 13016 0 0 0 0 4 3 20 0 15 0 107167723 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934128136960 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=11080032 memory=8584 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11345952768 726072 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=11080032 memory=0 CPUtime=6.02 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 14168 13016 0 0 592 3 4 3 20 0 15 0 107167725 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=11080032 memory=281406257855760 CPUtime=5.96 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 17710 13016 0 0 586 3 4 3 20 0 15 0 107167725 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=11080032 memory=2903968 CPUtime=2.46 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 17093 13016 0 0 235 4 4 3 20 0 15 0 107167725 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=11080032 memory=2903884 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11345952768 726072 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=11080032 memory=1690680 CPUtime=0.12 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 217 13016 0 0 2 3 4 3 20 0 15 0 107167726 11345952768 726072 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 118.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2904288 KiB

[startup+162.301 s]
/proc/loadavg: 1.86 1.83 1.64 3/215 11005
/proc/meminfo: memFree=14821268/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=11080032 memory=2910248 CPUtime=179.01 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 139201 13016 0 0 17787 107 4 3 20 0 15 0 107167711 11345952768 727562 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2770008 727562 3533 1 0 2731661 0
[pid=10801/tid=10854] ppid=10798 vsize=11080032 memory=2910248 CPUtime=161.49 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 60681 13016 0 0 16092 50 4 3 20 0 15 0 107167720 11345952768 727562 33554432000 4194304 4196468 140729949696112 139935439048736 139935034832844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.66 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 2012 13016 0 0 50 9 4 3 20 0 15 0 107167721 11345952768 727562 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=11080032 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 3062 13016 0 0 50 9 4 3 20 0 15 0 107167721 11345952768 727562 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=11080032 memory=2904404 CPUtime=0.68 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2765 13016 0 0 51 10 4 3 20 0 15 0 107167721 11345952768 727562 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.67 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2429 13016 0 0 50 10 4 3 20 0 15 0 107167721 11345952768 727562 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=11080032 memory=4140 CPUtime=0.17 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 7393 13016 0 0 9 1 4 3 20 0 15 0 107167722 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 27 13016 0 0 0 0 4 3 20 0 15 0 107167722 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934329464096 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 18 13016 0 0 0 0 4 3 20 0 15 0 107167723 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934128136960 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=11080032 memory=2910244 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11345952768 727562 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=11080032 memory=6791534058613427641 CPUtime=6.36 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 16975 13016 0 0 626 3 4 3 20 0 15 0 107167725 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=11080032 memory=2910244 CPUtime=6.19 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 20868 13016 0 0 609 3 4 3 20 0 15 0 107167725 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=11080032 memory=2910244 CPUtime=2.51 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 20524 13016 0 0 239 5 4 3 20 0 15 0 107167725 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11345952768 727562 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=11080032 memory=2910248 CPUtime=0.14 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 243 13016 0 0 3 4 4 3 20 0 15 0 107167726 11345952768 727562 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 179.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2910248 KiB

[startup+222.301 s]
/proc/loadavg: 1.58 1.76 1.63 3/215 11006
/proc/meminfo: memFree=15006316/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=11080032 memory=2910408 CPUtime=239.69 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 157779 13016 0 0 23852 110 4 3 20 0 15 0 107167711 11345952768 727602 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2770008 727602 3533 1 0 2731661 0
[pid=10801/tid=10854] ppid=10798 vsize=11080032 memory=2910408 CPUtime=221.44 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 66039 13016 0 0 22086 51 4 3 20 0 15 0 107167720 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935439047680 139935026554371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.71 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 3260 13016 0 0 55 9 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=11080032 memory=2910344 CPUtime=0.7 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 3289 13016 0 0 54 9 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=11080032 memory=4140 CPUtime=0.72 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2838 13016 0 0 55 10 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.72 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2516 13016 0 0 55 10 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=11080032 memory=2910344 CPUtime=0.18 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 7633 13016 0 0 10 1 4 3 20 0 15 0 107167722 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 27 13016 0 0 0 0 4 3 20 0 15 0 107167722 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934329464096 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=11080032 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 18 13016 0 0 0 0 4 3 20 0 15 0 107167723 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934128136960 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=11080032 memory=6368775317224449639 CPUtime=6.48 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 21549 13016 0 0 638 3 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=11080032 memory=2910408 CPUtime=6.55 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 26604 13016 0 0 645 3 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=11080032 memory=2910408 CPUtime=2.52 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 21523 13016 0 0 240 5 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11345952768 727602 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=11080032 memory=2910408 CPUtime=0.18 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 279 13016 0 0 5 6 4 3 20 0 15 0 107167726 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 239.69 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2910408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.601 s]
/proc/loadavg: 1.52 1.74 1.63 3/215 11006
/proc/meminfo: memFree=15026092/32770624 swapFree=67108860/67108860
[pid=10801] ppid=10798 vsize=11080032 memory=2910408 CPUtime=252.02 cores=1,3,5,7
/proc/10801/stat : 10801 (java) S 10798 10801 8396 0 -1 1077944320 158670 13016 0 0 25084 111 4 3 20 0 15 0 107167711 11345952768 727602 33554432000 4194304 4196468 140729949696112 140729949678656 139935467216631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
/proc/10801/statm: 2770008 727602 3533 1 0 2731661 0
[pid=10801/tid=10854] ppid=10798 vsize=11080032 memory=6791534058613427641 CPUtime=233.74 cores=1,3,5,7
/proc/10801/task/10854/stat : 10854 (java) R 10798 10801 8396 0 -1 4202560 66911 13016 0 0 23316 51 4 3 20 0 15 0 107167720 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935439050488 139935034358071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10855] ppid=10798 vsize=11080032 memory=288230596050944315 CPUtime=0.71 cores=1,3,5,7
/proc/10801/task/10855/stat : 10855 (java) S 10798 10801 8396 0 -1 1077944384 3260 13016 0 0 55 9 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935471459344 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10856] ppid=10798 vsize=11080032 memory=14691911432671120 CPUtime=0.7 cores=1,3,5,7
/proc/10801/task/10856/stat : 10856 (java) S 10798 10801 8396 0 -1 1077944384 3289 13016 0 0 54 9 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935006715024 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10857] ppid=10798 vsize=11080032 memory=17420 CPUtime=0.72 cores=1,3,5,7
/proc/10801/task/10857/stat : 10857 (java) S 10798 10801 8396 0 -1 1077944384 2838 13016 0 0 55 10 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935005661968 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10858] ppid=10798 vsize=11080032 memory=18484 CPUtime=0.72 cores=1,3,5,7
/proc/10801/task/10858/stat : 10858 (java) S 10798 10801 8396 0 -1 1077944384 2516 13016 0 0 55 10 4 3 20 0 15 0 107167721 11345952768 727602 33554432000 4194304 4196468 140729949696112 139935004609424 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10859] ppid=10798 vsize=11080032 memory=644 CPUtime=0.18 cores=1,3,5,7
/proc/10801/task/10859/stat : 10859 (java) S 10798 10801 8396 0 -1 1077944384 7633 13016 0 0 10 1 4 3 20 0 15 0 107167722 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934893205744 139935467227778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10860] ppid=10798 vsize=11080032 memory=23809 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10860/stat : 10860 (java) S 10798 10801 8396 0 -1 1077944384 27 13016 0 0 0 0 4 3 20 0 15 0 107167722 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934329464096 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10861] ppid=10798 vsize=11080032 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10861/stat : 10861 (java) S 10798 10801 8396 0 -1 1077944384 18 13016 0 0 0 0 4 3 20 0 15 0 107167723 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934128136960 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10862] ppid=10798 vsize=11080032 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10862/stat : 10862 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139933820737488 139935467235227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10863] ppid=10798 vsize=11080032 memory=8836 CPUtime=6.49 cores=1,3,5,7
/proc/10801/task/10863/stat : 10863 (java) S 10798 10801 8396 0 -1 1077944384 21556 13016 0 0 639 3 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934892153584 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10864] ppid=10798 vsize=11080032 memory=11044 CPUtime=6.55 cores=1,3,5,7
/proc/10801/task/10864/stat : 10864 (java) S 10798 10801 8396 0 -1 1077944384 26615 13016 0 0 645 3 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934891101040 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10865] ppid=10798 vsize=11080032 memory=13252 CPUtime=2.52 cores=1,3,5,7
/proc/10801/task/10865/stat : 10865 (java) S 10798 10801 8396 0 -1 1077944384 21524 13016 0 0 240 5 4 3 20 0 15 0 107167725 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934890047984 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10866] ppid=10798 vsize=11080032 memory=15460 CPUtime=0.07 cores=1,3,5,7
/proc/10801/task/10866/stat : 10866 (java) S 10798 10801 8396 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 107167726 11345952768 727602 33554432000 4194304 4196468 140729949696112 139933389941600 139935467226837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
[pid=10801/tid=10867] ppid=10798 vsize=11080032 memory=17668 CPUtime=0.18 cores=1,3,5,7
/proc/10801/task/10867/stat : 10867 (java) S 10798 10801 8396 0 -1 1077944384 279 13016 0 0 5 6 4 3 20 0 15 0 107167726 11345952768 727602 33554432000 4194304 4196468 140729949696112 139934888995376 139935467227778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14716928 140729949702761 140729949705569 140729949705569 140729949708239 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2910408 KiB

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

[startup+234.655 s]
# the end of solver process 10801 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.91 s, system=1.16845 s

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

Child status: 143
Real time (s): 234.655
CPU time (s): 252.079
CPU user time (s): 250.91
CPU system time (s): 1.16845
CPU usage (%): 107.425
Max. virtual memory (cumulated for all children) (KiB): 11080624
Max. memory (cumulated for all children) (KiB): 2910408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.91
system time used= 1.16845
maximum resident set size= 2912792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15611
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 10801
#   total CPU time (s): 252.079
#   total CPU user time (s): 250.91
#   total CPU system time (s): 1.16845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31192 second user time and 2.26729 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:27:25
IDJOB=4302836
IDBENCH=141223
IDSOLVER=2777
FILE ID=node103/4302836-1532896045
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302836-1532896045/watcher-4302836-1532896045 -o /tmp/evaluation-result-4302836-1532896045/solver-4302836-1532896045 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=920489139 -superng HOME/instance-4302836-1532896045.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=920489139

node103.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.48
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.48
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.48
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.48
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:        17511380 kB
MemAvailable:   29095748 kB
Buffers:          309076 kB
Cached:         11463568 kB
SwapCached:            0 kB
Active:          6700336 kB
Inactive:        7954680 kB
Active(anon):    2884936 kB
Inactive(anon):    25184 kB
Active(file):    3815400 kB
Inactive(file):  7929496 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26496 kB
Writeback:             0 kB
AnonPages:       2833976 kB
Mapped:            58276 kB
Shmem:             25228 kB
Slab:             295888 kB
SReclaimable:     267932 kB
SUnreclaim:        27956 kB
KernelStack:        3792 kB
PageTables:        11096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3846364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2590720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:31:20