Trace number 4302833

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)73 252.06 238.236

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-4_c18.xml
MD5SUMce812152122c21d5982c9c6047fc1378
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark252.06
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of constraints593
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":93}]
Minimum variable degree7
Maximum variable degree33
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":8},{"degree":11,"count":9},{"degree":12,"count":9},{"degree":13,"count":7},{"degree":14,"count":10},{"degree":15,"count":4},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":33,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":593}]
Number of extensional constraints0
Number of intensional constraints593
Distribution of constraint types[{"type":"intension","count":593}]
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.74	c Concrete v3.9.2.1532736233296 running
10.69/4.73	o 582
10.69/4.78	o 491
10.69/4.80	o 490
11.03/4.82	o 489
11.03/4.83	o 488
11.03/4.84	o 400
11.03/4.86	o 399
11.03/4.87	o 398
11.03/4.88	o 309
12.09/5.19	o 308
12.09/5.19	o 307
12.38/5.20	o 306
12.38/5.20	o 305
12.38/5.20	o 304
12.38/5.21	o 303
12.38/5.21	o 302
12.38/5.22	o 301
12.38/5.22	o 300
12.38/5.23	o 299
12.38/5.23	o 297
12.38/5.24	o 296
12.38/5.25	o 295
13.32/5.50	o 294
13.32/5.50	o 293
13.32/5.50	o 283
13.32/5.52	o 282
13.32/5.52	o 281
13.32/5.52	o 280
13.32/5.53	o 279
13.63/5.64	o 197
13.63/5.65	o 196
13.63/5.65	o 195
13.63/5.69	o 194
13.94/5.70	o 193
13.94/5.70	o 191
13.94/5.73	o 190
14.59/6.07	o 189
14.59/6.07	o 188
14.59/6.07	o 187
14.59/6.08	o 186
14.75/6.12	o 185
14.75/6.15	o 95
14.75/6.16	o 94
14.75/6.16	o 93
14.98/6.29	o 92
15.19/6.30	o 91
15.41/6.44	o 90
15.41/6.44	o 89
16.40/7.15	o 84
16.40/7.16	o 83
79.52/67.41	o 82
92.72/80.50	o 81
92.72/80.51	o 80
96.65/84.46	o 79
153.03/140.54	o 78
153.03/140.55	o 77
153.03/140.55	o 76
153.03/140.55	o 74
153.03/140.56	o 73
252.00/238.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/238.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/238.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/238.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/238.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/238.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/238.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.00/238.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/238.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/238.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/238.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/238.20		at scala.Option.map(Option.scala:146)
252.00/238.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/238.20		at concrete.MAC.mac(MAC.scala:203)
252.00/238.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/238.20		at scala.util.Try$.apply(Try.scala:209)
252.00/238.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/238.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/238.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/238.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/238.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/238.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/238.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/238.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/238.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/238.20		at concrete.MAC.oneRun(MAC.scala:253)
252.00/238.20		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/238.20		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/238.20		at concrete.Solver.hasNext(Solver.scala:166)
252.00/238.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/238.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/238.20		at concrete.Solver.foreach(Solver.scala:68)
252.00/238.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/238.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/238.20		at scala.util.Success.map(Try.scala:209)
252.00/238.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/238.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/238.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/238.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/238.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/238.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/238.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/238.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/238.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/238.20		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/238.20		at scala.App.main(App.scala:76)
252.00/238.20		at scala.App.main$(App.scala:74)
252.00/238.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/238.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/238.21	v <instantiation cost="73">
252.00/238.21	v       <list>
252.00/238.21	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]
252.00/238.21	v       </list>
252.00/238.21	v       <values>
252.00/238.21	v         3 0 3 4 0 0 4 0 3 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 3 0 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2
252.00/238.21	v       </values>
252.00/238.21	v     </instantiation>
252.00/238.21	s SATISFIABLE

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302833-1532895942/watcher-4302833-1532895942 -o /tmp/evaluation-result-4302833-1532895942/solver-4302833-1532895942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1020403273 -superng HOME/instance-4302833-1532895942.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=17776, runsolver pid=17773
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.66 1.83 1.90 3/206 17833
/proc/meminfo: memFree=20133100/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=10005480 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 4238 13187 0 0 1 0 4 3 20 0 6 0 107157368 10245611520 4583 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2501370 4583 1931 1 0 2489808 0
[pid=17776/tid=17829] ppid=17773 vsize=10005480 memory=4279135703946592399 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 2048 13187 0 0 0 0 4 3 20 0 6 0 107157377 10245611520 4583 33554432000 4194304 4196468 140726566723312 140320259359312 140320287544477 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107157378 10245611520 4583 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=10005480 memory=140463768778368 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107157378 10245611520 4583 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107157378 10245611520 4583 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 6 0 107157378 10245611520 4583 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209968 s]*
/proc/loadavg: 1.66 1.83 1.90 3/215 17842
/proc/meminfo: memFree=20106812/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=10982744 memory=46272 CPUtime=0.25 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 7788 13187 0 0 16 2 4 3 20 0 15 0 107157368 11246329856 11568 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2745686 11568 2945 1 0 2708109 0
[pid=17776/tid=17829] ppid=17773 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 4345 13187 0 0 10 1 4 3 20 0 15 0 107157377 11246329856 11568 33554432000 4194304 4196468 140726566723312 140320259300512 140320271603038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246329856 11568 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=10982744 memory=3691180327357560480 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246329856 11568 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246329856 11568 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246329856 11568 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=10982744 memory=140463768778368 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107157379 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319131690016 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246329856 11568 33554432000 4194304 4196468 140726566723312 140318930363248 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11246329856 11568 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 431 13187 0 0 1 0 4 3 20 0 15 0 107157382 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 191 13187 0 0 1 0 4 3 20 0 15 0 107157382 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=10982744 memory=140463768778368 CPUtime=0.1 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 609 13187 0 0 3 0 4 3 20 0 15 0 107157382 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246329856 11568 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=10982744 memory=140463768778368 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246329856 11568 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46272 KiB

