Trace number 4295150

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 2018-06-13SAT (TO)130 2520.1 2472.83

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-03_c18.xml
MD5SUM23ddd46bc08a13908205cdb197974328
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size663
Distribution of domain sizes[{"size":1,"count":1},{"size":663,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":50},{"degree":4,"count":27},{"degree":5,"count":41},{"degree":6,"count":4}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":30,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
9.95/4.57	o 148
10.30/4.65	o 144
12.02/5.28	o 139
12.33/5.49	o 137
16.90/9.08	o 135
17.98/9.79	o 134
23.71/14.93	o 132
26.09/16.96	o 131
27.54/18.36	o 130
2520.05/2472.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2472.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2472.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2472.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2472.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2472.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2472.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2472.81		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.05/2472.81		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.05/2472.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2472.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2472.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2472.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.05/2472.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2472.81		at scala.Option.map(Option.scala:146)
2520.05/2472.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2472.81		at concrete.MAC.mac(MAC.scala:203)
2520.05/2472.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2472.81		at scala.util.Try$.apply(Try.scala:209)
2520.05/2472.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2472.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2472.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2472.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2472.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2472.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2472.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2472.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2472.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2472.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2472.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2472.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2472.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2472.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2472.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2472.81		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2472.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2472.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2472.81		at scala.util.Success.map(Try.scala:209)
2520.05/2472.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2472.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2472.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2472.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2472.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2472.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2472.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2472.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2472.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2472.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2472.81		at scala.App.main(App.scala:76)
2520.05/2472.81		at scala.App.main$(App.scala:74)
2520.05/2472.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2472.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2472.82	v <instantiation cost="130">
2520.05/2472.82	v       <list>
2520.05/2472.82	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.05/2472.82	v       </list>
2520.05/2472.82	v       <values>
2520.05/2472.82	v         0 0 0 10 4 10 3 19 6 3 6 28 30 22 8 63 17 46 17 30 27 8 47 41 8 47 8 8 17 33 65 19 24 54 49 30 51 88 52 40 28 17 14 31 51 34 37 71 32 75 29 36 40 10 34 37 25 20 50 19 65 44 74 64 49 7 66 41 14 51 84 24 75 56 83 55 66 29 95 75 75 90 100 27 83 83 90 33 87 46 30 95 17 56 90 49 73 56 97 32 103 28 97 90 96 83 47 69 73 95 105 109 95 103 106 111 97 111 109 121 111 130
2520.05/2472.82	v       </values>
2520.05/2472.82	v     </instantiation>
2520.05/2472.82	s SATISFIABLE

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295150-1532530880/watcher-4295150-1532530880 -o /tmp/evaluation-result-4295150-1532530880/solver-4295150-1532530880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1772588165 HOME/instance-4295150-1532530880.xml 

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

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

solver pid=26034, runsolver pid=26031

[startup+0.100094 s]*
/proc/loadavg: 1.44 1.34 1.46 3/206 26091
/proc/meminfo: memFree=20411928/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=9972712 memory=18952 CPUtime=0.08 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 4371 12946 0 0 1 0 5 2 20 0 6 0 70651197 10212057088 4738 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2493178 4738 1934 1 0 2481616 0
[pid=26034/tid=26087] ppid=26031 vsize=9972712 memory=4279135703946725007 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 2176 12946 0 0 1 0 5 2 20 0 6 0 70651206 10212057088 4738 33554432000 4194304 4196468 140735717406400 140694183465552 140694197311283 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 6 0 70651207 10212057088 4738 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=9972712 memory=140616526935680 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 6 0 70651207 10212057088 4738 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 6 0 70651207 10212057088 4738 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 6 0 70651207 10212057088 4738 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209877 s]*
/proc/loadavg: 1.44 1.34 1.46 3/215 26100
/proc/meminfo: memFree=20390180/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10819896 memory=43460 CPUtime=0.25 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 8122 12946 0 0 17 1 5 2 20 0 15 0 70651197 11079573504 10865 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2704974 10865 2944 1 0 2667397 0
[pid=26034/tid=26087] ppid=26031 vsize=10819896 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 4711 12946 0 0 11 1 5 2 20 0 15 0 70651206 11079573504 10931 33554432000 4194304 4196468 140735717406400 140694183453600 140694204345754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10821524 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11081240576 10931 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10821524 memory=140616526960240 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11081240576 10931 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11081240576 10997 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651207 11081240576 10997 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10821524 memory=140616526935680 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651208 11081240576 10997 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 70651209 11081240576 10997 33554432000 4194304 4196468 140735717406400 140693196497696 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11081240576 10997 33554432000 4194304 4196468 140735717406400 140692995171440 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11081240576 11063 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 359 12946 0 0 1 0 5 2 20 0 15 0 70651212 11081240576 11063 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 256 12946 0 0 1 0 5 2 20 0 15 0 70651212 11081240576 11063 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10821524 memory=140616526935680 CPUtime=0.1 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 635 12946 0 0 3 0 5 2 20 0 15 0 70651212 11081240576 11063 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11081240576 11129 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10821524 memory=140616526935680 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651212 11081240576 11129 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 43460 KiB

[startup+0.310204 s]*
/proc/loadavg: 1.44 1.34 1.46 3/215 26100
/proc/meminfo: memFree=20377948/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10819352 memory=53316 CPUtime=0.38 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 10450 12946 0 0 29 2 5 2 20 0 15 0 70651197 11079016448 13329 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2704838 13329 3063 1 0 2667149 0
[pid=26034/tid=26087] ppid=26031 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 6963 12946 0 0 20 1 5 2 20 0 15 0 70651206 11079016448 13329 33554432000 4194304 4196468 140735717406400 140694183440800 140694195709278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 13329 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651208 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 70651209 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693196497696 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11079016448 13329 33554432000 4194304 4196468 140735717406400 140692995171440 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11079016448 13329 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 359 12946 0 0 1 0 5 2 20 0 15 0 70651212 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 259 12946 0 0 1 0 5 2 20 0 15 0 70651212 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10819352 memory=140616526935680 CPUtime=0.12 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) R 26031 26034 24385 0 -1 4202560 650 12946 0 0 5 0 5 2 20 0 15 0 70651212 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693480250224 140694195709278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11079016448 13329 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10819352 memory=140616526935680 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651212 11079016448 13329 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53316 KiB

