Trace number 4293657

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)413 2520.12 2493.94

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 benchmark229
Best CPU time to get the best result obtained on this benchmark2520.12
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.99/0.74	c Concrete v3.8.1528841891564 running
8.86/4.19	o 900
9.17/4.25	o 899
9.17/4.27	o 779
9.17/4.28	o 776
9.17/4.29	o 775
9.53/4.30	o 657
9.53/4.31	o 655
11.81/5.05	o 654
11.81/5.06	o 653
12.85/5.47	o 652
12.85/5.49	o 651
12.85/5.49	o 649
15.83/7.74	o 648
19.67/10.86	o 647
19.67/10.87	o 560
19.67/10.87	o 558
19.67/10.87	o 557
19.67/10.88	o 555
19.67/10.89	o 554
19.85/10.90	o 553
19.85/10.90	o 552
19.85/10.91	o 551
19.85/10.91	o 548
19.85/10.94	o 544
19.85/10.96	o 543
19.85/10.97	o 542
20.46/11.31	o 541
20.58/11.45	o 540
20.58/11.46	o 539
20.58/11.46	o 538
20.58/11.49	o 537
20.58/11.49	o 534
20.75/11.51	o 532
20.75/11.59	o 531
20.96/11.78	o 530
20.96/11.79	o 529
20.96/11.79	o 528
20.96/11.79	o 527
66.90/56.24	o 526
67.25/56.57	o 525
67.35/56.61	o 524
69.79/59.02	o 522
69.79/59.02	o 521
133.20/121.90	o 520
133.20/121.95	o 519
133.20/122.01	o 430
133.32/122.01	o 429
133.32/122.01	o 426
133.32/122.03	o 425
133.32/122.03	o 423
133.32/122.04	o 422
133.32/122.05	o 420
133.32/122.07	o 419
133.32/122.08	o 418
133.32/122.08	o 416
133.45/122.11	o 415
136.57/125.12	o 414
136.57/125.12	o 413
2520.06/2493.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2493.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2493.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2493.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2493.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2493.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2493.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2493.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2493.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2493.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2493.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2493.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2493.91		at scala.Option.map(Option.scala:146)
2520.06/2493.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2493.91		at concrete.MAC.mac(MAC.scala:203)
2520.06/2493.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2493.91		at scala.util.Try$.apply(Try.scala:209)
2520.06/2493.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2493.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2493.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2493.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2493.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2493.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2493.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2493.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2493.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2493.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2493.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2493.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2493.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2493.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2493.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2493.91		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2493.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2493.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2493.91		at scala.util.Success.map(Try.scala:209)
2520.06/2493.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2493.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2493.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2493.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2493.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2493.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2493.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2493.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2493.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2493.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2493.91		at scala.App.main(App.scala:76)
2520.06/2493.91		at scala.App.main$(App.scala:74)
2520.06/2493.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2493.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2493.92	v <instantiation cost="413">
2520.06/2493.92	v       <list>
2520.06/2493.92	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124]
2520.06/2493.92	v       </list>
2520.06/2493.92	v       <values>
2520.06/2493.92	v         1 2 5 3 4 4 1 5 2 5 3 4 2 5 4 3 4 3 2 2 0 3 1 3 4 0 1 1 2 0 2 5 3 1 2 0 4 0 1 3 0 0 0 0 5 3 1 1 3 4 3 0 4 0 2 3 2 1 5 1 3 1 4 4 3 0 0 5 1 0 4 2 0 6 2 4 0 5 0 6 4 2 3 1 1 0 1 2 4 2 1 2 2 3 4 4 3 0 5 0 4 3 2 0 4 5 4 5 0 2 5 2 0 4 3 3 1 124 0 2 1 2 0 5 0
2520.06/2493.92	v       </values>
2520.06/2493.92	v     </instantiation>
2520.06/2493.92	s SATISFIABLE

Verifier Data

OK	413

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293657-1532321469/watcher-4293657-1532321469 -o /tmp/evaluation-result-4293657-1532321469/solver-4293657-1532321469 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=884847031 -superng HOME/instance-4293657-1532321469.xml 

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

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