[startup+0.3103 s]*
/proc/loadavg: 1.66 1.83 1.90 3/215 17842
/proc/meminfo: memFree=20095772/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=10983192 memory=56944 CPUtime=0.38 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 10285 13187 0 0 28 3 4 3 20 0 15 0 107157368 11246788608 14236 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2745798 14236 3064 1 0 2708109 0
[pid=17776/tid=17829] ppid=17773 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 6836 13187 0 0 19 2 4 3 20 0 15 0 107157377 11246788608 14236 33554432000 4194304 4196468 140726566723312 140320259334560 140320271603038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 14236 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 14236 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 14236 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 14236 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107157379 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319131690016 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246788608 14236 33554432000 4194304 4196468 140726566723312 140318930363248 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11246788608 14236 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 431 13187 0 0 1 0 4 3 20 0 15 0 107157382 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 192 13187 0 0 1 0 4 3 20 0 15 0 107157382 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=10983192 memory=140463768778368 CPUtime=0.12 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 615 13187 0 0 5 0 4 3 20 0 15 0 107157382 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246788608 14236 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=10983192 memory=140463768778368 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246788608 14236 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56944 KiB

[startup+0.700785 s]
/proc/loadavg: 1.66 1.83 1.90 3/215 17842
/proc/meminfo: memFree=20084732/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=10983192 memory=89408 CPUtime=0.97 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 16392 13187 0 0 86 4 4 3 20 0 15 0 107157368 11246788608 22352 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2745798 22352 3246 1 0 2708109 0
[pid=17776/tid=17829] ppid=17773 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 11869 13187 0 0 56 3 4 3 20 0 15 0 107157377 11246788608 22352 33554432000 4194304 4196468 140726566723312 140320259343376 140320267797881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 22352 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 22352 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=10983192 memory=487 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 22352 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107157378 11246788608 22352 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 5 13187 0 0 0 0 4 3 20 0 15 0 107157379 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319131690016 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11246788608 22352 33554432000 4194304 4196468 140726566723312 140318930363248 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11246788608 22352 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 1026 13187 0 0 9 0 4 3 20 0 15 0 107157382 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 608 13187 0 0 7 0 4 3 20 0 15 0 107157382 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 667 13187 0 0 13 0 4 3 20 0 15 0 107157382 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246788608 22352 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157383 11246788608 22352 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89408 KiB

