Trace number 4302714

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)97 252.136 238.434

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-04_c18.xml
MD5SUM15f73e55c1796ea716b22977fcdd958b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark8.6254
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size610
Distribution of domain sizes[{"size":1,"count":1},{"size":610,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":35},{"degree":5,"count":40},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":183},{"arity":27,"count":1},{"arity":29,"count":1},{"arity":31,"count":1},{"arity":33,"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.9.2.1532736233296 running
10.15/4.56	o 119
10.15/4.60	o 116
11.44/4.96	o 115
13.04/5.48	o 112
13.04/5.48	o 109
13.04/5.48	o 108
13.67/5.69	o 107
14.50/5.96	o 105
14.50/5.99	o 104
14.76/6.02	o 102
14.76/6.08	o 101
17.08/7.41	o 100
91.93/79.60	o 98
143.59/130.98	o 97
252.08/238.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/238.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/238.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/238.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.08/238.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/238.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/238.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/238.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.08/238.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.08/238.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/238.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/238.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/238.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/238.40		at scala.Option.map(Option.scala:146)
252.08/238.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/238.40		at concrete.MAC.mac(MAC.scala:203)
252.08/238.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/238.40		at scala.util.Try$.apply(Try.scala:209)
252.08/238.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/238.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/238.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/238.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/238.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/238.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/238.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/238.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/238.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/238.41		at concrete.MAC.oneRun(MAC.scala:253)
252.08/238.41		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/238.41		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/238.41		at concrete.Solver.hasNext(Solver.scala:166)
252.08/238.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/238.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/238.41		at concrete.Solver.foreach(Solver.scala:68)
252.08/238.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/238.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/238.41		at scala.util.Success.map(Try.scala:209)
252.08/238.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/238.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/238.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/238.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/238.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/238.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/238.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/238.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/238.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/238.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/238.41		at scala.App.main(App.scala:76)
252.08/238.41		at scala.App.main$(App.scala:74)
252.08/238.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/238.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/238.41	v <instantiation cost="97">
252.08/238.41	v       <list>
252.08/238.41	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]
252.08/238.41	v       </list>
252.08/238.41	v       <values>
252.08/238.41	v         0 0 0 0 2 4 5 4 5 6 6 2 2 15 15 48 64 41 6 12 9 43 11 14 27 29 28 57 63 33 28 19 49 73 28 16 24 34 28 26 14 28 21 3 8 38 77 49 36 40 28 15 47 39 64 17 45 14 34 31 59 75 56 16 27 65 71 19 40 68 50 39 24 62 54 17 24 70 61 68 52 45 40 47 37 69 37 63 78 64 21 34 70 71 58 52 46 48 47 71 60 64 75 71 78 79 77 71 72 71 76 81 79 86 78 82 83 83 93 85 90 97
252.08/238.41	v       </values>
252.08/238.41	v     </instantiation>
252.08/238.41	s SATISFIABLE

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302714-1532897817/watcher-4302714-1532897817 -o /tmp/evaluation-result-4302714-1532897817/solver-4302714-1532897817 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1014490909 -superng HOME/instance-4302714-1532897817.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=29421, runsolver pid=29418
Current StackSize limit: 8192 KiB


[startup+0.102174 s]*
/proc/loadavg: 1.95 1.71 1.77 2/206 29478
/proc/meminfo: memFree=27267752/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 4333 13181 0 0 1 0 5 2 20 0 6 0 107344875 10245611520 4204 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2501370 4204 1935 1 0 2489808 0
[pid=29421/tid=29474] ppid=29418 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 2145 13181 0 0 0 0 5 2 20 0 6 0 107344884 10245611520 4204 33554432000 4194304 4196468 140727201247024 139677695930960 139677709776691 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 6 0 107344885 10245611520 4204 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=10005480 memory=139887955371648 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 6 0 107344885 10245611520 4204 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 6 0 107344885 10245611520 4204 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 6 0 107344885 10245611520 4204 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.20973 s]*
/proc/loadavg: 1.95 1.71 1.77 3/215 29487
/proc/meminfo: memFree=27246944/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=10982744 memory=42576 CPUtime=0.24 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 7319 13181 0 0 16 1 5 2 20 0 15 0 107344875 11246329856 10644 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2745686 10644 2950 1 0 2708109 0
[pid=29421/tid=29474] ppid=29418 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 3923 13181 0 0 10 1 5 2 20 0 15 0 107344884 11246329856 10644 33554432000 4194304 4196468 140727201247024 139677695891120 139677704369906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=10982744 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246329856 10644 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=10982744 memory=3834170134946604704 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246329856 10644 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246329856 10644 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246329856 10644 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=10982744 memory=139887955371648 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 13 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676564317856 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676362990832 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 482 13181 0 0 1 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 125 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=10982744 memory=139887955371648 CPUtime=0.09 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 605 13181 0 0 2 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=10982744 memory=139887955371648 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246329856 10710 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42576 KiB