[startup+0.100064 s]*
/proc/loadavg: 1.13 1.36 1.61 6/210 21685
/proc/meminfo: memFree=18056148/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=9972712 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 4323 13156 0 0 1 0 5 2 20 0 6 0 49710127 10212057088 4203 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2493178 4203 1934 1 0 2481616 0
[pid=21628/tid=21681] ppid=21625 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 2165 13156 0 0 0 0 5 2 20 0 6 0 49710136 10212057088 4203 33554432000 4194304 4196468 140735054376992 140682552840784 140682565084510 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=9972712 memory=5793855669207976377 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 49710137 10212057088 4203 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=9972712 memory=140418198083200 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 49710137 10212057088 4203 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 6 0 49710137 10212057088 4203 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 6 0 49710137 10212057088 4203 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210261 s]*
/proc/loadavg: 1.13 1.36 1.61 3/219 21694
/proc/meminfo: memFree=18035116/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10818936 memory=43012 CPUtime=0.25 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 9113 13156 0 0 16 2 5 2 20 0 15 0 49710127 11078590464 10687 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2704734 10753 2959 1 0 2667157 0
[pid=21628/tid=21681] ppid=21625 vsize=10818936 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 6066 13156 0 0 10 1 5 2 20 0 15 0 49710136 11078590464 11070 33554432000 4194304 4196468 140735054376992 140682552828832 140682573683741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10818936 memory=4211974144402873738 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11078590464 11070 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10818936 memory=140418198083200 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11078590464 11070 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11078590464 11070 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 49710137 11078590464 11070 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10818936 memory=140418198083200 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 49710139 11078590464 11070 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 33 13156 0 0 0 0 5 2 20 0 15 0 49710139 11078590464 11070 33554432000 4194304 4196468 140735054376992 140681905096224 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11078590464 11070 33554432000 4194304 4196468 140735054376992 140681452447088 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 507 13156 0 0 1 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 87 13156 0 0 1 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10818904 memory=140418198083200 CPUtime=0.1 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 555 13156 0 0 3 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10818904 memory=140418198083200 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710142 11078557696 11070 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 43012 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.13 1.36 1.61 6/219 21694
/proc/meminfo: memFree=18019672/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10819352 memory=52160 CPUtime=0.38 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 10656 13156 0 0 28 3 5 2 20 0 15 0 49710127 11079016448 13040 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2704838 13040 3078 1 0 2667149 0
[pid=21628/tid=21681] ppid=21625 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 7267 13156 0 0 19 2 5 2 20 0 15 0 49710136 11079016448 13040 33554432000 4194304 4196468 140735054376992 140682552816032 140682565084510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 13040 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 13040 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 13040 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 13040 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10819352 memory=140418198083199 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 33 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681905096224 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10819352 memory=140418198083200 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681452447088 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 507 13156 0 0 1 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 88 13156 0 0 2 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 563 13156 0 0 5 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 13040 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52160 KiB

[startup+0.700735 s]
/proc/loadavg: 1.13 1.36 1.61 6/219 21694
/proc/meminfo: memFree=18010316/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10819352 memory=84660 CPUtime=0.99 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 16785 13156 0 0 87 5 5 2 20 0 15 0 49710127 11079016448 21165 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2704838 21165 3246 1 0 2667149 0
[pid=21628/tid=21681] ppid=21625 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 12378 13156 0 0 55 3 5 2 20 0 15 0 49710136 11079016448 21165 33554432000 4194304 4196468 140735054376992 140682552824848 140682566169616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 21165 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 21165 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 21165 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 2 13156 0 0 0 0 5 2 20 0 15 0 49710137 11079016448 21165 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 5 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10819352 memory=140418050172144 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 33 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681905096224 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681452447088 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10819352 memory=6944656575208382560 CPUtime=0.14 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 866 13156 0 0 7 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10819352 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 669 13156 0 0 10 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 633 13156 0 0 13 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710142 11079016448 21165 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84660 KiB

