Trace number 4302835

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)641 252.109 239.635

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-1_c18.xml
MD5SUMe8035d4b0abecbc1a78dd1ff35d13fe4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark233
Best CPU time to get the best result obtained on this benchmark252.035
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints736
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":1},{"degree":7,"count":3},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":12},{"degree":11,"count":16},{"degree":12,"count":12},{"degree":13,"count":16},{"degree":14,"count":15},{"degree":15,"count":7},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":736}]
Number of extensional constraints0
Number of intensional constraints736
Distribution of constraint types[{"type":"intension","count":736}]
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.97/0.73	c Concrete v3.9.2.1532736233296 running
8.96/4.16	o 895
9.25/4.21	o 894
9.25/4.23	o 893
9.25/4.24	o 776
9.96/4.44	o 775
16.78/8.65	o 774
16.78/8.66	o 773
16.78/8.67	o 662
17.46/9.03	o 661
17.46/9.03	o 659
17.46/9.07	o 658
22.53/13.30	o 657
22.53/13.31	o 656
22.53/13.34	o 654
22.53/13.37	o 653
22.82/13.54	o 652
28.11/18.34	o 651
28.65/18.83	o 650
28.65/18.84	o 649
28.76/18.98	o 648
28.89/19.02	o 647
61.75/51.00	o 646
61.75/51.00	o 645
62.58/51.80	o 644
157.16/145.41	o 643
157.16/145.43	o 642
162.11/150.35	o 641
252.05/239.61	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.05/239.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.05/239.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.05/239.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.05/239.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.05/239.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.05/239.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.05/239.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/239.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/239.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/239.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.05/239.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.05/239.61		at scala.Option.map(Option.scala:146)
252.05/239.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.05/239.61		at concrete.MAC.mac(MAC.scala:203)
252.05/239.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/239.61		at scala.util.Try$.apply(Try.scala:209)
252.05/239.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/239.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/239.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/239.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/239.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/239.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/239.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/239.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/239.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/239.61		at concrete.MAC.oneRun(MAC.scala:253)
252.05/239.61		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/239.61		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/239.61		at concrete.Solver.hasNext(Solver.scala:166)
252.05/239.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/239.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/239.61		at concrete.Solver.foreach(Solver.scala:68)
252.05/239.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/239.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/239.61		at scala.util.Success.map(Try.scala:209)
252.05/239.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/239.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/239.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/239.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/239.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/239.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/239.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/239.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/239.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/239.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/239.61		at scala.App.main(App.scala:76)
252.05/239.61		at scala.App.main$(App.scala:74)
252.05/239.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/239.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/239.61	v <instantiation cost="641">
252.05/239.61	v       <list>
252.05/239.61	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.05/239.61	v       </list>
252.05/239.61	v       <values>
252.05/239.61	v         1 2 0 2 3 4 4 3 3 4 0 3 2 6 2 2 3 2 2 1 1 5 3 3 2 3 1 1 0 0 3 3 0 2 6 3 1 1 1 5 3 1 3 4 0 0 6 5 2 4 0 0 3 2 1 2 2 124 3 3 5 5 2 5 0 0 2 2 1 0 1 4 1 6 1 1 2 0 3 4 3 2 3 4 2 1 3 2 1 1 6 4 4 2 0 4 0 0 0 1 1 2 4 4 0 3 5 4 0 5 1 1 0 1 2 124 124 1 0 2 2 2 0 3 1
252.05/239.61	v       </values>
252.05/239.61	v     </instantiation>
252.05/239.61	s SATISFIABLE

Verifier Data

OK	641

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302835-1532895914/watcher-4302835-1532895914 -o /tmp/evaluation-result-4302835-1532895914/solver-4302835-1532895914 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1151925671 -superng HOME/instance-4302835-1532895914.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
Current StackSize limit: 8192 KiB

solver pid=27251, runsolver pid=27248