[startup+0.310113 s]*
/proc/loadavg: 1.95 1.71 1.77 3/215 29487
/proc/meminfo: memFree=27234168/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=10983192 memory=56292 CPUtime=0.38 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 10651 13181 0 0 28 3 5 2 20 0 15 0 107344875 11246788608 14073 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2745798 14073 3069 1 0 2708109 0
[pid=29421/tid=29474] ppid=29418 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 7211 13181 0 0 19 2 5 2 20 0 15 0 107344884 11246788608 14073 33554432000 4194304 4196468 140727201247024 139677695906208 139677708174686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 14073 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 14073 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 14073 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 14073 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 13 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676564317856 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676362990832 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 484 13181 0 0 1 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 128 13181 0 0 1 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=10983192 memory=139887955371648 CPUtime=0.11 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 611 13181 0 0 4 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=10983192 memory=139887955371648 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 14073 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56292 KiB

[startup+0.700653 s]
/proc/loadavg: 1.95 1.71 1.77 4/215 29487
/proc/meminfo: memFree=27223128/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=10983192 memory=88716 CPUtime=0.98 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 16758 13181 0 0 87 4 5 2 20 0 15 0 107344875 11246788608 22179 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2745798 22179 3238 1 0 2708109 0
[pid=29421/tid=29474] ppid=29418 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 12273 13181 0 0 56 3 5 2 20 0 15 0 107344884 11246788608 22179 33554432000 4194304 4196468 140727201247024 139677695915024 139677707280955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 22179 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 22179 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 22179 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2 13181 0 0 0 0 5 2 20 0 15 0 107344885 11246788608 22179 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 5 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=10983192 memory=139887823172272 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 13 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676564317856 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=10983192 memory=139891379798608 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344887 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676362990832 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=10983192 memory=7089042195949315648 CPUtime=0.17 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 1074 13181 0 0 10 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=10983192 memory=7881696724453321575 CPUtime=0.14 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 525 13181 0 0 7 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 663 13181 0 0 13 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344890 11246788608 22179 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88716 KiB