[startup+1.50069 s]
/proc/loadavg: 1.13 1.36 1.61 4/219 21694
/proc/meminfo: memFree=17963736/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10834252 memory=176608 CPUtime=2.37 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 24487 13156 0 0 220 10 5 2 20 0 15 0 49710127 11094274048 44152 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2708563 44152 3467 1 0 2670221 0
[pid=21628/tid=21681] ppid=21625 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 17845 13156 0 0 129 6 5 2 20 0 15 0 49710136 11094274048 44152 33554432000 4194304 4196468 140735054376992 140682552818504 140682565084510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10834252 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 55 13156 0 0 1 0 5 2 20 0 15 0 49710137 11094274048 44152 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10834252 memory=16476 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 26 13156 0 0 1 0 5 2 20 0 15 0 49710137 11094274048 44152 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10834252 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 163 13156 0 0 1 0 5 2 20 0 15 0 49710137 11094274048 44152 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10834252 memory=98692 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 28 13156 0 0 1 0 5 2 20 0 15 0 49710137 11094274048 44152 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 403 13156 0 0 1 0 5 2 20 0 15 0 49710139 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 34 13156 0 0 0 0 5 2 20 0 15 0 49710139 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681905096288 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681452447088 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10834252 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 1109 13156 0 0 19 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10834252 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 1165 13156 0 0 26 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10834252 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 1465 13156 0 0 38 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10834252 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10834252 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710142 11094274048 44152 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10834252 KiB

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

/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 86765 13156 0 0 237468 34 5 2 20 0 15 0 49710136 11178180608 162052 33554432000 4194304 4196468 140735054376992 140682552839568 140682143418119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10916192 memory=648208 CPUtime=3.92 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 13916 13156 0 0 361 24 5 2 20 0 15 0 49710137 11178180608 162052 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10916192 memory=648164 CPUtime=3.93 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 16751 13156 0 0 361 25 5 2 20 0 15 0 49710137 11178180608 162052 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10916192 memory=648208 CPUtime=3.93 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 20073 13156 0 0 360 26 5 2 20 0 15 0 49710137 11178180608 162052 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10916192 memory=648208 CPUtime=3.94 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 12124 13156 0 0 362 25 5 2 20 0 15 0 49710137 11178180608 162052 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10916192 memory=0 CPUtime=2.58 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 12822 13156 0 0 234 17 5 2 20 0 15 0 49710139 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10916192 memory=648208 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 37 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681905096288 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10916192 memory=648208 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681452447104 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10916192 memory=11956 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10916192 memory=16528 CPUtime=5.45 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 87686 13156 0 0 531 7 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10916192 memory=648208 CPUtime=5.5 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 72015 13156 0 0 534 9 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10916192 memory=648208 CPUtime=2.73 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 68562 13156 0 0 259 7 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10916192 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10916192 memory=648208 CPUtime=1.35 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1386 13156 0 0 56 72 5 2 20 0 15 0 49710142 11178180608 162052 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 2407.88 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 648208 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.63 1.54 3/219 21921
/proc/meminfo: memFree=17224984/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10916192 memory=649088 CPUtime=2468.2 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 397359 13156 0 0 246590 223 5 2 20 0 15 0 49710127 11178180608 162272 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2729048 162272 3532 1 0 2690701 0
[pid=21628/tid=21681] ppid=21625 vsize=10916192 memory=649088 CPUtime=2434.91 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 87090 13156 0 0 243450 34 5 2 20 0 15 0 49710136 11178180608 162272 33554432000 4194304 4196468 140735054376992 140682552838656 140682156271085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10916192 memory=649088 CPUtime=4 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 14229 13156 0 0 368 25 5 2 20 0 15 0 49710137 11178180608 162272 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10916192 memory=649088 CPUtime=4.01 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 16771 13156 0 0 369 25 5 2 20 0 15 0 49710137 11178180608 162272 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10916192 memory=649088 CPUtime=4.01 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 20099 13156 0 0 368 26 5 2 20 0 15 0 49710137 11178180608 162272 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10916192 memory=649088 CPUtime=4.02 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 12156 13156 0 0 370 25 5 2 20 0 15 0 49710137 11178180608 162272 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10916192 memory=649088 CPUtime=2.65 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 12847 13156 0 0 240 18 5 2 20 0 15 0 49710139 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10916192 memory=649088 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 37 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681905096288 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10916192 memory=649088 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681452447104 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10916192 memory=649088 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10916192 memory=649088 CPUtime=5.47 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 88094 13156 0 0 533 7 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10916192 memory=649088 CPUtime=5.52 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 72713 13156 0 0 536 9 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10916192 memory=648208 CPUtime=2.74 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 69738 13156 0 0 260 7 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10916192 memory=648208 CPUtime=1.39 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1390 13156 0 0 58 74 5 2 20 0 15 0 49710142 11178180608 162272 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 2468.2 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 649088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.9 s]
/proc/loadavg: 1.70 1.64 1.55 3/219 21922
/proc/meminfo: memFree=17277500/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10916192 memory=649096 CPUtime=2520.06 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 402553 13156 0 0 251773 226 5 2 20 0 15 0 49710127 11178180608 162274 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2729048 162274 3532 1 0 2690701 0
[pid=21628/tid=21681] ppid=21625 vsize=10916192 memory=649096 CPUtime=2486.36 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 87705 13156 0 0 248595 34 5 2 20 0 15 0 49710136 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682552839616 140682157614165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10916192 memory=1008 CPUtime=4.08 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 14317 13156 0 0 376 25 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.09 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 17313 13156 0 0 376 26 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.09 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 20111 13156 0 0 375 27 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.1 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 12287 13156 0 0 377 26 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10916192 memory=649096 CPUtime=2.69 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 13133 13156 0 0 244 18 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 37 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681905096288 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681452447104 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10916192 memory=0 CPUtime=5.48 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 89913 13156 0 0 534 7 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10916192 memory=649096 CPUtime=5.54 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 73204 13156 0 0 538 9 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10916192 memory=649096 CPUtime=2.75 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 70928 13156 0 0 261 7 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10916192 memory=164 CPUtime=1.41 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1410 13156 0 0 59 75 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 649096 KiB

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

