Trace number 4302486

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)1412 252.113 236.164

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-5_c18.xml
MD5SUM08115146c0ac9b7e4849c5cb62d96e41
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1060
Best CPU time to get the best result obtained on this benchmark252.052
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints3891
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree52
Maximum variable degree76
Distribution of variable degrees[{"degree":52,"count":2},{"degree":54,"count":3},{"degree":55,"count":3},{"degree":56,"count":4},{"degree":57,"count":7},{"degree":58,"count":6},{"degree":59,"count":7},{"degree":60,"count":6},{"degree":61,"count":12},{"degree":62,"count":11},{"degree":63,"count":6},{"degree":64,"count":7},{"degree":65,"count":11},{"degree":66,"count":6},{"degree":67,"count":4},{"degree":68,"count":8},{"degree":69,"count":6},{"degree":70,"count":5},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":2},{"degree":74,"count":3},{"degree":75,"count":1},{"degree":76,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3891}]
Number of extensional constraints0
Number of intensional constraints3891
Distribution of constraint types[{"type":"intension","count":3891}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
90.56/77.90	o 1674
90.56/77.99	o 1673
90.56/78.00	o 1667
90.89/78.02	o 1562
160.25/145.46	o 1544
160.70/145.81	o 1543
160.70/145.82	o 1542
163.10/148.16	o 1541
163.10/148.16	o 1540
163.10/148.17	o 1539
163.10/148.18	o 1530
163.10/148.19	o 1520
165.00/149.97	o 1519
165.00/149.98	o 1515
165.00/149.99	o 1514
165.15/150.03	o 1513
165.15/150.03	o 1413
165.15/150.04	o 1412
252.05/236.12	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.05/236.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.05/236.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.05/236.12		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.05/236.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.05/236.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.05/236.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.05/236.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.05/236.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/236.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/236.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/236.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.05/236.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.05/236.12		at scala.Option.map(Option.scala:146)
252.05/236.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.05/236.12		at concrete.MAC.mac(MAC.scala:203)
252.05/236.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/236.12		at scala.util.Try$.apply(Try.scala:209)
252.05/236.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/236.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/236.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/236.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/236.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/236.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/236.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/236.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/236.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/236.12		at concrete.MAC.oneRun(MAC.scala:253)
252.05/236.12		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/236.12		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/236.12		at concrete.Solver.hasNext(Solver.scala:166)
252.05/236.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/236.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/236.12		at concrete.Solver.foreach(Solver.scala:68)
252.05/236.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/236.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/236.12		at scala.util.Success.map(Try.scala:209)
252.05/236.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/236.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/236.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/236.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/236.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/236.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/236.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/236.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/236.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/236.12		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/236.12		at scala.App.main(App.scala:76)
252.05/236.12		at scala.App.main$(App.scala:74)
252.05/236.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/236.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/236.13	v <instantiation cost="1412">
252.05/236.13	v       <list>
252.05/236.13	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124]
252.05/236.13	v       </list>
252.05/236.13	v       <values>
252.05/236.13	v         0 8 9 2 18 3 17 15 20 1 2 13 10 13 9 19 7 4 21 20 6 14 11 124 3 2 13 6 8 10 10 1 3 12 14 11 5 4 11 11 19 1 14 15 8 9 4 14 13 18 16 19 20 1 10 10 3 4 7 13 12 17 3 12 0 7 10 19 17 0 3 18 1 0 0 9 21 12 15 2 14 6 4 17 8 13 3 13 5 16 10 16 14 5 7 9 22 5 9 1 7 15 6 1 5 2 2 15 11 4 6 16 20 5 18 9 14 12 17 2 8 3 7 124 0
252.05/236.13	v       </values>
252.05/236.13	v     </instantiation>
252.05/236.13	s SATISFIABLE

Verifier Data

OK	1412

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302486-1532896023/watcher-4302486-1532896023 -o /tmp/evaluation-result-4302486-1532896023/solver-4302486-1532896023 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1600828303 HOME/instance-4302486-1532896023.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=18601, runsolver pid=18598
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.71 1.90 1.86 3/206 18659
/proc/meminfo: memFree=25267328/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=10005480 memory=16288 CPUtime=0.08 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 4209 13154 0 0 0 1 5 2 20 0 6 0 107165494 10245611520 4072 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2501370 4072 1920 1 0 2489808 0
[pid=18601/tid=18655] ppid=18598 vsize=10005480 memory=4279135704047583117 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 2037 13154 0 0 0 0 5 2 20 0 6 0 107165504 10245611520 4072 33554432000 4194304 4196468 140723857332880 140046856028752 140046884213917 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 6 0 107165504 10245611520 4072 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=10005480 memory=139842089494144 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 6 0 107165504 10245611520 4072 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 6 0 107165504 10245611520 4072 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 6 0 107165504 10245611520 4072 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210054 s]*
/proc/loadavg: 1.71 1.90 1.86 3/215 18668
/proc/meminfo: memFree=25243936/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=10982744 memory=41188 CPUtime=0.24 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 7057 13154 0 0 16 1 5 2 20 0 15 0 107165494 11246329856 10297 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2745686 10297 2955 1 0 2708109 0
[pid=18601/tid=18655] ppid=18598 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 3721 13154 0 0 11 0 5 2 20 0 15 0 107165504 11246329856 10429 33554432000 4194304 4196468 140723857332880 140046855988912 140046864467698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246329856 10429 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=10982744 memory=139842089512869 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246329856 10495 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246329856 10495 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246329856 10495 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=10982744 memory=139842089494144 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 13 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045730178208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165507 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045528851184 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 544 13154 0 0 1 0 5 2 20 0 15 0 107165509 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 63 13154 0 0 1 0 5 2 20 0 15 0 107165509 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=10982744 memory=139842089494144 CPUtime=0.1 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 632 13154 0 0 3 0 5 2 20 0 15 0 107165509 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246329856 10495 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=10982744 memory=139842089494144 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246329856 10495 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41188 KiB