[startup+0.700733 s]
/proc/loadavg: 1.44 1.34 1.46 3/215 26100
/proc/meminfo: memFree=20366908/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10819352 memory=86508 CPUtime=0.98 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 16767 12946 0 0 88 3 5 2 20 0 15 0 70651197 11079016448 21627 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2704838 21627 3237 1 0 2667149 0
[pid=26034/tid=26087] ppid=26031 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 12267 12946 0 0 57 2 5 2 20 0 15 0 70651206 11079016448 21627 33554432000 4194304 4196468 140735717406400 140694183449616 140694193192324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 21627 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10819352 memory=140616424108816 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10819352 memory=140617229271636 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651207 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 5 12946 0 0 0 0 5 2 20 0 15 0 70651208 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 70651209 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693196497696 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11079016448 21627 33554432000 4194304 4196468 140735717406400 140692995171440 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11079016448 21627 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10819352 memory=12728 CPUtime=0.16 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 898 12946 0 0 9 0 5 2 20 0 15 0 70651212 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10819352 memory=4008 CPUtime=0.14 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 648 12946 0 0 7 0 5 2 20 0 15 0 70651212 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 731 12946 0 0 13 0 5 2 20 0 15 0 70651212 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11079016448 21627 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651212 11079016448 21627 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86508 KiB