[startup+1.50066 s]
/proc/loadavg: 1.69 1.83 1.90 3/215 17842
/proc/meminfo: memFree=20039604/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=10998092 memory=179876 CPUtime=2.36 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 23440 13187 0 0 220 9 4 3 20 0 15 0 107157368 11262046208 44969 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2749523 44969 3468 1 0 2711181 0
[pid=17776/tid=17829] ppid=17773 vsize=10998092 memory=4951091520830867572 CPUtime=1.42 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 17109 13187 0 0 130 5 4 3 20 0 15 0 107157377 11262046208 44969 33554432000 4194304 4196468 140726566723312 140320259337344 140320287534486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=10998092 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 22 13187 0 0 1 0 4 3 20 0 15 0 107157378 11262046208 44969 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=10998092 memory=-5153075247759266159 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 192 13187 0 0 0 0 4 3 20 0 15 0 107157378 11262046208 44969 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=10998092 memory=-7451308713192303766 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 54 13187 0 0 1 0 4 3 20 0 15 0 107157378 11262046208 44969 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=10998092 memory=117228 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 28 13187 0 0 0 0 4 3 20 0 15 0 107157378 11262046208 44969 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 51 13187 0 0 1 0 4 3 20 0 15 0 107157379 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107157380 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319131690080 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=10998092 memory=280927234228512 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11262046208 44969 33554432000 4194304 4196468 140726566723312 140318930363264 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=10998092 memory=280927234643456 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11262046208 44969 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=10998092 memory=140463617123968 CPUtime=0.25 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 1213 13187 0 0 18 0 4 3 20 0 15 0 107157382 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=10998092 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) R 17773 17776 12222 0 -1 1077944384 1193 13187 0 0 26 0 4 3 20 0 15 0 107157382 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=10998092 memory=1200 CPUtime=0.44 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 1365 13187 0 0 37 0 4 3 20 0 15 0 107157382 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=10998092 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11262046208 44969 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=10998092 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157383 11262046208 44969 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB

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

/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 51280 13187 0 0 10158 17 4 3 20 0 15 0 107157377 11343855616 217257 33554432000 4194304 4196468 140726566723312 140320259356528 140319833559080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=11077984 memory=27 CPUtime=0.36 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 1757 13187 0 0 22 7 4 3 20 0 15 0 107157378 11343855616 217257 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=11077984 memory=816640 CPUtime=0.35 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 4625 13187 0 0 21 7 4 3 20 0 15 0 107157378 11343855616 217257 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=11077984 memory=56 CPUtime=0.34 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 1996 13187 0 0 20 7 4 3 20 0 15 0 107157378 11343855616 217257 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=11077984 memory=4012 CPUtime=0.34 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 516 13187 0 0 20 7 4 3 20 0 15 0 107157378 11343855616 217257 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=11077984 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 8994 13187 0 0 8 1 4 3 20 0 15 0 107157379 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319131690144 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=11077984 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 217257 33554432000 4194304 4196468 140726566723312 140318930363264 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=11077984 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11343855616 217257 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=11077984 memory=0 CPUtime=4.51 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 15899 13187 0 0 442 2 4 3 20 0 15 0 107157382 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=11077984 memory=0 CPUtime=4.96 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 17901 13187 0 0 487 2 4 3 20 0 15 0 107157382 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=11077984 memory=883392 CPUtime=2.2 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 12401 13187 0 0 210 3 4 3 20 0 15 0 107157382 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=11077984 memory=883392 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11343855616 217257 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=11077984 memory=872104 CPUtime=0.12 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 429 13187 0 0 2 3 4 3 20 0 15 0 107157383 11343855616 217257 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 114.66 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 869028 KiB