[startup+0.310277 s]*
/proc/loadavg: 1.71 1.90 1.86 3/215 18668
/proc/meminfo: memFree=25231160/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=10983192 memory=55132 CPUtime=0.37 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 10388 13154 0 0 28 2 5 2 20 0 15 0 107165494 11246788608 13783 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2745798 13783 3074 1 0 2708109 0
[pid=18601/tid=18655] ppid=18598 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 6909 13154 0 0 19 1 5 2 20 0 15 0 107165504 11246788608 13783 33554432000 4194304 4196468 140723857332880 140046856004000 140046865755535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 13783 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 13783 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 13783 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 13783 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246788608 13783 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 13 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246788608 13783 33554432000 4194304 4196468 140723857332880 140045730178208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165507 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045528851184 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 546 13154 0 0 1 0 5 2 20 0 15 0 107165509 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 63 13154 0 0 1 0 5 2 20 0 15 0 107165509 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=10983192 memory=139842089494144 CPUtime=0.11 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 651 13154 0 0 4 0 5 2 20 0 15 0 107165509 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246788608 13825 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=10983192 memory=139842089494144 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246788608 13825 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55132 KiB

[startup+0.700819 s]
/proc/loadavg: 1.71 1.90 1.86 3/215 18668
/proc/meminfo: memFree=25217344/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=10983192 memory=88576 CPUtime=0.98 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 16738 13154 0 0 87 4 5 2 20 0 15 0 107165494 11246788608 22144 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2745798 22144 3247 1 0 2708109 0
[pid=18601/tid=18655] ppid=18598 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 12153 13154 0 0 56 3 5 2 20 0 15 0 107165504 11246788608 22144 33554432000 4194304 4196468 140723857332880 140046856014928 140046868272478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 22144 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 22144 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=10983192 memory=139841987818288 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 22144 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=10983192 memory=139844135158361 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11246788608 22144 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 5 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 13 13154 0 0 0 0 5 2 20 0 15 0 107165506 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045730178208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165507 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045528851184 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=10983192 memory=17456 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=10983192 memory=16148 CPUtime=0.14 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 931 13154 0 0 7 0 5 2 20 0 15 0 107165509 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=10983192 memory=4004 CPUtime=0.16 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 692 13154 0 0 9 0 5 2 20 0 15 0 107165509 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 737 13154 0 0 13 0 5 2 20 0 15 0 107165509 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246788608 22144 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165510 11246788608 22144 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88576 KiB

