Trace number 4295147

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)97 2520.1 2482.93

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.17308
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.99/0.74	c Concrete v3.8.1528841891564 running
9.93/4.51	o 115
10.61/4.78	o 107
10.93/4.83	o 106
14.32/6.13	o 105
14.48/6.23	o 104
14.79/6.48	o 103
14.97/6.58	o 102
20.23/10.68	o 101
34.53/24.27	o 100
34.53/24.28	o 99
35.58/25.22	o 98
35.58/25.23	o 97
2520.06/2482.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2482.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2482.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2482.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2482.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2482.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2482.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2482.91		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.06/2482.91		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.06/2482.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2482.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2482.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2482.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2482.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2482.91		at scala.Option.map(Option.scala:146)
2520.06/2482.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2482.91		at concrete.MAC.mac(MAC.scala:203)
2520.06/2482.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2482.91		at scala.util.Try$.apply(Try.scala:209)
2520.06/2482.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2482.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2482.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2482.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2482.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2482.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2482.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2482.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2482.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2482.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2482.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2482.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2482.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2482.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2482.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2482.91		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2482.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2482.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2482.91		at scala.util.Success.map(Try.scala:209)
2520.06/2482.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2482.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2482.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2482.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2482.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2482.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2482.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2482.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2482.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2482.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2482.91		at scala.App.main(App.scala:76)
2520.06/2482.91		at scala.App.main$(App.scala:74)
2520.06/2482.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2482.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2482.91	v <instantiation cost="97">
2520.06/2482.91	v       <list>
2520.06/2482.91	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.06/2482.91	v       </list>
2520.06/2482.91	v       <values>
2520.06/2482.91	v         0 3 0 0 2 18 5 41 5 6 6 2 2 15 26 62 64 21 6 12 8 23 11 14 31 27 21 57 62 37 13 19 45 73 28 15 27 34 28 31 6 46 17 15 23 36 70 38 41 40 28 15 47 44 50 31 54 31 48 27 70 15 32 13 32 72 45 19 57 57 59 69 24 61 54 12 24 69 61 56 49 50 40 32 55 60 51 60 78 76 41 34 32 50 67 49 43 54 47 70 46 65 74 70 78 78 76 65 72 71 77 79 79 85 78 82 83 83 93 85 90 97
2520.06/2482.91	v       </values>
2520.06/2482.91	v     </instantiation>
2520.06/2482.92	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 (5910 MiB free)
  memory of node 1: 16384 MiB (13308 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295147-1532522449/watcher-4295147-1532522449 -o /tmp/evaluation-result-4295147-1532522449/solver-4295147-1532522449 -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=148868761 -superng HOME/instance-4295147-1532522449.xml 

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

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


[startup+0.102336 s]*
/proc/loadavg: 1.38 1.26 1.35 2/210 9623
/proc/meminfo: memFree=19669136/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=9972712 memory=18328 CPUtime=0.1 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 4253 13113 0 0 1 1 5 3 20 0 6 0 69808060 10212057088 4582 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2493178 4582 1930 1 0 2481616 0
[pid=9566/tid=9619] ppid=9563 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 2064 13113 0 0 0 0 5 3 20 0 6 0 69808069 10212057088 4648 33554432000 4194304 4196468 140723925715456 139653367476816 139653381322581 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=9972712 memory=5793855757976414649 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 69808070 10212057088 4648 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=9972712 memory=140506966521472 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 69808070 10212057088 4648 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 6 0 69808070 10212057088 4648 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 6 0 69808070 10212057088 4648 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.212429 s]*
/proc/loadavg: 1.38 1.26 1.35 3/219 9632
/proc/meminfo: memFree=19652372/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10821524 memory=44444 CPUtime=0.26 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 8294 13113 0 0 16 2 5 3 20 0 15 0 69808060 11081240576 11045 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2705381 11111 2966 1 0 2667804 0
[pid=9566/tid=9619] ppid=9563 vsize=10818936 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 5246 13113 0 0 10 1 5 3 20 0 15 0 69808069 11078590464 10765 33554432000 4194304 4196468 140723925715456 139653367464864 139653388319773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10818936 memory=4211974233171312010 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11078590464 10765 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10818936 memory=140506966521472 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11078590464 10765 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808070 11078590464 10831 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808070 11078590464 10831 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10818936 memory=140506966521472 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808071 11078590464 10831 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 69808072 11078590464 10831 33554432000 4194304 4196468 140723925715456 139652853867808 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808072 11078590464 10897 33554432000 4194304 4196468 140723925715456 139652270909040 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11078590464 10897 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 500 13113 0 0 1 0 5 3 20 0 15 0 69808075 11078590464 10963 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10818936 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 87 13113 0 0 1 0 5 3 20 0 15 0 69808075 11078590464 10963 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10818936 memory=140506966521472 CPUtime=0.11 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 548 13113 0 0 3 0 5 3 20 0 15 0 69808075 11078590464 10963 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11078590464 11029 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10818936 memory=140506966521472 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808075 11078590464 11029 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44444 KiB