[startup+162.301 s]
/proc/loadavg: 1.79 1.85 1.90 3/215 18100
/proc/meminfo: memFree=21311116/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=11077984 memory=758612 CPUtime=175.49 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 134893 13187 0 0 17477 65 4 3 20 0 15 0 107157368 11343855616 189653 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2769496 189653 3532 1 0 2731149 0
[pid=17776/tid=17829] ppid=17773 vsize=11077984 memory=764256 CPUtime=161.76 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 52928 13187 0 0 16151 18 4 3 20 0 15 0 107157377 11343855616 189653 33554432000 4194304 4196468 140726566723312 140320259357312 140319833557526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=11077984 memory=759128 CPUtime=0.39 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 2300 13187 0 0 25 7 4 3 20 0 15 0 107157378 11343855616 189653 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=11077984 memory=763744 CPUtime=0.39 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 5713 13187 0 0 25 7 4 3 20 0 15 0 107157378 11343855616 189653 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=11077984 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 2151 13187 0 0 24 8 4 3 20 0 15 0 107157378 11343855616 189653 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=11077984 memory=11 CPUtime=0.38 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 564 13187 0 0 24 7 4 3 20 0 15 0 107157378 11343855616 189653 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=11077984 memory=759128 CPUtime=0.18 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 9292 13187 0 0 10 1 4 3 20 0 15 0 107157379 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=11077984 memory=769356 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319131690144 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=11077984 memory=2396 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 189653 33554432000 4194304 4196468 140726566723312 140318930363264 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=11077984 memory=1300 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11343855616 189653 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=11077984 memory=769868 CPUtime=4.67 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 19951 13187 0 0 458 2 4 3 20 0 15 0 107157382 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=11077984 memory=1008 CPUtime=5.47 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 24665 13187 0 0 537 3 4 3 20 0 15 0 107157382 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=11077984 memory=759128 CPUtime=2.23 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 14646 13187 0 0 212 4 4 3 20 0 15 0 107157382 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=11077984 memory=763744 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11343855616 189653 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=11077984 memory=759128 CPUtime=0.14 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 471 13187 0 0 3 4 4 3 20 0 15 0 107157383 11343855616 189653 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 175.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 758612 KiB

