Trace number 4295127

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)111 2520.1 2487.83

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-02_c18.xml
MD5SUM9e298a48575be159e0b6ad4a2fcf836a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark166.12
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size642
Distribution of domain sizes[{"size":1,"count":1},{"size":642,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":34},{"degree":5,"count":42},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":22,"count":1},{"arity":27,"count":1},{"arity":31,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.8.1528841891564 running
9.98/4.55	o 131
10.23/5.14	o 128
12.41/5.81	o 127
12.76/5.90	o 126
13.93/6.37	o 125
14.15/6.43	o 124
14.15/6.46	o 123
14.78/6.78	o 121
15.05/6.99	o 120
15.21/7.02	o 119
15.50/7.24	o 118
15.50/7.28	o 117
15.74/7.33	o 116
36.27/25.73	o 114
38.83/28.20	o 113
38.83/28.23	o 112
39.93/29.20	o 111
2520.04/2487.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2487.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2487.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2487.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2487.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2487.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2487.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2487.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2487.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2487.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2487.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2487.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2487.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2487.81		at scala.Option.map(Option.scala:146)
2520.04/2487.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2487.81		at concrete.MAC.mac(MAC.scala:203)
2520.04/2487.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2487.81		at scala.util.Try$.apply(Try.scala:209)
2520.04/2487.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2487.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2487.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2487.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2487.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2487.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2487.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2487.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2487.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2487.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2487.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2487.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2487.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2487.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2487.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2487.81		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2487.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2487.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2487.81		at scala.util.Success.map(Try.scala:209)
2520.04/2487.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2487.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2487.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2487.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2487.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2487.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2487.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2487.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2487.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2487.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2487.81		at scala.App.main(App.scala:76)
2520.04/2487.81		at scala.App.main$(App.scala:74)
2520.04/2487.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2487.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2487.82	v <instantiation cost="111">
2520.04/2487.82	v       <list>
2520.04/2487.82	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.04/2487.82	v       </list>
2520.04/2487.82	v       <values>
2520.04/2487.82	v         0 0 10 0 1 6 10 2 25 6 22 7 10 20 6 34 39 7 17 19 33 64 25 40 15 57 42 10 2 10 19 25 47 19 34 51 25 28 36 67 51 19 22 37 63 85 58 28 38 32 59 32 27 38 40 66 71 90 39 51 47 20 26 75 51 84 62 46 30 71 52 56 55 71 88 59 56 28 47 46 80 26 38 58 65 73 70 74 76 75 76 65 63 44 78 69 92 78 85 30 83 96 84 73 84 59 67 84 78 76 96 88 92 92 83 94 89 99 100 102 103 111
2520.04/2487.82	v       </values>
2520.04/2487.82	v     </instantiation>
2520.04/2487.82	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295127-1532519942/watcher-4295127-1532519942 -o /tmp/evaluation-result-4295127-1532519942/solver-4295127-1532519942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=622933299 -superng HOME/instance-4295127-1532519942.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
Current StackSize limit: 8192 KiB

solver pid=8819, runsolver pid=8816

[startup+0.10006 s]*
/proc/loadavg: 2.59 2.17 2.06 3/209 8876
/proc/meminfo: memFree=15719640/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=9972712 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 4346 13176 0 0 1 0 5 2 20 0 6 0 69557396 10212057088 4203 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2493178 4203 1934 1 0 2481616 0
[pid=8819/tid=8872] ppid=8816 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 2182 13176 0 0 0 0 5 2 20 0 6 0 69557405 10212057088 4203 33554432000 4194304 4196468 140723052770448 140419013890640 140419026134366 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=9972712 memory=5793855575051786681 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69557406 10212057088 4203 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=9972712 memory=140324041893504 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69557406 10212057088 4203 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69557406 10212057088 4203 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 6 0 69557406 10212057088 4203 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210557 s]*
/proc/loadavg: 2.54 2.17 2.06 3/218 8885
/proc/meminfo: memFree=15698112/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10819896 memory=42416 CPUtime=0.25 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 8305 13176 0 0 16 2 5 2 20 0 15 0 69557396 11079573504 10604 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2704974 10604 2967 1 0 2667397 0
[pid=8819/tid=8872] ppid=8816 vsize=10821524 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 5415 13176 0 0 10 1 5 2 20 0 15 0 69557405 11081240576 11066 33554432000 4194304 4196468 140723052770448 140419013878688 140419034733597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10821524 memory=4211974050246684042 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11081240576 11066 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10821524 memory=140324041893504 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11081240576 11066 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11081240576 11132 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69557406 11081240576 11132 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10821524 memory=140324041893504 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69557407 11081240576 11132 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 33 13176 0 0 0 0 5 2 20 0 15 0 69557407 11081240576 11132 33554432000 4194304 4196468 140723052770448 140418500461472 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11081240576 11132 33554432000 4194304 4196468 140723052770448 140417915937776 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11081240576 10772 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 512 13176 0 0 1 0 5 2 20 0 15 0 69557410 11081240576 10772 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 89 13176 0 0 1 0 5 2 20 0 15 0 69557410 11081240576 10772 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10819896 memory=140324041893504 CPUtime=0.1 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 531 13176 0 0 3 0 5 2 20 0 15 0 69557410 11079573504 10532 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11079573504 10532 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10818904 memory=140324041893504 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557411 11078557696 10524 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 42416 KiB

[startup+0.310281 s]*
/proc/loadavg: 2.54 2.17 2.06 3/218 8885
/proc/meminfo: memFree=15686628/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10819352 memory=52556 CPUtime=0.37 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 10716 13176 0 0 27 3 5 2 20 0 15 0 69557396 11079016448 13139 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2704838 13139 3086 1 0 2667149 0
[pid=8819/tid=8872] ppid=8816 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 7346 13176 0 0 19 2 5 2 20 0 15 0 69557405 11079016448 13139 33554432000 4194304 4196468 140723052770448 140419013865888 140419042065814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 13139 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10819352 memory=140324041893503 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69557407 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 33 13176 0 0 0 0 5 2 20 0 15 0 69557407 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418500461472 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10819352 memory=140324041893504 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11079016448 13139 33554432000 4194304 4196468 140723052770448 140417915937776 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11079016448 13139 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 513 13176 0 0 2 0 5 2 20 0 15 0 69557410 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) R 8816 8819 4192 0 -1 4202560 89 13176 0 0 1 0 5 2 20 0 15 0 69557410 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418465852016 140419042075226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) R 8816 8819 4192 0 -1 4202560 537 13176 0 0 4 0 5 2 20 0 15 0 69557410 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418464799472 140419042075226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11079016448 13139 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557411 11079016448 13139 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52556 KiB