[startup+0.100059 s]*
/proc/loadavg: 2.14 2.34 2.13 3/206 27308
/proc/meminfo: memFree=25241644/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=10005480 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 4294 13416 0 0 1 0 5 2 20 0 6 0 107154683 10245611520 4649 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2501370 4649 1935 1 0 2489808 0
[pid=27251/tid=27304] ppid=27248 vsize=10005480 memory=4279135704014094991 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 2097 13416 0 0 1 0 5 2 20 0 6 0 107154691 10245611520 4649 33554432000 4194304 4196468 140730518075104 140639088661072 140639102136313 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 6 0 107154692 10245611520 4649 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=10005480 memory=140229189863040 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 6 0 107154692 10245611520 4649 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 6 0 107154692 10245611520 4649 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 6 0 107154692 10245611520 4649 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209904 s]*
/proc/loadavg: 2.14 2.34 2.13 3/215 27317
/proc/meminfo: memFree=25218620/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=10982696 memory=45648 CPUtime=0.25 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 8238 13416 0 0 17 1 5 2 20 0 15 0 107154683 11246280704 11412 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2745674 11412 2959 1 0 2708109 0
[pid=27251/tid=27304] ppid=27248 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 4763 13416 0 0 11 1 5 2 20 0 15 0 107154691 11246280704 11412 33554432000 4194304 4196468 140730518075104 140639088621968 140639116827603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246280704 11412 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=10982696 memory=3978562749777086112 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=10982696 memory=140229189863040 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 13 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246280704 11412 33554432000 4194304 4196468 140730518075104 140637965902752 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246280704 11412 33554432000 4194304 4196468 140730518075104 140637764576240 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 561 13416 0 0 1 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 67 13416 0 0 1 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=10982696 memory=140229189863040 CPUtime=0.1 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 627 13416 0 0 3 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=10982696 memory=140229189863040 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246280704 11412 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45648 KiB

[startup+0.310273 s]*
/proc/loadavg: 2.14 2.34 2.13 3/215 27317
/proc/meminfo: memFree=25208944/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=10983192 memory=57000 CPUtime=0.37 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 10281 13416 0 0 28 2 5 2 20 0 15 0 107154683 11246788608 14250 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2745798 14250 3091 1 0 2708109 0
[pid=27251/tid=27304] ppid=27248 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 6802 13416 0 0 20 2 5 2 20 0 15 0 107154691 11246788608 14250 33554432000 4194304 4196468 140730518075104 140639088636320 140639100904798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 14250 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 13 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 14250 33554432000 4194304 4196468 140730518075104 140637965902752 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 14250 33554432000 4194304 4196468 140730518075104 140637764576240 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 563 13416 0 0 1 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 67 13416 0 0 1 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=10983192 memory=140229189863040 CPUtime=0.12 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) R 27248 27251 22977 0 -1 4202560 633 13416 0 0 5 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638539586288 140639109061438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=10983192 memory=140229189863040 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 14250 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57000 KiB

[startup+0.700721 s]
/proc/loadavg: 2.14 2.34 2.13 3/215 27317
/proc/meminfo: memFree=25198896/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=10983192 memory=89560 CPUtime=0.97 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 16478 13416 0 0 86 4 5 2 20 0 15 0 107154683 11246788608 22390 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2745798 22390 3238 1 0 2708109 0
[pid=27251/tid=27304] ppid=27248 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 12071 13416 0 0 56 3 5 2 20 0 15 0 107154691 11246788608 22390 33554432000 4194304 4196468 140730518075104 140639088645136 140639097099513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 22390 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2 13416 0 0 0 0 5 2 20 0 15 0 107154692 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 6 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 13 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 22390 33554432000 4194304 4196468 140730518075104 140637965902752 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11246788608 22390 33554432000 4194304 4196468 140730518075104 140637764576240 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 809 13416 0 0 7 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=10983192 memory=140229071643728 CPUtime=0.16 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 700 13416 0 0 9 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=10983192 memory=142816252527246 CPUtime=0.19 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 674 13416 0 0 12 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154697 11246788608 22390 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89560 KiB

[startup+1.50074 s]
/proc/loadavg: 2.14 2.34 2.13 3/215 27317
/proc/meminfo: memFree=25153932/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=10998092 memory=181428 CPUtime=2.36 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 23594 13416 0 0 220 9 5 2 20 0 15 0 107154683 11262046208 45357 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2749523 45357 3468 1 0 2711181 0
[pid=27251/tid=27304] ppid=27248 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 17353 13416 0 0 130 5 5 2 20 0 15 0 107154691 11262046208 45357 33554432000 4194304 4196468 140730518075104 140639088639104 140638655834921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 49 13416 0 0 1 0 5 2 20 0 15 0 107154692 11262046208 45357 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 17 13416 0 0 1 0 5 2 20 0 15 0 107154692 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=10998092 memory=3040 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 173 13416 0 0 1 0 5 2 20 0 15 0 107154692 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=10998092 memory=89560 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 41 13416 0 0 0 0 5 2 20 0 15 0 107154692 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 66 13416 0 0 1 0 5 2 20 0 15 0 107154694 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 14 13416 0 0 0 0 5 2 20 0 15 0 107154694 11262046208 45357 33554432000 4194304 4196468 140730518075104 140637965902816 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11262046208 45357 33554432000 4194304 4196468 140730518075104 140637764576256 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=10998092 memory=4638778398332698720 CPUtime=0.27 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 1263 13416 0 0 20 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=10998092 memory=280458143767424 CPUtime=0.3 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 979 13416 0 0 23 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=10998092 memory=6944656592452807323 CPUtime=0.45 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 1439 13416 0 0 38 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154697 11262046208 45357 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB

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