[startup+222.301 s]
/proc/loadavg: 1.53 1.77 1.87 3/215 18101
/proc/meminfo: memFree=21485504/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=11077984 memory=718648 CPUtime=236 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 143637 13187 0 0 23524 69 4 3 20 0 15 0 107157368 11343855616 179662 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2769496 179662 3532 1 0 2731149 0
[pid=17776/tid=17829] ppid=17773 vsize=11077984 memory=719648 CPUtime=221.64 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 53703 13187 0 0 22139 18 4 3 20 0 15 0 107157377 11343855616 179662 33554432000 4194304 4196468 140726566723312 140320259357200 140319833559127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=11077984 memory=719136 CPUtime=0.46 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 2369 13187 0 0 31 8 4 3 20 0 15 0 107157378 11343855616 179662 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=11077984 memory=719160 CPUtime=0.45 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 6859 13187 0 0 30 8 4 3 20 0 15 0 107157378 11343855616 179662 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=11077984 memory=721700 CPUtime=0.44 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 2212 13187 0 0 29 8 4 3 20 0 15 0 107157378 11343855616 179662 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=11077984 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 663 13187 0 0 29 8 4 3 20 0 15 0 107157378 11343855616 179662 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=11077984 memory=751960 CPUtime=0.23 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 9336 13187 0 0 14 2 4 3 20 0 15 0 107157379 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=11077984 memory=719160 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319131690144 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=11077984 memory=720164 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 179662 33554432000 4194304 4196468 140726566723312 140318930363264 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=11077984 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11343855616 179662 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=11077984 memory=719136 CPUtime=4.93 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 23962 13187 0 0 483 3 4 3 20 0 15 0 107157382 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=11077984 memory=719136 CPUtime=5.52 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 25510 13187 0 0 542 3 4 3 20 0 15 0 107157382 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=11077984 memory=719160 CPUtime=2.25 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 16264 13187 0 0 214 4 4 3 20 0 15 0 107157382 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=11077984 memory=719160 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11343855616 179662 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=11077984 memory=719160 CPUtime=0.18 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 547 13187 0 0 5 6 4 3 20 0 15 0 107157383 11343855616 179662 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 236 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 718648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.201 s]
/proc/loadavg: 1.42 1.74 1.85 3/215 18101
/proc/meminfo: memFree=21528528/32770624 swapFree=67108404/67108860
[pid=17776] ppid=17773 vsize=11077984 memory=715572 CPUtime=252 cores=1,3,5,7
/proc/17776/stat : 17776 (java) S 17773 17776 12222 0 -1 1077944320 144818 13187 0 0 25123 70 4 3 20 0 15 0 107157368 11343855616 178893 33554432000 4194304 4196468 140726566723312 140726566705856 140320287522551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
/proc/17776/statm: 2769496 178893 3532 1 0 2731149 0
[pid=17776/tid=17829] ppid=17773 vsize=11077984 memory=288230583166042426 CPUtime=237.5 cores=1,3,5,7
/proc/17776/task/17829/stat : 17829 (java) R 17773 17776 12222 0 -1 4202560 53730 13187 0 0 23725 18 4 3 20 0 15 0 107157377 11343855616 178893 33554432000 4194304 4196468 140726566723312 140320259357920 140319836909248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17830] ppid=17773 vsize=11077984 memory=15255930832947754 CPUtime=0.48 cores=1,3,5,7
/proc/17776/task/17830/stat : 17830 (java) S 17773 17776 12222 0 -1 1077944384 2388 13187 0 0 33 8 4 3 20 0 15 0 107157378 11343855616 178893 33554432000 4194304 4196468 140726566723312 140320291765392 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17831] ppid=17773 vsize=11077984 memory=2244 CPUtime=0.47 cores=1,3,5,7
/proc/17776/task/17831/stat : 17831 (java) S 17773 17776 12222 0 -1 1077944384 6891 13187 0 0 32 8 4 3 20 0 15 0 107157378 11343855616 178893 33554432000 4194304 4196468 140726566723312 140320146484240 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17832] ppid=17773 vsize=11077984 memory=4124 CPUtime=0.46 cores=1,3,5,7
/proc/17776/task/17832/stat : 17832 (java) S 17773 17776 12222 0 -1 1077944384 2255 13187 0 0 31 8 4 3 20 0 15 0 107157378 11343855616 178893 33554432000 4194304 4196468 140726566723312 140320145431440 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17833] ppid=17773 vsize=11077984 memory=6791534058613427641 CPUtime=0.46 cores=1,3,5,7
/proc/17776/task/17833/stat : 17833 (java) S 17773 17776 12222 0 -1 1077944384 700 13187 0 0 31 8 4 3 20 0 15 0 107157378 11343855616 178893 33554432000 4194304 4196468 140726566723312 140320144378640 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17834] ppid=17773 vsize=11077984 memory=4126316290023845779 CPUtime=0.25 cores=1,3,5,7
/proc/17776/task/17834/stat : 17834 (java) S 17773 17776 12222 0 -1 1077944384 9347 13187 0 0 16 2 4 3 20 0 15 0 107157379 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319712545136 140320287533698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17835] ppid=17773 vsize=11077984 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17835/stat : 17835 (java) S 17773 17776 12222 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319131690144 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17836] ppid=17773 vsize=11077984 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17836/stat : 17836 (java) S 17773 17776 12222 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107157380 11343855616 178893 33554432000 4194304 4196468 140726566723312 140318930363264 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17837] ppid=17773 vsize=11077984 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17837/stat : 17837 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157382 11343855616 178893 33554432000 4194304 4196468 140726566723312 140318622963536 140320287541147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17838] ppid=17773 vsize=11077984 memory=17480 CPUtime=4.94 cores=1,3,5,7
/proc/17776/task/17838/stat : 17838 (java) S 17773 17776 12222 0 -1 1077944384 24233 13187 0 0 484 3 4 3 20 0 15 0 107157382 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319711492976 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17839] ppid=17773 vsize=11077984 memory=33 CPUtime=5.54 cores=1,3,5,7
/proc/17776/task/17839/stat : 17839 (java) S 17773 17776 12222 0 -1 1077944384 26165 13187 0 0 544 3 4 3 20 0 15 0 107157382 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319710440176 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17840] ppid=17773 vsize=11077984 memory=5792310162680146792 CPUtime=2.26 cores=1,3,5,7
/proc/17776/task/17840/stat : 17840 (java) S 17773 17776 12222 0 -1 1077944384 16345 13187 0 0 215 4 4 3 20 0 15 0 107157382 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319709387376 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17841] ppid=17773 vsize=11077984 memory=5931348922683060075 CPUtime=0.07 cores=1,3,5,7
/proc/17776/task/17841/stat : 17841 (java) S 17773 17776 12222 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107157383 11343855616 178893 33554432000 4194304 4196468 140726566723312 140318192167648 140320287532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
[pid=17776/tid=17842] ppid=17773 vsize=11077984 memory=5372 CPUtime=0.18 cores=1,3,5,7
/proc/17776/task/17842/stat : 17842 (java) S 17773 17776 12222 0 -1 1077944384 552 13187 0 0 5 6 4 3 20 0 15 0 107157383 11343855616 178893 33554432000 4194304 4196468 140726566723312 140319708334768 140320287533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29675520 140726566730344 140726566733153 140726566733153 140726566735823 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 715572 KiB

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