[startup+0.70071 s]
/proc/loadavg: 2.54 2.17 2.06 3/218 8885
/proc/meminfo: memFree=15675960/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10819352 memory=84404 CPUtime=0.98 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 16830 13176 0 0 86 5 5 2 20 0 15 0 69557396 11079016448 21101 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2704838 21101 3235 1 0 2667149 0
[pid=8819/tid=8872] ppid=8816 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 12447 13176 0 0 55 4 5 2 20 0 15 0 69557405 11079016448 21101 33554432000 4194304 4196468 140723052770448 140419013874704 140419023617456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 21101 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69557406 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 6 13176 0 0 0 0 5 2 20 0 15 0 69557407 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 33 13176 0 0 0 0 5 2 20 0 15 0 69557407 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418500461472 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11079016448 21101 33554432000 4194304 4196468 140723052770448 140417915937776 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11079016448 21101 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10819352 memory=30305 CPUtime=0.15 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 917 13176 0 0 8 0 5 2 20 0 15 0 69557410 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 636 13176 0 0 9 0 5 2 20 0 15 0 69557410 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10819352 memory=3533419649945857444 CPUtime=0.2 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 586 13176 0 0 13 0 5 2 20 0 15 0 69557410 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10819352 memory=-6305718312468242048 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11079016448 21101 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10819352 memory=-7094132109863559211 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557411 11079016448 21101 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84404 KiB