[startup+1.50076 s]
/proc/loadavg: 1.96 1.72 1.78 4/215 29487
/proc/meminfo: memFree=27177044/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=10998092 memory=179296 CPUtime=2.29 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 23845 13181 0 0 213 9 5 2 20 0 15 0 107344875 11262046208 44824 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2749523 44824 3467 1 0 2711181 0
[pid=29421/tid=29474] ppid=29418 vsize=10998092 memory=10757 CPUtime=1.42 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 17710 13181 0 0 130 5 5 2 20 0 15 0 107344884 11262046208 44824 33554432000 4194304 4196468 140727201247024 139677695920832 139677724116125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 67 13181 0 0 1 0 5 2 20 0 15 0 107344885 11262046208 44824 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 17 13181 0 0 1 0 5 2 20 0 15 0 107344885 11262046208 44824 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=10998092 memory=3140 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 219 13181 0 0 1 0 5 2 20 0 15 0 107344885 11262046208 44824 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=10998092 memory=88716 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 36 13181 0 0 0 0 5 2 20 0 15 0 107344885 11262046208 44824 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 56 13181 0 0 1 0 5 2 20 0 15 0 107344887 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 14 13181 0 0 0 0 5 2 20 0 15 0 107344887 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676564317920 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344887 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676362990848 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 1530 13181 0 0 22 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=10998092 memory=279775646620544 CPUtime=0.26 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 725 13181 0 0 19 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=10998092 memory=6944656592452807323 CPUtime=0.41 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 1271 13181 0 0 34 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 1 13181 0 0 0 0 5 2 20 0 15 0 107344890 11262046208 44824 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 51044 13181 0 0 10150 23 5 2 20 0 15 0 107344884 11345952768 295836 33554432000 4194304 4196468 140727201247024 139677695929392 139677257683518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=11080032 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 537 13181 0 0 21 7 5 2 20 0 15 0 107344885 11345952768 295836 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=11080032 memory=1189504 CPUtime=0.36 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 2866 13181 0 0 21 8 5 2 20 0 15 0 107344885 11345952768 295836 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=11080032 memory=1212076 CPUtime=0.37 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1856 13181 0 0 22 8 5 2 20 0 15 0 107344885 11345952768 295836 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=11080032 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2120 13181 0 0 22 8 5 2 20 0 15 0 107344885 11345952768 295836 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=11080032 memory=33 CPUtime=0.16 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 5039 13181 0 0 8 1 5 2 20 0 15 0 107344887 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=11080032 memory=1189504 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 21 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676564317920 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=11080032 memory=1189504 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 16 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676362990848 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=11080032 memory=30480 CPUtime=5.03 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 18469 13181 0 0 493 3 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=11080032 memory=1189504 CPUtime=4.63 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 19325 13181 0 0 453 3 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=11080032 memory=253282811438682 CPUtime=2.23 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 15599 13181 0 0 213 3 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=11080032 memory=-3252517613199061085 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=11080032 memory=7307198587284646502 CPUtime=0.12 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 883 13181 0 0 2 3 5 2 20 0 15 0 107344890 11345952768 295836 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 114.91 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1183344 KiB