[startup+238.236 s]
# the end of solver process 17776 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.306 s, system=0.754098 s

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

Child status: 143
Real time (s): 238.236
CPU time (s): 252.06
CPU user time (s): 251.306
CPU system time (s): 0.754098
CPU usage (%): 105.803
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 965456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.306
system time used= 0.754098
maximum resident set size= 968028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16202
involuntary context switches= 276


# summary of solver processes directly reported to runsolver:
#   pid: 17776
#   total CPU time (s): 252.06
#   total CPU user time (s): 251.306
#   total CPU system time (s): 0.754098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54812 second user time and 2.17975 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:25:42
IDJOB=4302833
IDBENCH=141217
IDSOLVER=2777
FILE ID=node148/4302833-1532895942
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302833-1532895942/watcher-4302833-1532895942 -o /tmp/evaluation-result-4302833-1532895942/solver-4302833-1532895942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1020403273 -superng HOME/instance-4302833-1532895942.xml

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

MD5SUM BENCH= ce812152122c21d5982c9c6047fc1378
RANDOM SEED=1020403273

node148.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.50
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.50
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.50
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.50
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:        20138480 kB
MemAvailable:   28185072 kB
Buffers:          247188 kB
Cached:          7949856 kB
SwapCached:          352 kB
Active:          5616416 kB
Inactive:        6374616 kB
Active(anon):    3747344 kB
Inactive(anon):    74228 kB
Active(file):    1869072 kB
Inactive(file):  6300388 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             16400 kB
Writeback:          3492 kB
AnonPages:       3800276 kB
Mapped:            57920 kB
Shmem:             25016 kB
Slab:             334384 kB
SReclaimable:     305592 kB
SUnreclaim:        28792 kB
KernelStack:        3616 kB
PageTables:        13100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4696316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3563520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:29:41