[startup+1.50069 s]
/proc/loadavg: 2.54 2.17 2.06 3/218 8885
/proc/meminfo: memFree=15629536/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10834252 memory=175800 CPUtime=2.28 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 24431 13176 0 0 212 9 5 2 20 0 15 0 69557396 11094274048 43950 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2708563 43950 3465 1 0 2670221 0
[pid=8819/tid=8872] ppid=8816 vsize=10834252 memory=192 CPUtime=1.42 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 18131 13176 0 0 129 6 5 2 20 0 15 0 69557405 11094274048 43950 33554432000 4194304 4196468 140723052770448 140419013883680 140419026134366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10834252 memory=118 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 48 13176 0 0 1 0 5 2 20 0 15 0 69557406 11094274048 43950 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 27 13176 0 0 1 0 5 2 20 0 15 0 69557406 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 225 13176 0 0 1 0 5 2 20 0 15 0 69557406 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 36 13176 0 0 1 0 5 2 20 0 15 0 69557406 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 189 13176 0 0 1 0 5 2 20 0 15 0 69557407 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10834252 memory=280647792898112 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 34 13176 0 0 0 0 5 2 20 0 15 0 69557407 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418500461536 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10834252 memory=280647792902560 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11094274048 43950 33554432000 4194304 4196468 140723052770448 140417915937792 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11094274048 43950 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10834252 memory=6944656575208382560 CPUtime=0.31 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 1460 13176 0 0 24 0 5 2 20 0 15 0 69557410 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10834252 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 785 13176 0 0 17 0 5 2 20 0 15 0 69557410 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10834252 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 1300 13176 0 0 34 0 5 2 20 0 15 0 69557410 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11094274048 43950 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557411 11094274048 43950 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 79082 13176 0 0 230790 36 5 2 20 0 15 0 69557405 11178180608 245373 33554432000 4194304 4196468 140723052770448 140419013888448 140418620929119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10916192 memory=981492 CPUtime=6.61 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 10148 13176 0 0 620 34 5 2 20 0 15 0 69557406 11178180608 245373 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10916192 memory=981476 CPUtime=6.64 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 9948 13176 0 0 622 35 5 2 20 0 15 0 69557406 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10916192 memory=981492 CPUtime=6.64 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 14166 13176 0 0 620 37 5 2 20 0 15 0 69557406 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10916192 memory=981492 CPUtime=6.62 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 7077 13176 0 0 620 35 5 2 20 0 15 0 69557406 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10916192 memory=981492 CPUtime=5.12 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 12154 13176 0 0 472 33 5 2 20 0 15 0 69557407 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10916192 memory=7811331270136517990 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 38 13176 0 0 0 0 5 2 20 0 15 0 69557407 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418500461600 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10916192 memory=981492 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11178180608 245373 33554432000 4194304 4196468 140723052770448 140417915937792 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10916192 memory=981492 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11178180608 245373 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10916192 memory=981492 CPUtime=5.19 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 35181 13176 0 0 508 4 5 2 20 0 15 0 69557410 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10916192 memory=981492 CPUtime=4.89 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 32831 13176 0 0 479 3 5 2 20 0 15 0 69557410 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10916192 memory=981492 CPUtime=2.31 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 28870 13176 0 0 218 6 5 2 20 0 15 0 69557410 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10916192 memory=981492 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11178180608 245373 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10916192 memory=981492 CPUtime=1.34 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1165 13176 0 0 59 68 5 2 20 0 15 0 69557411 11178180608 245373 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 2353.18 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 981492 KiB