[startup+2493.94 s]
# the end of solver process 21628 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.82 s, system=2.30505 s

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

[startup+2493.9 s]
/proc/loadavg: 1.70 1.64 1.55 3/219 21922
/proc/meminfo: memFree=17277500/32770624 swapFree=67108860/67108860
[pid=21628] ppid=21625 vsize=10916192 memory=649096 CPUtime=2520.06 cores=1,3,5,7
/proc/21628/stat : 21628 (java) S 21625 21628 16080 0 -1 1077944320 402553 13156 0 0 251773 226 5 2 20 0 15 0 49710127 11178180608 162274 33554432000 4194304 4196468 140735054376992 140735054359536 140682581004023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
/proc/21628/statm: 2729048 162274 3532 1 0 2690701 0
[pid=21628/tid=21681] ppid=21625 vsize=10916192 memory=649096 CPUtime=2486.36 cores=1,3,5,7
/proc/21628/task/21681/stat : 21681 (java) R 21625 21628 16080 0 -1 4202560 87705 13156 0 0 248595 34 5 2 20 0 15 0 49710136 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682552839616 140682157614165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21682] ppid=21625 vsize=10916192 memory=1008 CPUtime=4.08 cores=1,3,5,7
/proc/21628/task/21682/stat : 21682 (java) S 21625 21628 16080 0 -1 1077944384 14317 13156 0 0 376 25 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682585246352 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21683] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.09 cores=1,3,5,7
/proc/21628/task/21683/stat : 21683 (java) S 21625 21628 16080 0 -1 1077944384 17313 13156 0 0 376 26 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682473519632 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21684] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.09 cores=1,3,5,7
/proc/21628/task/21684/stat : 21684 (java) S 21625 21628 16080 0 -1 1077944384 20111 13156 0 0 375 27 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682472466832 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21685] ppid=21625 vsize=10916192 memory=649096 CPUtime=4.1 cores=1,3,5,7
/proc/21628/task/21685/stat : 21685 (java) S 21625 21628 16080 0 -1 1077944384 12287 13156 0 0 377 26 5 2 20 0 15 0 49710137 11178180608 162274 33554432000 4194304 4196468 140735054376992 140682471414032 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21686] ppid=21625 vsize=10916192 memory=649096 CPUtime=2.69 cores=1,3,5,7
/proc/21628/task/21686/stat : 21686 (java) S 21625 21628 16080 0 -1 1077944384 13133 13156 0 0 244 18 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681906150256 140682581015170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21687] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21687/stat : 21687 (java) S 21625 21628 16080 0 -1 1077944384 37 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681905096288 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21688] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21688/stat : 21688 (java) S 21625 21628 16080 0 -1 1077944384 1 13156 0 0 0 0 5 2 20 0 15 0 49710139 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681452447104 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21689] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21689/stat : 21689 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681145047376 140682581022619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21690] ppid=21625 vsize=10916192 memory=0 CPUtime=5.48 cores=1,3,5,7
/proc/21628/task/21690/stat : 21690 (java) S 21625 21628 16080 0 -1 1077944384 89913 13156 0 0 534 7 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681871538544 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21691] ppid=21625 vsize=10916192 memory=649096 CPUtime=5.54 cores=1,3,5,7
/proc/21628/task/21691/stat : 21691 (java) S 21625 21628 16080 0 -1 1077944384 73204 13156 0 0 538 9 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681870485744 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21692] ppid=21625 vsize=10916192 memory=649096 CPUtime=2.75 cores=1,3,5,7
/proc/21628/task/21692/stat : 21692 (java) S 21625 21628 16080 0 -1 1077944384 70928 13156 0 0 261 7 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681869432944 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21693] ppid=21625 vsize=10916192 memory=649096 CPUtime=0.07 cores=1,3,5,7
/proc/21628/task/21693/stat : 21693 (java) S 21625 21628 16080 0 -1 1077944384 3 13156 0 0 0 0 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681111488736 140682581014229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
[pid=21628/tid=21694] ppid=21625 vsize=10916192 memory=164 CPUtime=1.41 cores=1,3,5,7
/proc/21628/task/21694/stat : 21694 (java) S 21625 21628 16080 0 -1 1077944384 1410 13156 0 0 59 75 5 2 20 0 15 0 49710142 11178180608 162274 33554432000 4194304 4196468 140735054376992 140681868381360 140682581015170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18276352 140735054383276 140735054386524 140735054386524 140735054389199 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 649096 KiB