[startup+1.50077 s]
/proc/loadavg: 1.44 1.34 1.46 3/215 26100
/proc/meminfo: memFree=20308292/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10834252 memory=177520 CPUtime=2.28 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 23929 12946 0 0 212 9 5 2 20 0 15 0 70651197 11094274048 44380 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2708563 44380 3467 1 0 2670221 0
[pid=26034/tid=26087] ppid=26031 vsize=10834252 memory=63340 CPUtime=1.42 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 17780 12946 0 0 130 5 5 2 20 0 15 0 70651206 11094274048 44380 33554432000 4194304 4196468 140735717406400 140694183460240 140694195709278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 61 12946 0 0 1 0 5 2 20 0 15 0 70651207 11094274048 44380 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10834252 memory=281232848248992 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 220 12946 0 0 1 0 5 2 20 0 15 0 70651207 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 22 12946 0 0 1 0 5 2 20 0 15 0 70651207 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 37 12946 0 0 1 0 5 2 20 0 15 0 70651207 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 69 12946 0 0 1 0 5 2 20 0 15 0 70651208 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 14 12946 0 0 0 0 5 2 20 0 15 0 70651209 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693196497760 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11094274048 44380 33554432000 4194304 4196468 140735717406400 140692995171440 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11094274048 44380 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10834252 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 995 12946 0 0 16 1 5 2 20 0 15 0 70651212 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 1197 12946 0 0 24 0 5 2 20 0 15 0 70651212 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 1333 12946 0 0 34 0 5 2 20 0 15 0 70651212 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11094274048 44380 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10834252 memory=281232848493440 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 70651212 11094274048 44380 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 99404 12946 0 0 229510 51 5 2 20 0 15 0 70651206 11176083456 285972 33554432000 4194304 4196468 140735717406400 140694183463824 140693820011304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.23 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 24312 12946 0 0 1157 59 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.22 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 19340 12946 0 0 1155 60 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.19 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 18768 12946 0 0 1155 57 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.24 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 21990 12946 0 0 1158 59 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10914144 memory=6791534058613427641 CPUtime=10.98 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 20519 12946 0 0 1038 53 5 2 20 0 15 0 70651208 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 18 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693196497760 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10914144 memory=1143888 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692995171456 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10914144 memory=1143888 CPUtime=4.1 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 22455 12946 0 0 400 3 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10914144 memory=1143888 CPUtime=4.27 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 30356 12946 0 0 415 5 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10914144 memory=6791534058613427641 CPUtime=2.11 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 29623 12946 0 0 200 4 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10914144 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10914144 memory=1143888 CPUtime=1.56 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 1998 12946 0 0 68 81 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 2367.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1143888 KiB