[startup+162.301 s]
/proc/loadavg: 1.86 1.73 1.77 3/215 29618
/proc/meminfo: memFree=24249656/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=11080032 memory=1071524 CPUtime=175.32 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 132780 13181 0 0 17450 75 5 2 20 0 15 0 107344875 11345952768 267881 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2770008 267881 3536 1 0 2731661 0
[pid=29421/tid=29474] ppid=29418 vsize=11080032 memory=1079732 CPUtime=161.69 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 53373 13181 0 0 16139 23 5 2 20 0 15 0 107344884 11345952768 267881 33554432000 4194304 4196468 140727201247024 139677695928672 139677271195144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=11080032 memory=1072552 CPUtime=0.41 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 2127 13181 0 0 26 8 5 2 20 0 15 0 107344885 11345952768 267881 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=11080032 memory=1071524 CPUtime=0.41 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 3069 13181 0 0 26 8 5 2 20 0 15 0 107344885 11345952768 267881 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=11080032 memory=1071524 CPUtime=0.43 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 1973 13181 0 0 28 8 5 2 20 0 15 0 107344885 11345952768 267881 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=11080032 memory=1700 CPUtime=0.42 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2281 13181 0 0 27 8 5 2 20 0 15 0 107344885 11345952768 267881 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=11080032 memory=1079732 CPUtime=0.21 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 5413 13181 0 0 12 2 5 2 20 0 15 0 107344887 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=11080032 memory=1084348 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 21 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676564317920 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=11080032 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 16 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676362990848 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=11080032 memory=7089875703205882683 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=11080032 memory=1072552 CPUtime=5.18 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 22248 13181 0 0 508 3 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=11080032 memory=2340 CPUtime=4.69 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 20808 13181 0 0 459 3 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=11080032 memory=756 CPUtime=2.25 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 18328 13181 0 0 215 3 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=11080032 memory=14572 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=11080032 memory=4140 CPUtime=0.15 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 925 13181 0 0 3 5 5 2 20 0 15 0 107344890 11345952768 267881 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 175.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1071524 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.67 1.75 3/216 29627
/proc/meminfo: memFree=24215452/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=11080032 memory=1059216 CPUtime=235.82 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 140739 13181 0 0 23497 78 5 2 20 0 15 0 107344875 11345952768 264804 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2770008 264804 3536 1 0 2731661 0
[pid=29421/tid=29474] ppid=29418 vsize=11080032 memory=1059216 CPUtime=221.4 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 54838 13181 0 0 22109 24 5 2 20 0 15 0 107344884 11345952768 264804 33554432000 4194304 4196468 140727201247024 139677695928912 139677271195073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=11080032 memory=1059216 CPUtime=0.55 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 2711 13181 0 0 39 9 5 2 20 0 15 0 107344885 11345952768 264804 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=11080032 memory=1059216 CPUtime=0.56 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 3185 13181 0 0 40 9 5 2 20 0 15 0 107344885 11345952768 264804 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=11080032 memory=1059216 CPUtime=0.58 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 3113 13181 0 0 42 9 5 2 20 0 15 0 107344885 11345952768 264804 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=11080032 memory=1059216 CPUtime=0.56 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2378 13181 0 0 40 9 5 2 20 0 15 0 107344885 11345952768 264804 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=11080032 memory=2236 CPUtime=0.32 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 5779 13181 0 0 23 2 5 2 20 0 15 0 107344887 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=11080032 memory=1059216 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 21 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676564317920 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=11080032 memory=14572 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 16 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676362990848 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=11080032 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=11080032 memory=1059216 CPUtime=5.22 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 23621 13181 0 0 512 3 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=11080032 memory=1059216 CPUtime=4.7 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 23061 13181 0 0 460 3 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=11080032 memory=1572 CPUtime=2.25 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 18836 13181 0 0 215 3 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=11080032 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=11080032 memory=4140 CPUtime=0.18 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 982 13181 0 0 5 6 5 2 20 0 15 0 107344890 11345952768 264804 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 235.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.401 s]
/proc/loadavg: 1.53 1.66 1.74 3/216 29627
/proc/meminfo: memFree=24172604/32770624 swapFree=67108860/67108860
[pid=29421] ppid=29418 vsize=11080032 memory=1059236 CPUtime=252.08 cores=1,3,5,7
/proc/29421/stat : 29421 (java) S 29418 29421 13514 0 -1 1077944320 142410 13181 0 0 25121 80 5 2 20 0 15 0 107344875 11345952768 264809 33554432000 4194304 4196468 140727201247024 140727201229568 139677724094199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
/proc/29421/statm: 2770008 264809 3536 1 0 2731661 0
[pid=29421/tid=29474] ppid=29418 vsize=11080032 memory=6791534058613427641 CPUtime=237.39 cores=1,3,5,7
/proc/29421/task/29474/stat : 29474 (java) R 29418 29421 13514 0 -1 4202560 55101 13181 0 0 23708 24 5 2 20 0 15 0 107344884 11345952768 264809 33554432000 4194304 4196468 140727201247024 139677695928816 139677268867582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29475] ppid=29418 vsize=11080032 memory=2204 CPUtime=0.61 cores=1,3,5,7
/proc/29421/task/29475/stat : 29475 (java) S 29418 29421 13514 0 -1 1077944384 3776 13181 0 0 45 9 5 2 20 0 15 0 107344885 11345952768 264809 33554432000 4194304 4196468 140727201247024 139677728336400 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29476] ppid=29418 vsize=11080032 memory=1240 CPUtime=0.61 cores=1,3,5,7
/proc/29421/task/29476/stat : 29476 (java) S 29418 29421 13514 0 -1 1077944384 3296 13181 0 0 45 9 5 2 20 0 15 0 107344885 11345952768 264809 33554432000 4194304 4196468 140727201247024 139677583055504 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29477] ppid=29418 vsize=11080032 memory=1520 CPUtime=0.63 cores=1,3,5,7
/proc/29421/task/29477/stat : 29477 (java) S 29418 29421 13514 0 -1 1077944384 3146 13181 0 0 47 9 5 2 20 0 15 0 107344885 11345952768 264809 33554432000 4194304 4196468 140727201247024 139677582002448 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29478] ppid=29418 vsize=11080032 memory=844 CPUtime=0.62 cores=1,3,5,7
/proc/29421/task/29478/stat : 29478 (java) S 29418 29421 13514 0 -1 1077944384 2389 13181 0 0 45 10 5 2 20 0 15 0 107344885 11345952768 264809 33554432000 4194304 4196468 140727201247024 139677580949904 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29479] ppid=29418 vsize=11080032 memory=3360 CPUtime=0.38 cores=1,3,5,7
/proc/29421/task/29479/stat : 29479 (java) S 29418 29421 13514 0 -1 1077944384 5959 13181 0 0 28 3 5 2 20 0 15 0 107344887 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676693273328 139677724105346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29480] ppid=29418 vsize=11080032 memory=17040 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29480/stat : 29480 (java) S 29418 29421 13514 0 -1 1077944384 21 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676564317920 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29481] ppid=29418 vsize=11080032 memory=2324 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29481/stat : 29481 (java) S 29418 29421 13514 0 -1 1077944384 16 13181 0 0 0 0 5 2 20 0 15 0 107344887 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676362990848 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29482] ppid=29418 vsize=11080032 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29482/stat : 29482 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676055591376 139677724112795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29483] ppid=29418 vsize=11080032 memory=496 CPUtime=5.22 cores=1,3,5,7
/proc/29421/task/29483/stat : 29483 (java) S 29418 29421 13514 0 -1 1077944384 23623 13181 0 0 512 3 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676692220144 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29484] ppid=29418 vsize=11080032 memory=928 CPUtime=4.7 cores=1,3,5,7
/proc/29421/task/29484/stat : 29484 (java) S 29418 29421 13514 0 -1 1077944384 23063 13181 0 0 460 3 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676691167600 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29485] ppid=29418 vsize=11080032 memory=1172 CPUtime=2.25 cores=1,3,5,7
/proc/29421/task/29485/stat : 29485 (java) S 29418 29421 13514 0 -1 1077944384 18838 13181 0 0 215 3 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676690114544 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29486] ppid=29418 vsize=11080032 memory=1968 CPUtime=0.07 cores=1,3,5,7
/proc/29421/task/29486/stat : 29486 (java) S 29418 29421 13514 0 -1 1077944384 3 13181 0 0 0 0 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139675624794464 139677724104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
[pid=29421/tid=29487] ppid=29418 vsize=11080032 memory=14572 CPUtime=0.19 cores=1,3,5,7
/proc/29421/task/29487/stat : 29487 (java) S 29418 29421 13514 0 -1 1077944384 984 13181 0 0 5 7 5 2 20 0 15 0 107344890 11345952768 264809 33554432000 4194304 4196468 140727201247024 139676689062960 139677724105346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28966912 140727201253992 140727201256801 140727201256801 140727201259471 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1059236 KiB

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