[startup+0.310603 s]*
/proc/loadavg: 1.38 1.26 1.35 3/219 9632
/proc/meminfo: memFree=19641208/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10819352 memory=52996 CPUtime=0.39 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 10311 13113 0 0 28 3 5 3 20 0 15 0 69808060 11079016448 13249 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2704838 13249 3085 1 0 2667149 0
[pid=9566/tid=9619] ppid=9563 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 6937 13113 0 0 19 2 5 3 20 0 15 0 69808069 11079016448 13249 33554432000 4194304 4196468 140723925715456 139653367452064 139653395661981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 13249 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 13249 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 13249 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 13249 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10819352 memory=140506966521471 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808071 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 69808072 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652853867808 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10819352 memory=140506966521472 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808072 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652270909040 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) R 9563 9566 4192 0 -1 4202560 500 13113 0 0 1 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652820310128 139653380529470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 88 13113 0 0 1 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 553 13113 0 0 4 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 13249 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52996 KiB

[startup+0.700754 s]
/proc/loadavg: 1.38 1.26 1.35 3/219 9632
/proc/meminfo: memFree=19629796/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10819352 memory=85004 CPUtime=0.99 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 16423 13113 0 0 87 4 5 3 20 0 15 0 69808060 11079016448 21251 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2704838 21251 3236 1 0 2667149 0
[pid=9566/tid=9619] ppid=9563 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 12019 13113 0 0 55 3 5 3 20 0 15 0 69808069 11079016448 21251 33554432000 4194304 4196468 140723925715456 139653367460880 139653375915883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 21251 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 21251 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 21251 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808070 11079016448 21251 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 69808071 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10819352 memory=140506835199216 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 69808072 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652853867808 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808072 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652270909040 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10819352 memory=6944656575208382560 CPUtime=0.16 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 905 13113 0 0 8 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10819352 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 653 13113 0 0 9 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 602 13113 0 0 12 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808075 11079016448 21251 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85004 KiB