[startup+2382.3 s]
/proc/loadavg: 1.71 1.64 1.58 3/216 26555
/proc/meminfo: memFree=16358832/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10914144 memory=1143888 CPUtime=2428.03 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 292974 12946 0 0 242426 370 5 2 20 0 15 0 70651197 11176083456 285972 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2728536 285972 3527 1 0 2690189 0
[pid=26034/tid=26087] ppid=26031 vsize=10914144 memory=1143888 CPUtime=2355 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 100460 12946 0 0 235441 52 5 2 20 0 15 0 70651206 11176083456 285972 33554432000 4194304 4196468 140735717406400 140694183463520 140693820502484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.56 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 24633 12946 0 0 1188 61 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.54 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 19453 12946 0 0 1186 61 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.53 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 18840 12946 0 0 1188 58 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.58 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 22133 12946 0 0 1189 62 5 2 20 0 15 0 70651207 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10914144 memory=1143888 CPUtime=11.27 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 20773 12946 0 0 1066 54 5 2 20 0 15 0 70651208 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10914144 memory=1143888 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 18 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693196497760 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10914144 memory=1143888 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692995171456 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10914144 memory=1143888 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10914144 memory=1143888 CPUtime=4.1 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 22457 12946 0 0 400 3 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10914144 memory=1143888 CPUtime=4.27 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 30358 12946 0 0 415 5 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10914144 memory=1143888 CPUtime=2.11 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 29625 12946 0 0 200 4 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10914144 memory=3999872 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10914144 memory=1143888 CPUtime=1.6 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 2025 12946 0 0 70 83 5 2 20 0 15 0 70651212 11176083456 285972 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 2428.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1143888 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.62 1.57 3/216 26556
/proc/meminfo: memFree=16303352/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10914144 memory=1145936 CPUtime=2489.02 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 294654 12946 0 0 248517 378 5 2 20 0 15 0 70651197 11176083456 286484 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2728536 286484 3527 1 0 2690189 0
[pid=26034/tid=26087] ppid=26031 vsize=10914144 memory=1145936 CPUtime=2414.32 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 101309 12946 0 0 241372 53 5 2 20 0 15 0 70651206 11176083456 286484 33554432000 4194304 4196468 140735717406400 140694183464064 140693820011235 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10914144 memory=1145936 CPUtime=12.89 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 24762 12946 0 0 1220 62 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10914144 memory=1143888 CPUtime=12.88 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 19529 12946 0 0 1218 63 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10914144 memory=1145936 CPUtime=12.86 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 19184 12946 0 0 1220 59 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10914144 memory=1145936 CPUtime=12.91 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 22189 12946 0 0 1221 63 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10914144 memory=1145936 CPUtime=11.56 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 20974 12946 0 0 1094 55 5 2 20 0 15 0 70651208 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10914144 memory=1145936 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 18 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693196497760 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10914144 memory=1145936 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692995171456 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10914144 memory=1145936 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10914144 memory=1145936 CPUtime=4.1 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 22459 12946 0 0 400 3 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10914144 memory=1145936 CPUtime=4.27 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 30360 12946 0 0 415 5 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10914144 memory=4140 CPUtime=2.11 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 29628 12946 0 0 200 4 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10914144 memory=21508 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10914144 memory=1145936 CPUtime=1.65 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 2043 12946 0 0 72 86 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 2489.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1145936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.8 s]
/proc/loadavg: 1.66 1.62 1.58 3/216 26556
/proc/meminfo: memFree=16275068/32770624 swapFree=67108860/67108860
[pid=26034] ppid=26031 vsize=10914144 memory=1145936 CPUtime=2520.05 cores=1,3,5,7
/proc/26034/stat : 26034 (java) S 26031 26034 24385 0 -1 1077944320 295634 12946 0 0 251615 383 5 2 20 0 15 0 70651197 11176083456 286484 33554432000 4194304 4196468 140735717406400 140735717388944 140694211628791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
/proc/26034/statm: 2728536 286484 3527 1 0 2690189 0
[pid=26034/tid=26087] ppid=26031 vsize=10914144 memory=3848 CPUtime=2444.46 cores=1,3,5,7
/proc/26034/task/26087/stat : 26087 (java) R 26031 26034 24385 0 -1 4202560 101722 12946 0 0 244386 53 5 2 20 0 15 0 70651206 11176083456 286484 33554432000 4194304 4196468 140735717406400 140694183463376 140693832598606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26088] ppid=26031 vsize=10914144 memory=1796 CPUtime=13.07 cores=1,3,5,7
/proc/26034/task/26088/stat : 26088 (java) S 26031 26034 24385 0 -1 1077944384 24785 12946 0 0 1237 63 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140694215871376 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26089] ppid=26031 vsize=10914144 memory=644 CPUtime=13.05 cores=1,3,5,7
/proc/26034/task/26089/stat : 26089 (java) S 26031 26034 24385 0 -1 1077944384 19818 12946 0 0 1235 63 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693784570640 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26090] ppid=26031 vsize=10914144 memory=956 CPUtime=13.03 cores=1,3,5,7
/proc/26034/task/26090/stat : 26090 (java) S 26031 26034 24385 0 -1 1077944384 19247 12946 0 0 1236 60 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693783518352 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26091] ppid=26031 vsize=10914144 memory=6791534058613427641 CPUtime=13.09 cores=1,3,5,7
/proc/26034/task/26091/stat : 26091 (java) S 26031 26034 24385 0 -1 1077944384 22221 12946 0 0 1238 64 5 2 20 0 15 0 70651207 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693782465552 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26092] ppid=26031 vsize=10914144 memory=4140 CPUtime=11.71 cores=1,3,5,7
/proc/26034/task/26092/stat : 26092 (java) S 26031 26034 24385 0 -1 1077944384 21124 12946 0 0 1108 56 5 2 20 0 15 0 70651208 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693483407472 140694211639938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26093] ppid=26031 vsize=10914144 memory=21508 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26093/stat : 26093 (java) S 26031 26034 24385 0 -1 1077944384 18 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693196497760 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26094] ppid=26031 vsize=10914144 memory=1145936 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26094/stat : 26094 (java) S 26031 26034 24385 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 70651209 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692995171456 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26095] ppid=26031 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26095/stat : 26095 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651211 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692754880592 140694211647387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26096] ppid=26031 vsize=10914144 memory=1008 CPUtime=4.1 cores=1,3,5,7
/proc/26034/task/26096/stat : 26096 (java) S 26031 26034 24385 0 -1 1077944384 22461 12946 0 0 400 3 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693482355312 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26097] ppid=26031 vsize=10914144 memory=5520 CPUtime=4.27 cores=1,3,5,7
/proc/26034/task/26097/stat : 26097 (java) S 26031 26034 24385 0 -1 1077944384 30362 12946 0 0 415 5 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693481302512 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26098] ppid=26031 vsize=10914144 memory=4616 CPUtime=2.11 cores=1,3,5,7
/proc/26034/task/26098/stat : 26098 (java) S 26031 26034 24385 0 -1 1077944384 29630 12946 0 0 200 4 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693480250224 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26099] ppid=26031 vsize=10914144 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/26034/task/26099/stat : 26099 (java) S 26031 26034 24385 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140692721322976 140694211638997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
[pid=26034/tid=26100] ppid=26031 vsize=10914144 memory=1145936 CPUtime=1.66 cores=1,3,5,7
/proc/26034/task/26100/stat : 26100 (java) S 26031 26034 24385 0 -1 1077944384 2047 12946 0 0 72 87 5 2 20 0 15 0 70651212 11176083456 286484 33554432000 4194304 4196468 140735717406400 140693479197104 140694211639938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 13750272 140735717415534 140735717418332 140735717418332 140735717421007 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1145936 KiB

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