/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 56410 13416 0 0 10140 20 5 2 20 0 15 0 107154691 11345952768 318638 33554432000 4194304 4196468 140730518075104 140639088656888 140638671224313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=11080032 memory=1274552 CPUtime=0.53 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 4087 13416 0 0 30 16 5 2 20 0 15 0 107154692 11345952768 318638 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=11080032 memory=1200 CPUtime=0.54 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 530 13416 0 0 31 16 5 2 20 0 15 0 107154692 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=11080032 memory=1315116 CPUtime=0.53 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 2050 13416 0 0 30 16 5 2 20 0 15 0 107154692 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=11080032 memory=1315116 CPUtime=0.54 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 682 13416 0 0 30 17 5 2 20 0 15 0 107154692 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=11080032 memory=1308944 CPUtime=0.14 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 5231 13416 0 0 6 1 5 2 20 0 15 0 107154694 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=11080032 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 14 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 318638 33554432000 4194304 4196468 140730518075104 140637965902816 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=11080032 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 318638 33554432000 4194304 4196468 140730518075104 140637764576256 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=11080032 memory=30808 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=11080032 memory=1315116 CPUtime=4.14 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 22023 13416 0 0 404 3 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=11080032 memory=2592 CPUtime=3.86 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 12135 13416 0 0 377 2 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=11080032 memory=1408 CPUtime=2.17 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 11712 13416 0 0 205 5 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=11080032 memory=65 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=11080032 memory=7236272382238879078 CPUtime=0.11 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 193 13416 0 0 2 2 5 2 20 0 15 0 107154697 11345952768 318638 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 113.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1274552 KiB

[startup+162.301 s]
/proc/loadavg: 1.69 2.10 2.08 3/215 27573
/proc/meminfo: memFree=24342180/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=11080032 memory=1044264 CPUtime=174.23 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 130664 13416 0 0 17311 105 5 2 20 0 15 0 107154683 11345952768 261066 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2770008 261066 3530 1 0 2731661 0
[pid=27251/tid=27304] ppid=27248 vsize=11080032 memory=1044264 CPUtime=161.59 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 58994 13416 0 0 16131 21 5 2 20 0 15 0 107154691 11345952768 261066 33554432000 4194304 4196468 140730518075104 140639088655168 140638672615874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.59 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 5154 13416 0 0 36 16 5 2 20 0 15 0 107154692 11345952768 261066 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.61 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 870 13416 0 0 38 16 5 2 20 0 15 0 107154692 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=11080032 memory=1157572 CPUtime=0.6 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 2241 13416 0 0 37 16 5 2 20 0 15 0 107154692 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.61 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 956 13416 0 0 37 17 5 2 20 0 15 0 107154692 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=11080032 memory=9920 CPUtime=0.15 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 5527 13416 0 0 7 1 5 2 20 0 15 0 107154694 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=11080032 memory=1284396 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 14 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 261066 33554432000 4194304 4196468 140730518075104 140637965902816 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=11080032 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 261066 33554432000 4194304 4196468 140730518075104 140637764576256 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=11080032 memory=4136 CPUtime=4.29 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 24566 13416 0 0 419 3 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=11080032 memory=1428 CPUtime=3.95 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 14748 13416 0 0 386 2 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=11080032 memory=8512 CPUtime=2.22 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 15180 13416 0 0 210 5 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=11080032 memory=1044264 CPUtime=0.14 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 215 13416 0 0 3 4 5 2 20 0 15 0 107154697 11345952768 261066 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 174.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1044264 KiB