[startup+1.50075 s]
/proc/loadavg: 1.71 1.90 1.86 3/215 18668
/proc/meminfo: memFree=25173592/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=10996044 memory=166852 CPUtime=2.93 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 24676 13154 0 0 278 8 5 2 20 0 15 0 107165494 11259949056 41713 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2749011 41713 3449 1 0 2710669 0
[pid=18601/tid=18655] ppid=18598 vsize=10996044 memory=64880 CPUtime=1.44 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 17000 13154 0 0 132 5 5 2 20 0 15 0 107165504 11259949056 41713 33554432000 4194304 4196468 140723857332880 140046856014672 140046868272478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165504 11259949056 41713 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=10996044 memory=279683975667872 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11259949056 41713 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11259949056 41713 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2 13154 0 0 0 0 5 2 20 0 15 0 107165504 11259949056 41713 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 13 13154 0 0 0 0 5 2 20 0 15 0 107165506 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 13 13154 0 0 0 0 5 2 20 0 15 0 107165506 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045730178208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165507 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045528851184 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=10996044 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=10996044 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 1991 13154 0 0 45 0 5 2 20 0 15 0 107165509 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=10996044 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) R 18598 18601 9814 0 -1 4202560 1742 13154 0 0 55 0 5 2 20 0 15 0 107165509 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045918855496 140046865713382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=10996044 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 1710 13154 0 0 43 0 5 2 20 0 15 0 107165509 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=10996044 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11259949056 41713 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=10996044 memory=279683975912320 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 1 13154 0 0 0 0 5 2 20 0 15 0 107165510 11259949056 41713 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10996044 KiB

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

/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 59625 13154 0 0 16107 45 5 2 20 0 15 0 107165504 11343855616 709843 33554432000 4194304 4196468 140723857332880 140046856022816 140046435469952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=11077984 memory=2839372 CPUtime=0.55 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 2528 13154 0 0 40 8 5 2 20 0 15 0 107165504 11343855616 709843 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=11077984 memory=2839372 CPUtime=0.54 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 1432 13154 0 0 40 7 5 2 20 0 15 0 107165504 11343855616 709843 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=11077984 memory=7 CPUtime=0.54 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 2682 13154 0 0 39 8 5 2 20 0 15 0 107165504 11343855616 709843 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=11077984 memory=2846044 CPUtime=0.54 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 2791 13154 0 0 40 7 5 2 20 0 15 0 107165504 11343855616 709843 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=11077984 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 7543 13154 0 0 9 2 5 2 20 0 15 0 107165506 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=11077984 memory=2846044 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 22 13154 0 0 0 0 5 2 20 0 15 0 107165506 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045730178336 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=11077984 memory=2846044 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 10 13154 0 0 0 0 5 2 20 0 15 0 107165507 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045528851200 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=11077984 memory=2839372 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=11077984 memory=1388 CPUtime=5.8 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 23048 13154 0 0 570 3 5 2 20 0 15 0 107165509 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=11077984 memory=1136 CPUtime=6.08 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 18347 13154 0 0 598 3 5 2 20 0 15 0 107165509 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=11077984 memory=2839372 CPUtime=2.35 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 18823 13154 0 0 224 4 5 2 20 0 15 0 107165509 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=11077984 memory=7451894300419318880 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11343855616 709843 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=11077984 memory=7378983553979662436 CPUtime=0.15 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 313 13154 0 0 3 5 5 2 20 0 15 0 107165510 11343855616 709843 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 177.82 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2839372 KiB