[startup+1.50149 s]
/proc/loadavg: 1.38 1.26 1.35 5/219 9632
/proc/meminfo: memFree=19584396/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10834252 memory=174964 CPUtime=2.29 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 24021 13113 0 0 210 11 5 3 20 0 15 0 69808060 11094274048 43741 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2708563 43741 3469 1 0 2670221 0
[pid=9566/tid=9619] ppid=9563 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 17508 13113 0 0 129 6 5 3 20 0 15 0 69808069 11094274048 43741 33554432000 4194304 4196468 140723925715456 139653367449248 139653381320240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10834252 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 24 13113 0 0 0 0 5 3 20 0 15 0 69808070 11094274048 43741 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10834252 memory=21132 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 18 13113 0 0 0 0 5 3 20 0 15 0 69808070 11094274048 43741 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10834252 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 71 13113 0 0 1 0 5 3 20 0 15 0 69808070 11094274048 43741 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10834252 memory=99004 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 197 13113 0 0 0 0 5 3 20 0 15 0 69808070 11094274048 43741 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 387 13113 0 0 1 0 5 3 20 0 15 0 69808071 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 69808072 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652853867872 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808072 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652270909056 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 1065 13113 0 0 17 0 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 1112 13113 0 0 23 0 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10834252 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 1406 13113 0 0 33 1 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 69808075 11094274048 43741 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 89005 13113 0 0 236326 43 5 3 20 0 15 0 69808069 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653367475104 139652977412922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.72 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 15945 13113 0 0 824 40 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10916192 memory=0 CPUtime=8.73 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 13254 13113 0 0 822 43 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.73 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 14368 13113 0 0 825 40 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.74 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 15516 13113 0 0 824 42 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10916192 memory=1051304 CPUtime=7.26 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 16226 13113 0 0 682 36 5 3 20 0 15 0 69808071 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10916192 memory=2444 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 37 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652853867936 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652270909056 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10916192 memory=1051304 CPUtime=4.62 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 30145 13113 0 0 450 4 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10916192 memory=1051304 CPUtime=4.65 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 26366 13113 0 0 455 2 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10916192 memory=1051304 CPUtime=2.31 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 28870 13113 0 0 217 6 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10916192 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1280 13113 0 0 57 72 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 2418.31 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1051304 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.46 1.42 3/219 9857
/proc/meminfo: memFree=18731676/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10916192 memory=1051304 CPUtime=2479.01 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 254987 13113 0 0 247599 294 5 3 20 0 15 0 69808060 11178180608 262826 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2729048 262826 3531 1 0 2690701 0
[pid=9566/tid=9619] ppid=9563 vsize=10916192 memory=1051304 CPUtime=2423.21 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 89691 13113 0 0 242270 43 5 3 20 0 15 0 69808069 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653367474560 139652974100181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.97 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 15988 13113 0 0 848 41 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.99 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 13966 13113 0 0 847 44 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10916192 memory=1051304 CPUtime=8.99 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 14443 13113 0 0 849 42 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10916192 memory=1051304 CPUtime=9 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 15552 13113 0 0 849 43 5 3 20 0 15 0 69808070 11178180608 262826 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10916192 memory=1051304 CPUtime=7.46 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 16427 13113 0 0 700 38 5 3 20 0 15 0 69808071 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 37 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652853867936 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652270909056 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10916192 memory=1051304 CPUtime=4.62 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 30147 13113 0 0 450 4 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10916192 memory=1051304 CPUtime=4.65 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 26368 13113 0 0 455 2 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10916192 memory=1408 CPUtime=2.31 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 28872 13113 0 0 217 6 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10916192 memory=1948 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10916192 memory=1051304 CPUtime=1.41 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1297 13113 0 0 59 74 5 3 20 0 15 0 69808075 11178180608 262826 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 2479.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1051304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.9 s]
/proc/loadavg: 1.47 1.45 1.42 3/219 9858
/proc/meminfo: memFree=18729648/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2520.06 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 255813 13113 0 0 251701 297 5 3 20 0 15 0 69808060 11178180608 263338 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2729048 263338 3531 1 0 2690701 0
[pid=9566/tid=9619] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2463.47 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 90121 13113 0 0 246295 44 5 3 20 0 15 0 69808069 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653367474464 139652976413136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10916192 memory=1053352 CPUtime=9.14 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 16081 13113 0 0 864 42 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10916192 memory=1053352 CPUtime=9.15 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 14011 13113 0 0 862 45 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10916192 memory=1051304 CPUtime=9.15 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 14465 13113 0 0 865 42 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10916192 memory=1051304 CPUtime=9.17 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 15567 13113 0 0 865 44 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10916192 memory=1051304 CPUtime=7.59 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 16626 13113 0 0 713 38 5 3 20 0 15 0 69808071 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 37 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652853867936 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10916192 memory=1053352 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652270909056 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10916192 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10916192 memory=21192 CPUtime=4.62 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 30149 13113 0 0 450 4 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10916192 memory=1053352 CPUtime=4.65 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 26370 13113 0 0 455 2 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2.31 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 28874 13113 0 0 217 6 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10916192 memory=1053352 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10916192 memory=1053352 CPUtime=1.43 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1313 13113 0 0 60 75 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1053352 KiB

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

[startup+2482.93 s]
# the end of solver process 9566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.08 s, system=3.01881 s

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