[startup+222.301 s]
/proc/loadavg: 1.42 1.96 2.03 3/215 27575
/proc/meminfo: memFree=24687668/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=11080032 memory=865216 CPUtime=234.68 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 141779 13416 0 0 23351 110 5 2 20 0 15 0 107154683 11345952768 216304 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2770008 216304 3530 1 0 2731661 0
[pid=27251/tid=27304] ppid=27248 vsize=11080032 memory=902164 CPUtime=221.45 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 60684 13416 0 0 22117 21 5 2 20 0 15 0 107154691 11345952768 216304 33554432000 4194304 4196468 140730518075104 140639088657728 140638671964217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=11080032 memory=899072 CPUtime=0.68 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 5388 13416 0 0 45 16 5 2 20 0 15 0 107154692 11345952768 216304 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=11080032 memory=910884 CPUtime=0.71 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 973 13416 0 0 47 17 5 2 20 0 15 0 107154692 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=11080032 memory=902164 CPUtime=0.7 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 2341 13416 0 0 46 17 5 2 20 0 15 0 107154692 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=11080032 memory=880092 CPUtime=0.7 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2579 13416 0 0 46 17 5 2 20 0 15 0 107154692 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=11080032 memory=880092 CPUtime=0.17 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 5801 13416 0 0 8 2 5 2 20 0 15 0 107154694 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=11080032 memory=865216 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 14 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 216304 33554432000 4194304 4196468 140730518075104 140637965902816 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=11080032 memory=865216 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 216304 33554432000 4194304 4196468 140730518075104 140637764576256 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=11080032 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=11080032 memory=884708 CPUtime=4.33 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 27033 13416 0 0 423 3 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=11080032 memory=884708 CPUtime=4.02 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 16599 13416 0 0 392 3 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=11080032 memory=880092 CPUtime=2.24 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 17910 13416 0 0 212 5 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=11080032 memory=973996 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=11080032 memory=880092 CPUtime=0.18 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 258 13416 0 0 5 6 5 2 20 0 15 0 107154697 11345952768 216304 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 234.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 865216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.601 s]
/proc/loadavg: 1.36 1.91 2.02 3/215 27576
/proc/meminfo: memFree=24824240/32770624 swapFree=67108792/67108860
[pid=27251] ppid=27248 vsize=11080032 memory=810324 CPUtime=252.05 cores=1,3,5,7
/proc/27251/stat : 27251 (java) S 27248 27251 22977 0 -1 1077944320 142403 13416 0 0 25088 110 5 2 20 0 15 0 107154683 11345952768 202581 33554432000 4194304 4196468 140730518075104 140730518057648 140639116824311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
/proc/27251/statm: 2770008 202581 3530 1 0 2731661 0
[pid=27251/tid=27304] ppid=27248 vsize=11080032 memory=841616 CPUtime=238.73 cores=1,3,5,7
/proc/27251/task/27304/stat : 27304 (java) R 27248 27251 22977 0 -1 4202560 61226 13416 0 0 23845 21 5 2 20 0 15 0 107154691 11345952768 202581 33554432000 4194304 4196468 140730518075104 140639088658176 140638672615931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27305] ppid=27248 vsize=11080032 memory=6791534058613427641 CPUtime=0.71 cores=1,3,5,7
/proc/27251/task/27305/stat : 27305 (java) S 27248 27251 22977 0 -1 1077944384 5391 13416 0 0 47 17 5 2 20 0 15 0 107154692 11345952768 202581 33554432000 4194304 4196468 140730518075104 140639121066768 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27306] ppid=27248 vsize=11080032 memory=3936874399489 CPUtime=0.73 cores=1,3,5,7
/proc/27251/task/27306/stat : 27306 (java) S 27248 27251 22977 0 -1 1077944384 977 13416 0 0 49 17 5 2 20 0 15 0 107154692 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638975785872 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27307] ppid=27248 vsize=11080032 memory=4155917731585 CPUtime=0.72 cores=1,3,5,7
/proc/27251/task/27307/stat : 27307 (java) S 27248 27251 22977 0 -1 1077944384 2352 13416 0 0 48 17 5 2 20 0 15 0 107154692 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638974733328 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27308] ppid=27248 vsize=11080032 memory=4164507666177 CPUtime=0.72 cores=1,3,5,7
/proc/27251/task/27308/stat : 27308 (java) S 27248 27251 22977 0 -1 1077944384 2586 13416 0 0 48 17 5 2 20 0 15 0 107154692 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638973680784 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27309] ppid=27248 vsize=11080032 memory=4233227142657 CPUtime=0.18 cores=1,3,5,7
/proc/27251/task/27309/stat : 27309 (java) S 27248 27251 22977 0 -1 1077944384 5801 13416 0 0 9 2 5 2 20 0 15 0 107154694 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638542743536 140639116835458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27310] ppid=27248 vsize=11080032 memory=4357781194241 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27310/stat : 27310 (java) S 27248 27251 22977 0 -1 1077944384 14 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 202581 33554432000 4194304 4196468 140730518075104 140637965902816 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27311] ppid=27248 vsize=11080032 memory=5126580339969 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27311/stat : 27311 (java) S 27248 27251 22977 0 -1 1077944384 1 13416 0 0 0 0 5 2 20 0 15 0 107154694 11345952768 202581 33554432000 4194304 4196468 140730518075104 140637764576256 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27312] ppid=27248 vsize=11080032 memory=30812 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27312/stat : 27312 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140637457176784 140639116842907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27313] ppid=27248 vsize=11080032 memory=1292 CPUtime=4.34 cores=1,3,5,7
/proc/27251/task/27313/stat : 27313 (java) S 27248 27251 22977 0 -1 1077944384 27046 13416 0 0 424 3 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638541691376 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27314] ppid=27248 vsize=11080032 memory=2436 CPUtime=4.02 cores=1,3,5,7
/proc/27251/task/27314/stat : 27314 (java) S 27248 27251 22977 0 -1 1077944384 16610 13416 0 0 392 3 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638540638832 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27315] ppid=27248 vsize=11080032 memory=1728 CPUtime=2.24 cores=1,3,5,7
/proc/27251/task/27315/stat : 27315 (java) S 27248 27251 22977 0 -1 1077944384 17943 13416 0 0 212 5 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638539586288 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27316] ppid=27248 vsize=11080032 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/27251/task/27316/stat : 27316 (java) S 27248 27251 22977 0 -1 1077944384 3 13416 0 0 0 0 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140637026380896 140639116834517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
[pid=27251/tid=27317] ppid=27248 vsize=11080032 memory=5760 CPUtime=0.18 cores=1,3,5,7
/proc/27251/task/27317/stat : 27317 (java) S 27248 27251 22977 0 -1 1077944384 258 13416 0 0 5 6 5 2 20 0 15 0 107154697 11345952768 202581 33554432000 4194304 4196468 140730518075104 140638538533168 140639116835458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20389888 140730518084200 140730518087009 140730518087009 140730518089679 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 810324 KiB

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