[startup+222.301 s]
/proc/loadavg: 1.93 1.87 1.86 3/216 18807
/proc/meminfo: memFree=24416712/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=11077984 memory=2826044 CPUtime=238.19 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 148548 13154 0 0 23713 99 5 2 20 0 15 0 107165494 11343855616 706511 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2769496 706511 3532 1 0 2731149 0
[pid=18601/tid=18655] ppid=18598 vsize=11077984 memory=2826044 CPUtime=221.57 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 63285 13154 0 0 22105 45 5 2 20 0 15 0 107165504 11343855616 706511 33554432000 4194304 4196468 140723857332880 140046856025144 140046435420383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 2650 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 706511 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.55 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 1475 13154 0 0 41 7 5 2 20 0 15 0 107165504 11343855616 706511 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=11077984 memory=5752 CPUtime=0.55 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 4053 13154 0 0 40 8 5 2 20 0 15 0 107165504 11343855616 706511 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 3282 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 706511 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=11077984 memory=6504 CPUtime=0.18 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 7815 13154 0 0 9 2 5 2 20 0 15 0 107165506 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 22 13154 0 0 0 0 5 2 20 0 15 0 107165506 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045730178336 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 10 13154 0 0 0 0 5 2 20 0 15 0 107165507 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045528851200 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=11077984 memory=2826044 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=11077984 memory=2826044 CPUtime=5.87 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 23389 13154 0 0 577 3 5 2 20 0 15 0 107165509 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=11077984 memory=2244 CPUtime=6.33 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 21004 13154 0 0 623 3 5 2 20 0 15 0 107165509 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=11077984 memory=4132 CPUtime=2.37 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 18926 13154 0 0 225 5 5 2 20 0 15 0 107165509 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=11077984 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11343855616 706511 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=11077984 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 439 13154 0 0 4 6 5 2 20 0 15 0 107165510 11343855616 706511 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 238.19 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2826044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.11 s]
/proc/loadavg: 1.94 1.88 1.86 3/216 18807
/proc/meminfo: memFree=24400824/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=11077984 memory=2818864 CPUtime=252.05 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 149358 13154 0 0 25098 100 5 2 20 0 15 0 107165494 11343855616 704716 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2769496 704716 3532 1 0 2731149 0
[pid=18601/tid=18655] ppid=18598 vsize=11077984 memory=2818864 CPUtime=235.38 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 63754 13154 0 0 23485 46 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046856025624 140046435470143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 2652 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 1489 13154 0 0 42 7 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 4055 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 3283 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.18 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 7821 13154 0 0 9 2 5 2 20 0 15 0 107165506 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 22 13154 0 0 0 0 5 2 20 0 15 0 107165506 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045730178336 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=11077984 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 10 13154 0 0 0 0 5 2 20 0 15 0 107165507 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045528851200 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=11077984 memory=796 CPUtime=5.88 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 23542 13154 0 0 578 3 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=11077984 memory=2818864 CPUtime=6.34 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 21007 13154 0 0 624 3 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=11077984 memory=2818864 CPUtime=2.38 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 19086 13154 0 0 226 5 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11343855616 704716 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=11077984 memory=30576 CPUtime=0.17 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 439 13154 0 0 4 6 5 2 20 0 15 0 107165510 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2818864 KiB

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

[startup+236.164 s]
# the end of solver process 18601 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.056 s, system=1.05737 s

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