[startup+2382.3 s]
/proc/loadavg: 1.04 1.20 1.35 3/219 9115
/proc/meminfo: memFree=18700808/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10916192 memory=983604 CPUtime=2413.72 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 234167 13176 0 0 241101 264 5 2 20 0 15 0 69557396 11178180608 245901 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2729048 245901 3535 1 0 2690701 0
[pid=8819/tid=8872] ppid=8816 vsize=10916192 memory=981556 CPUtime=2367.94 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 79627 13176 0 0 236751 36 5 2 20 0 15 0 69557405 11178180608 245901 33554432000 4194304 4196468 140723052770448 140419013889168 140418621277706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10916192 memory=5784 CPUtime=6.8 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 10464 13176 0 0 637 36 5 2 20 0 15 0 69557406 11178180608 245901 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10916192 memory=21124 CPUtime=6.83 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 9987 13176 0 0 640 36 5 2 20 0 15 0 69557406 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10916192 memory=981556 CPUtime=6.83 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 14246 13176 0 0 638 38 5 2 20 0 15 0 69557406 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10916192 memory=983604 CPUtime=6.8 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 7178 13176 0 0 637 36 5 2 20 0 15 0 69557406 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10916192 memory=983604 CPUtime=5.25 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 12357 13176 0 0 485 33 5 2 20 0 15 0 69557407 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10916192 memory=981556 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 38 13176 0 0 0 0 5 2 20 0 15 0 69557407 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418500461600 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10916192 memory=983604 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11178180608 245901 33554432000 4194304 4196468 140723052770448 140417915937792 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10916192 memory=981512 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11178180608 245901 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10916192 memory=983604 CPUtime=5.19 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 35183 13176 0 0 508 4 5 2 20 0 15 0 69557410 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10916192 memory=983604 CPUtime=4.89 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 32833 13176 0 0 479 3 5 2 20 0 15 0 69557410 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10916192 memory=983604 CPUtime=2.31 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 28872 13176 0 0 218 6 5 2 20 0 15 0 69557410 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 54 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10916192 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11178180608 245901 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10916192 memory=2444 CPUtime=1.37 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1183 13176 0 0 60 70 5 2 20 0 15 0 69557411 11178180608 245901 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 2413.72 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 983604 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.22 1.35 3/219 9116
/proc/meminfo: memFree=18711036/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10916192 memory=978028 CPUtime=2474.19 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 235966 13176 0 0 247143 269 5 2 20 0 15 0 69557396 11178180608 244507 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2729048 244507 3535 1 0 2690701 0
[pid=8819/tid=8872] ppid=8816 vsize=10916192 memory=978028 CPUtime=2427.62 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 80504 13176 0 0 242718 37 5 2 20 0 15 0 69557405 11178180608 244507 33554432000 4194304 4196468 140723052770448 140419013888656 140418621276493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10916192 memory=983604 CPUtime=6.97 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 10888 13176 0 0 653 37 5 2 20 0 15 0 69557406 11178180608 244507 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10916192 memory=983632 CPUtime=7 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 10057 13176 0 0 656 37 5 2 20 0 15 0 69557406 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10916192 memory=978028 CPUtime=7 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 14347 13176 0 0 654 39 5 2 20 0 15 0 69557406 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10916192 memory=0 CPUtime=6.97 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 7279 13176 0 0 653 37 5 2 20 0 15 0 69557406 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10916192 memory=983632 CPUtime=5.38 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 12559 13176 0 0 496 35 5 2 20 0 15 0 69557407 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10916192 memory=2444 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 38 13176 0 0 0 0 5 2 20 0 15 0 69557407 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418500461600 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10916192 memory=978028 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11178180608 244507 33554432000 4194304 4196468 140723052770448 140417915937792 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10916192 memory=978028 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11178180608 244507 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10916192 memory=978028 CPUtime=5.19 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 35185 13176 0 0 508 4 5 2 20 0 15 0 69557410 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10916192 memory=978028 CPUtime=4.89 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 32835 13176 0 0 479 3 5 2 20 0 15 0 69557410 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10916192 memory=978028 CPUtime=2.31 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 28874 13176 0 0 218 6 5 2 20 0 15 0 69557410 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 54 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10916192 memory=978028 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11178180608 244507 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10916192 memory=978028 CPUtime=1.41 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1201 13176 0 0 62 72 5 2 20 0 15 0 69557411 11178180608 244507 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 2474.19 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 978028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.8 s]
/proc/loadavg: 1.23 1.23 1.34 3/219 9123
/proc/meminfo: memFree=18711176/32770624 swapFree=67108860/67108860
[pid=8819] ppid=8816 vsize=10916192 memory=978092 CPUtime=2520.04 cores=1,3,5,7
/proc/8819/stat : 8819 (java) S 8816 8819 4192 0 -1 1077944320 237097 13176 0 0 251724 273 5 2 20 0 15 0 69557396 11178180608 244523 33554432000 4194304 4196468 140723052770448 140723052752992 140419042053879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
/proc/8819/statm: 2729048 244523 3535 1 0 2690701 0
[pid=8819/tid=8872] ppid=8816 vsize=10916192 memory=15872 CPUtime=2472.88 cores=1,3,5,7
/proc/8819/task/8872/stat : 8872 (java) R 8816 8819 4192 0 -1 4202560 80907 13176 0 0 247243 38 5 2 20 0 15 0 69557405 11178180608 244523 33554432000 4194304 4196468 140723052770448 140419013888656 140418623212977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8873] ppid=8816 vsize=10916192 memory=12644 CPUtime=7.08 cores=1,3,5,7
/proc/8819/task/8873/stat : 8873 (java) S 8816 8819 4192 0 -1 1077944384 10901 13176 0 0 664 37 5 2 20 0 15 0 69557406 11178180608 244523 33554432000 4194304 4196468 140723052770448 140419046296336 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8874] ppid=8816 vsize=10916192 memory=8112282956445269571 CPUtime=7.11 cores=1,3,5,7
/proc/8819/task/8874/stat : 8874 (java) S 8816 8819 4192 0 -1 1077944384 10107 13176 0 0 667 37 5 2 20 0 15 0 69557406 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418934569872 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8875] ppid=8816 vsize=10916192 memory=4048 CPUtime=7.11 cores=1,3,5,7
/proc/8819/task/8875/stat : 8875 (java) S 8816 8819 4192 0 -1 1077944384 14426 13176 0 0 665 39 5 2 20 0 15 0 69557406 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418933517328 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8876] ppid=8816 vsize=10916192 memory=1792 CPUtime=7.08 cores=1,3,5,7
/proc/8819/task/8876/stat : 8876 (java) S 8816 8819 4192 0 -1 1077944384 7642 13176 0 0 664 37 5 2 20 0 15 0 69557406 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418932464784 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8877] ppid=8816 vsize=10916192 memory=1236 CPUtime=5.47 cores=1,3,5,7
/proc/8819/task/8877/stat : 8877 (java) S 8816 8819 4192 0 -1 1077944384 12769 13176 0 0 505 35 5 2 20 0 15 0 69557407 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418501515248 140419042065026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8878] ppid=8816 vsize=10916192 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8878/stat : 8878 (java) S 8816 8819 4192 0 -1 1077944384 38 13176 0 0 0 0 5 2 20 0 15 0 69557407 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418500461600 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8879] ppid=8816 vsize=10916192 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8879/stat : 8879 (java) S 8816 8819 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69557408 11178180608 244523 33554432000 4194304 4196468 140723052770448 140417915937792 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8880] ppid=8816 vsize=10916192 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8880/stat : 8880 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557410 11178180608 244523 33554432000 4194304 4196468 140723052770448 140417608538320 140419042072475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8881] ppid=8816 vsize=10916192 memory=1584 CPUtime=5.19 cores=1,3,5,7
/proc/8819/task/8881/stat : 8881 (java) S 8816 8819 4192 0 -1 1077944384 35187 13176 0 0 508 4 5 2 20 0 15 0 69557410 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418466904560 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8882] ppid=8816 vsize=10916192 memory=928 CPUtime=4.89 cores=1,3,5,7
/proc/8819/task/8882/stat : 8882 (java) S 8816 8819 4192 0 -1 1077944384 32837 13176 0 0 479 3 5 2 20 0 15 0 69557410 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418465852016 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8883] ppid=8816 vsize=10916192 memory=2236 CPUtime=2.31 cores=1,3,5,7
/proc/8819/task/8883/stat : 8883 (java) S 8816 8819 4192 0 -1 1077944384 28876 13176 0 0 218 6 5 2 20 0 15 0 69557410 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418464799472 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 54 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8884] ppid=8816 vsize=10916192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/8819/task/8884/stat : 8884 (java) S 8816 8819 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69557411 11178180608 244523 33554432000 4194304 4196468 140723052770448 140417574980704 140419042064085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
[pid=8819/tid=8885] ppid=8816 vsize=10916192 memory=2196 CPUtime=1.43 cores=1,3,5,7
/proc/8819/task/8885/stat : 8885 (java) S 8816 8819 4192 0 -1 1077944384 1208 13176 0 0 63 73 5 2 20 0 15 0 69557411 11178180608 244523 33554432000 4194304 4196468 140723052770448 140418463746352 140419042065026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31277056 140723052775596 140723052778844 140723052778844 140723052781519 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 978092 KiB

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