[startup+239.635 s]
# the end of solver process 27251 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.958 s, system=1.15139 s

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

Child status: 143
Real time (s): 239.635
CPU time (s): 252.109
CPU user time (s): 250.958
CPU system time (s): 1.15139
CPU usage (%): 105.206
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 1315116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.958
system time used= 1.15139
maximum resident set size= 1323308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156777
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= 14952
involuntary context switches= 252


# summary of solver processes directly reported to runsolver:
#   pid: 27251
#   total CPU time (s): 252.109
#   total CPU user time (s): 250.958
#   total CPU system time (s): 1.15139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25175 second user time and 2.4985 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:25:14
IDJOB=4302835
IDBENCH=141215
IDSOLVER=2777
FILE ID=node150/4302835-1532895914
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302835-1532895914/watcher-4302835-1532895914 -o /tmp/evaluation-result-4302835-1532895914/solver-4302835-1532895914 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1151925671 -superng HOME/instance-4302835-1532895914.xml

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

MD5SUM BENCH= e8035d4b0abecbc1a78dd1ff35d13fe4
RANDOM SEED=1151925671

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25252132 kB
MemAvailable:   29068732 kB
Buffers:          224176 kB
Cached:          3835284 kB
SwapCached:           32 kB
Active:          4394020 kB
Inactive:        2585128 kB
Active(anon):    2871372 kB
Inactive(anon):    76188 kB
Active(file):    1522648 kB
Inactive(file):  2508940 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26636 kB
Writeback:             0 kB
AnonPages:       2927576 kB
Mapped:            58052 kB
Shmem:             25156 kB
Slab:             230576 kB
SReclaimable:     201692 kB
SUnreclaim:        28884 kB
KernelStack:        3504 kB
PageTables:        11172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3855896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2682880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55292 MiB
End job on node150 at 2018-07-29 22:29:14