[startup+238.434 s]
# the end of solver process 29421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.285 s, system=0.850331 s

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

Child status: 143
Real time (s): 238.434
CPU time (s): 252.136
CPU user time (s): 251.285
CPU system time (s): 0.850331
CPU usage (%): 105.746
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1293812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.285
system time used= 0.850331
maximum resident set size= 1295860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158310
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= 18437
involuntary context switches= 349


# summary of solver processes directly reported to runsolver:
#   pid: 29421
#   total CPU time (s): 252.136
#   total CPU user time (s): 251.285
#   total CPU system time (s): 0.850331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0499 second user time and 2.67957 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:56:57
IDJOB=4302714
IDBENCH=141476
IDSOLVER=2777
FILE ID=node136/4302714-1532897817
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302714-1532897817/watcher-4302714-1532897817 -o /tmp/evaluation-result-4302714-1532897817/solver-4302714-1532897817 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1014490909 -superng HOME/instance-4302714-1532897817.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=1014490909

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27276252 kB
MemAvailable:   30691596 kB
Buffers:          221380 kB
Cached:          3464284 kB
SwapCached:            0 kB
Active:          3055740 kB
Inactive:        1958608 kB
Active(anon):    1280132 kB
Inactive(anon):    76480 kB
Active(file):    1775608 kB
Inactive(file):  1882128 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27100 kB
Writeback:             0 kB
AnonPages:       1336312 kB
Mapped:            48112 kB
Shmem:             25228 kB
Slab:             175060 kB
SReclaimable:     146888 kB
SUnreclaim:        28172 kB
KernelStack:        3616 kB
PageTables:         8112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2452260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1101824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 23:00:56