[startup+2472.83 s]
# the end of solver process 26034 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.86647 s

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

Child status: 143
Real time (s): 2472.83
CPU time (s): 2520.1
CPU user time (s): 2516.23
CPU system time (s): 3.86647
CPU usage (%): 101.912
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1145936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.86647
maximum resident set size= 1150140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295946
involuntary context switches= 6774


# summary of solver processes directly reported to runsolver:
#   pid: 26034
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.86647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2511 second user time and 20.8063 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 17:01:20
IDJOB=4295150
IDBENCH=141477
IDSOLVER=2750
FILE ID=node136/4295150-1532530880
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295150-1532530880/watcher-4295150-1532530880 -o /tmp/evaluation-result-4295150-1532530880/solver-4295150-1532530880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1772588165 HOME/instance-4295150-1532530880.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=1772588165

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:        20418296 kB
MemAvailable:   30848404 kB
Buffers:          213452 kB
Cached:         10448476 kB
SwapCached:            0 kB
Active:          3647208 kB
Inactive:        8148428 kB
Active(anon):    1085296 kB
Inactive(anon):    76688 kB
Active(file):    2561912 kB
Inactive(file):  8071740 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26700 kB
Writeback:             0 kB
AnonPages:       1141436 kB
Mapped:            52964 kB
Shmem:             25228 kB
Slab:             251768 kB
SReclaimable:     224580 kB
SUnreclaim:        27188 kB
KernelStack:        3504 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2121648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    925696 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= 55888 MiB
End job on node136 at 2018-07-25 17:42:33