[startup+2487.83 s]
# the end of solver process 8819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.33 s, system=2.77148 s

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

Child status: 143
Real time (s): 2487.83
CPU time (s): 2520.1
CPU user time (s): 2517.33
CPU system time (s): 2.77148
CPU usage (%): 101.297
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1184276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.33
system time used= 2.77148
maximum resident set size= 1191460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171439
involuntary context switches= 6457


# summary of solver processes directly reported to runsolver:
#   pid: 8819
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.33
#   total CPU system time (s): 2.77148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2778 second user time and 24.19 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:59:02
IDJOB=4295127
IDBENCH=141471
IDSOLVER=2751
FILE ID=node132/4295127-1532519942
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_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-4295127-1532519942/watcher-4295127-1532519942 -o /tmp/evaluation-result-4295127-1532519942/solver-4295127-1532519942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=622933299 -superng HOME/instance-4295127-1532519942.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=622933299

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:        15726132 kB
MemAvailable:   27067556 kB
Buffers:          199840 kB
Cached:         11308036 kB
SwapCached:            0 kB
Active:          7992692 kB
Inactive:        8424880 kB
Active(anon):    4860028 kB
Inactive(anon):    77616 kB
Active(file):    3132664 kB
Inactive(file):  8347264 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27624 kB
Writeback:           112 kB
AnonPages:       4863332 kB
Mapped:            53024 kB
Shmem:             25248 kB
Slab:             317956 kB
SReclaimable:     289956 kB
SUnreclaim:        28000 kB
KernelStack:        3760 kB
PageTables:        14904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6566268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4608000 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= 52092 MiB
End job on node132 at 2018-07-25 14:40:30