[startup+236.11 s]
/proc/loadavg: 1.94 1.88 1.86 3/216 18807
/proc/meminfo: memFree=24400824/32770624 swapFree=67108436/67108860
[pid=18601] ppid=18598 vsize=11077984 memory=2818864 CPUtime=252.05 cores=1,3,5,7
/proc/18601/stat : 18601 (java) S 18598 18601 9814 0 -1 1077944320 149358 13154 0 0 25098 100 5 2 20 0 15 0 107165494 11343855616 704716 33554432000 4194304 4196468 140723857332880 140723857315424 140046884191991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
/proc/18601/statm: 2769496 704716 3532 1 0 2731149 0
[pid=18601/tid=18655] ppid=18598 vsize=11077984 memory=2818864 CPUtime=235.38 cores=1,3,5,7
/proc/18601/task/18655/stat : 18655 (java) R 18598 18601 9814 0 -1 4202560 63754 13154 0 0 23485 46 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046856025624 140046435470143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18656] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18656/stat : 18656 (java) S 18598 18601 9814 0 -1 1077944384 2652 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046888434704 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18657] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18657/stat : 18657 (java) S 18598 18601 9814 0 -1 1077944384 1489 13154 0 0 42 7 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046743153808 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18658] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18658/stat : 18658 (java) S 18598 18601 9814 0 -1 1077944384 4055 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046742100752 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18659] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.56 cores=1,3,5,7
/proc/18601/task/18659/stat : 18659 (java) S 18598 18601 9814 0 -1 1077944384 3283 13154 0 0 41 8 5 2 20 0 15 0 107165504 11343855616 704716 33554432000 4194304 4196468 140723857332880 140046741048208 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18660] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.18 cores=1,3,5,7
/proc/18601/task/18660/stat : 18660 (java) S 18598 18601 9814 0 -1 1077944384 7821 13154 0 0 9 2 5 2 20 0 15 0 107165506 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045920979184 140046884203138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18661] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18661/stat : 18661 (java) S 18598 18601 9814 0 -1 1077944384 22 13154 0 0 0 0 5 2 20 0 15 0 107165506 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045730178336 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18662] ppid=18598 vsize=11077984 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18662/stat : 18662 (java) S 18598 18601 9814 0 -1 1077944384 10 13154 0 0 0 0 5 2 20 0 15 0 107165507 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045528851200 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18663] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18663/stat : 18663 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045221451728 140046884210587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18664] ppid=18598 vsize=11077984 memory=796 CPUtime=5.88 cores=1,3,5,7
/proc/18601/task/18664/stat : 18664 (java) S 18598 18601 9814 0 -1 1077944384 23542 13154 0 0 578 3 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045919927024 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18665] ppid=18598 vsize=11077984 memory=2818864 CPUtime=6.34 cores=1,3,5,7
/proc/18601/task/18665/stat : 18665 (java) S 18598 18601 9814 0 -1 1077944384 21007 13154 0 0 624 3 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045918874480 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18666] ppid=18598 vsize=11077984 memory=2818864 CPUtime=2.38 cores=1,3,5,7
/proc/18601/task/18666/stat : 18666 (java) S 18598 18601 9814 0 -1 1077944384 19086 13154 0 0 226 5 5 2 20 0 15 0 107165509 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045917821424 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18667] ppid=18598 vsize=11077984 memory=2818864 CPUtime=0.07 cores=1,3,5,7
/proc/18601/task/18667/stat : 18667 (java) S 18598 18601 9814 0 -1 1077944384 3 13154 0 0 0 0 5 2 20 0 15 0 107165510 11343855616 704716 33554432000 4194304 4196468 140723857332880 140044790655840 140046884202197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
[pid=18601/tid=18668] ppid=18598 vsize=11077984 memory=30576 CPUtime=0.17 cores=1,3,5,7
/proc/18601/task/18668/stat : 18668 (java) S 18598 18601 9814 0 -1 1077944384 439 13154 0 0 4 6 5 2 20 0 15 0 107165510 11343855616 704716 33554432000 4194304 4196468 140723857332880 140045916768816 140046884203138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6414336 140723857341041 140723857343841 140723857343841 140723857346511 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2818864 KiB

Child status: 143
Real time (s): 236.164
CPU time (s): 252.113
CPU user time (s): 251.056
CPU system time (s): 1.05737
CPU usage (%): 106.753
Max. virtual memory (cumulated for all children) (KiB): 11080824
Max. memory (cumulated for all children) (KiB): 2867964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.056
system time used= 1.05737
maximum resident set size= 2867964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15164
involuntary context switches= 275


# summary of solver processes directly reported to runsolver:
#   pid: 18601
#   total CPU time (s): 252.113
#   total CPU user time (s): 251.056
#   total CPU system time (s): 1.05737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35203 second user time and 2.30042 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:27:03
IDJOB=4302486
IDBENCH=141223
IDSOLVER=2776
FILE ID=node137/4302486-1532896023
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302486-1532896023/watcher-4302486-1532896023 -o /tmp/evaluation-result-4302486-1532896023/solver-4302486-1532896023 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1600828303 HOME/instance-4302486-1532896023.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=1600828303

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25271924 kB
MemAvailable:   29080684 kB
Buffers:          218096 kB
Cached:          3826268 kB
SwapCached:           32 kB
Active:          4650252 kB
Inactive:        2299392 kB
Active(anon):    2852928 kB
Inactive(anon):    79972 kB
Active(file):    1797324 kB
Inactive(file):  2219420 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26520 kB
Writeback:             0 kB
AnonPages:       2912288 kB
Mapped:            55700 kB
Shmem:             25052 kB
Slab:             244448 kB
SReclaimable:     215700 kB
SUnreclaim:        28748 kB
KernelStack:        3536 kB
PageTables:        10932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3894756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2740224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:31:00