Child status: 143
Real time (s): 2493.94
CPU time (s): 2520.12
CPU user time (s): 2517.82
CPU system time (s): 2.30505
CPU usage (%): 101.05
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1225832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.82
system time used= 2.30505
maximum resident set size= 1227880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114371
involuntary context switches= 5504


# summary of solver processes directly reported to runsolver:
#   pid: 21628
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.82
#   total CPU system time (s): 2.30505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3584 second user time and 23.5747 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 06:51:09
IDJOB=4293657
IDBENCH=141215
IDSOLVER=2751
FILE ID=node132/4293657-1532321469
RUNJOBID= node132-1532296193-16112
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293657-1532321469/watcher-4293657-1532321469 -o /tmp/evaluation-result-4293657-1532321469/solver-4293657-1532321469 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=884847031 -superng HOME/instance-4293657-1532321469.xml

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

MD5SUM BENCH= e8035d4b0abecbc1a78dd1ff35d13fe4
RANDOM SEED=884847031

node132.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.65
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.65
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.65
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.65
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:        18056936 kB
MemAvailable:   29217864 kB
Buffers:          263292 kB
Cached:         11043096 kB
SwapCached:            0 kB
Active:          4891424 kB
Inactive:        9184104 kB
Active(anon):    2771860 kB
Inactive(anon):    17028 kB
Active(file):    2119564 kB
Inactive(file):  9167076 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       2671384 kB
Mapped:            49960 kB
Shmem:             17056 kB
Slab:             330344 kB
SReclaimable:     302748 kB
SUnreclaim:        27596 kB
KernelStack:        3856 kB
PageTables:        11016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3420136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2433024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 07:32:44