[startup+2482.9 s]
/proc/loadavg: 1.47 1.45 1.42 3/219 9858
/proc/meminfo: memFree=18729648/32770624 swapFree=67108860/67108860
[pid=9566] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2520.06 cores=1,3,5,7
/proc/9566/stat : 9566 (java) S 9563 9566 4192 0 -1 1077944320 255813 13113 0 0 251701 297 5 3 20 0 15 0 69808060 11178180608 263338 33554432000 4194304 4196468 140723925715456 140723925698000 139653395640055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
/proc/9566/statm: 2729048 263338 3531 1 0 2690701 0
[pid=9566/tid=9619] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2463.47 cores=1,3,5,7
/proc/9566/task/9619/stat : 9619 (java) R 9563 9566 4192 0 -1 4202560 90121 13113 0 0 246295 44 5 3 20 0 15 0 69808069 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653367474464 139652976413136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9620] ppid=9563 vsize=10916192 memory=1053352 CPUtime=9.14 cores=1,3,5,7
/proc/9566/task/9620/stat : 9620 (java) S 9563 9566 4192 0 -1 1077944384 16081 13113 0 0 864 42 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653399882128 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9621] ppid=9563 vsize=10916192 memory=1053352 CPUtime=9.15 cores=1,3,5,7
/proc/9566/task/9621/stat : 9621 (java) S 9563 9566 4192 0 -1 1077944384 14011 13113 0 0 862 45 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653288155408 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9622] ppid=9563 vsize=10916192 memory=1051304 CPUtime=9.15 cores=1,3,5,7
/proc/9566/task/9622/stat : 9622 (java) S 9563 9566 4192 0 -1 1077944384 14465 13113 0 0 865 42 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653287103120 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9623] ppid=9563 vsize=10916192 memory=1051304 CPUtime=9.17 cores=1,3,5,7
/proc/9566/task/9623/stat : 9623 (java) S 9563 9566 4192 0 -1 1077944384 15567 13113 0 0 865 44 5 3 20 0 15 0 69808070 11178180608 263338 33554432000 4194304 4196468 140723925715456 139653286050320 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9624] ppid=9563 vsize=10916192 memory=1051304 CPUtime=7.59 cores=1,3,5,7
/proc/9566/task/9624/stat : 9624 (java) S 9563 9566 4192 0 -1 1077944384 16626 13113 0 0 713 38 5 3 20 0 15 0 69808071 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652854921840 139653395651202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9625] ppid=9563 vsize=10916192 memory=1051304 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9625/stat : 9625 (java) S 9563 9566 4192 0 -1 1077944384 37 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652853867936 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9626] ppid=9563 vsize=10916192 memory=1053352 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9626/stat : 9626 (java) S 9563 9566 4192 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 69808072 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652270909056 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9627] ppid=9563 vsize=10916192 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9627/stat : 9627 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139651963509328 139653395658651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9628] ppid=9563 vsize=10916192 memory=21192 CPUtime=4.62 cores=1,3,5,7
/proc/9566/task/9628/stat : 9628 (java) S 9563 9566 4192 0 -1 1077944384 30149 13113 0 0 450 4 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652820310128 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9629] ppid=9563 vsize=10916192 memory=1053352 CPUtime=4.65 cores=1,3,5,7
/proc/9566/task/9629/stat : 9629 (java) S 9563 9566 4192 0 -1 1077944384 26370 13113 0 0 455 2 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652819257328 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9630] ppid=9563 vsize=10916192 memory=1053352 CPUtime=2.31 cores=1,3,5,7
/proc/9566/task/9630/stat : 9630 (java) S 9563 9566 4192 0 -1 1077944384 28874 13113 0 0 217 6 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652818205040 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9631] ppid=9563 vsize=10916192 memory=1053352 CPUtime=0.08 cores=1,3,5,7
/proc/9566/task/9631/stat : 9631 (java) S 9563 9566 4192 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139651929950688 139653395650261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
[pid=9566/tid=9632] ppid=9563 vsize=10916192 memory=1053352 CPUtime=1.43 cores=1,3,5,7
/proc/9566/task/9632/stat : 9632 (java) S 9563 9566 4192 0 -1 1077944384 1313 13113 0 0 60 75 5 3 20 0 15 0 69808075 11178180608 263338 33554432000 4194304 4196468 140723925715456 139652817152944 139653395651202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26406912 140723925719212 140723925722460 140723925722460 140723925725135 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1053352 KiB

Child status: 143
Real time (s): 2482.93
CPU time (s): 2520.1
CPU user time (s): 2517.08
CPU system time (s): 3.01881
CPU usage (%): 101.497
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1246180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.08
system time used= 3.0188
maximum resident set size= 1249736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199571
involuntary context switches= 8456


# summary of solver processes directly reported to runsolver:
#   pid: 9566
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.08
#   total CPU system time (s): 3.01881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5136 second user time and 24.5544 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:40:49
IDJOB=4295147
IDBENCH=141476
IDSOLVER=2751
FILE ID=node132/4295147-1532522449
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-04_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-4295147-1532522449/watcher-4295147-1532522449 -o /tmp/evaluation-result-4295147-1532522449/solver-4295147-1532522449 -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=148868761 -superng HOME/instance-4295147-1532522449.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=148868761

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:        19679788 kB
MemAvailable:   31023596 kB
Buffers:          201368 kB
Cached:         11309160 kB
SwapCached:            0 kB
Active:          4042256 kB
Inactive:        8426364 kB
Active(anon):     908680 kB
Inactive(anon):    77616 kB
Active(file):    3133576 kB
Inactive(file):  8348748 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26716 kB
Writeback:             0 kB
AnonPages:        965276 kB
Mapped:            52784 kB
Shmem:             25248 kB
Slab:             317804 kB
SReclaimable:     289944 kB
SUnreclaim:        27860 kB
KernelStack:        3648 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1912096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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 15:22:12