Trace number 4295146

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)97 2520.08 2473.04

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.98/0.73	c Concrete v3.8.1528841891564 running
9.93/4.53	o 116
10.26/4.61	o 109
11.54/5.09	o 103
12.69/5.52	o 101
13.48/5.98	o 100
32.70/23.75	o 99
52.32/42.72	o 98
52.55/42.92	o 97
2520.03/2473.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2473.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2473.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2473.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2473.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2473.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2473.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2473.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.03/2473.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.03/2473.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2473.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2473.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2473.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2473.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2473.01		at scala.Option.map(Option.scala:146)
2520.03/2473.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2473.01		at concrete.MAC.mac(MAC.scala:203)
2520.03/2473.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2473.01		at scala.util.Try$.apply(Try.scala:209)
2520.03/2473.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2473.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2473.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2473.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2473.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2473.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2473.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2473.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2473.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2473.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2473.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2473.02		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2473.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2473.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2473.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2473.02		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2473.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2473.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2473.02		at scala.util.Success.map(Try.scala:209)
2520.03/2473.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2473.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2473.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2473.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2473.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2473.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2473.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2473.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2473.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2473.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2473.02		at scala.App.main(App.scala:76)
2520.03/2473.02		at scala.App.main$(App.scala:74)
2520.03/2473.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2473.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2473.02	v <instantiation cost="97">
2520.03/2473.02	v       <list>
2520.03/2473.02	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.03/2473.02	v       </list>
2520.03/2473.02	v       <values>
2520.03/2473.02	v         0 0 0 0 2 4 5 23 5 6 6 2 2 16 18 57 64 22 9 12 8 15 11 14 32 23 22 50 54 33 34 19 41 71 28 15 19 34 28 23 6 23 13 3 28 36 75 38 36 40 28 15 47 39 45 36 48 26 44 23 70 15 36 13 26 71 43 19 38 49 39 67 28 59 28 12 24 67 47 65 49 46 47 37 49 66 68 59 78 75 41 34 34 35 66 59 47 51 54 70 55 65 77 68 76 76 77 59 72 71 77 79 78 84 78 82 83 83 93 85 90 97
2520.03/2473.02	v       </values>
2520.03/2473.02	v     </instantiation>
2520.03/2473.02	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 (5722 MiB free)
  memory of node 1: 16384 MiB (10533 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295146-1532530185/watcher-4295146-1532530185 -o /tmp/evaluation-result-4295146-1532530185/solver-4295146-1532530185 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1752578209 HOME/instance-4295146-1532530185.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=26141, runsolver pid=26138
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 1.72 1.49 1.58 3/206 26198
/proc/meminfo: memFree=16639300/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 4383 12957 0 0 1 1 5 2 20 0 6 0 70581726 10212057088 4715 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2493178 4715 1934 1 0 2481616 0
[pid=26141/tid=26194] ppid=26138 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 2190 12957 0 0 1 0 5 2 20 0 6 0 70581735 10212057088 4715 33554432000 4194304 4196468 140720983457296 140444349080144 140444377265309 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=9972712 memory=5793855426188347833 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 6 0 70581736 10212057088 4715 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=9972712 memory=140175178454656 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 6 0 70581736 10212057088 4715 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 6 0 70581736 10212057088 4715 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 6 0 70581736 10212057088 4715 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209945 s]*
/proc/loadavg: 1.72 1.49 1.58 3/215 26207
/proc/meminfo: memFree=16613572/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10818904 memory=46776 CPUtime=0.25 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 7922 12957 0 0 17 1 5 2 20 0 15 0 70581726 11078557696 11694 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2704726 11694 2957 1 0 2667149 0
[pid=26141/tid=26194] ppid=26138 vsize=10819896 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 4492 12957 0 0 11 1 5 2 20 0 15 0 70581735 11079573504 11760 33554432000 4194304 4196468 140720983457296 140444349068192 140444369923101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10819896 memory=4211973901383245194 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079573504 11760 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10819896 memory=140175178454656 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079573504 11760 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079573504 11760 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079573504 11760 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581737 11079573504 11826 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079573504 11826 33554432000 4194304 4196468 140720983457296 140443819959968 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079573504 11826 33554432000 4194304 4196468 140720983457296 140443685741808 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079573504 11826 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 417 12957 0 0 1 0 5 2 20 0 15 0 70581741 11079573504 11892 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 188 12957 0 0 1 0 5 2 20 0 15 0 70581741 11079573504 11892 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10819896 memory=140175178454656 CPUtime=0.1 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 620 12957 0 0 3 0 5 2 20 0 15 0 70581741 11079573504 11892 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079573504 11892 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10819896 memory=140175178454656 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079573504 11892 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46776 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.72 1.49 1.58 3/215 26207
/proc/meminfo: memFree=16600920/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10819352 memory=57476 CPUtime=0.38 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 10439 12957 0 0 29 2 5 2 20 0 15 0 70581726 11079016448 14369 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2704838 14369 3076 1 0 2667149 0
[pid=26141/tid=26194] ppid=26138 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 6990 12957 0 0 20 1 5 2 20 0 15 0 70581735 11079016448 14369 33554432000 4194304 4196468 140720983457296 140444349072256 140444370343335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 14369 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 14369 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 14369 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 14369 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10819352 memory=140175178454655 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581737 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443819959968 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10819352 memory=140175178454656 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443685741808 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 419 12957 0 0 1 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 188 12957 0 0 1 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) R 26138 26141 23703 0 -1 4202560 627 12957 0 0 5 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443900741616 140444357214568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 14369 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57476 KiB

[startup+0.700787 s]
/proc/loadavg: 1.72 1.49 1.58 3/215 26207
/proc/meminfo: memFree=16590456/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10819352 memory=90528 CPUtime=0.98 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 16773 12957 0 0 87 4 5 2 20 0 15 0 70581726 11079016448 22632 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2704838 22632 3238 1 0 2667149 0
[pid=26141/tid=26194] ppid=26138 vsize=10819352 memory=21184 CPUtime=0.66 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 12246 12957 0 0 56 3 5 2 20 0 15 0 70581735 11079016448 22632 33554432000 4194304 4196468 140720983457296 140444349064208 140444358806958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 22632 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10819352 memory=140175049269743 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 22632 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10819352 memory=140179142607752 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 22632 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581736 11079016448 22632 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10819352 memory=7305218370954291033 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 5 12957 0 0 0 0 5 2 20 0 15 0 70581737 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10819352 memory=7739276948477864808 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 13 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443819959968 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10819352 memory=5787217147460014437 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443685741808 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 786 12957 0 0 7 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10819352 memory=-8990767739041718176 CPUtime=0.17 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 807 12957 0 0 10 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10819352 memory=-7384994778349281184 CPUtime=0.2 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 713 12957 0 0 13 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10819352 memory=-7966001967256141664 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581741 11079016448 22632 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90528 KiB

[startup+1.50072 s]
/proc/loadavg: 1.72 1.49 1.58 4/215 26207
/proc/meminfo: memFree=16544124/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10834252 memory=181400 CPUtime=2.3 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 23952 12957 0 0 214 9 5 2 20 0 15 0 70581726 11094274048 45350 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2708563 45350 3470 1 0 2670221 0
[pid=26141/tid=26194] ppid=26138 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 17768 12957 0 0 131 5 5 2 20 0 15 0 70581735 11094274048 45350 33554432000 4194304 4196468 140720983457296 140444349061184 140444361323870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10834252 memory=105272 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 17 12957 0 0 0 0 5 2 20 0 15 0 70581736 11094274048 45350 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 50 12957 0 0 1 0 5 2 20 0 15 0 70581736 11094274048 45350 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 203 12957 0 0 0 0 5 2 20 0 15 0 70581736 11094274048 45350 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 36 12957 0 0 0 0 5 2 20 0 15 0 70581736 11094274048 45350 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 65 12957 0 0 1 0 5 2 20 0 15 0 70581737 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 14 12957 0 0 0 0 5 2 20 0 15 0 70581738 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443819960032 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10834252 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443685741808 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10834252 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 993 12957 0 0 18 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10834252 memory=252698897226870 CPUtime=0.31 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 1255 12957 0 0 24 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10834252 memory=297290490211296509 CPUtime=0.41 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 1358 12957 0 0 34 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10834252 memory=4638778428397932880 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581741 11094274048 45350 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 88211 12957 0 0 229604 47 5 2 20 0 15 0 70581735 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444349078896 140443987116928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10914144 memory=1069124 CPUtime=12.06 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 20500 12957 0 0 1138 61 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10914144 memory=1069124 CPUtime=12.04 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 11043 12957 0 0 1138 59 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10914144 memory=1069124 CPUtime=12.12 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 9415 12957 0 0 1145 60 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10914144 memory=0 CPUtime=12.1 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 18039 12957 0 0 1148 55 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10914144 memory=1071172 CPUtime=10.94 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 14627 12957 0 0 1034 53 5 2 20 0 15 0 70581737 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 14 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443819960096 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443685741824 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10914144 memory=1071172 CPUtime=4.1 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 26091 12957 0 0 401 2 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10914144 memory=1071172 CPUtime=3.89 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 28478 12957 0 0 378 4 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10914144 memory=1069124 CPUtime=2.12 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 28589 12957 0 0 203 2 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10914144 memory=21276 CPUtime=1.4 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1260 12957 0 0 58 75 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 2366.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1071172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.16 1.26 1.34 3/215 26558
/proc/meminfo: memFree=14286652/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10914144 memory=1071172 CPUtime=2427.81 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 251033 12957 0 0 242406 368 5 2 20 0 15 0 70581726 11176083456 267793 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2728536 267793 3528 1 0 2690189 0
[pid=26141/tid=26194] ppid=26138 vsize=10914144 memory=1071172 CPUtime=2355.87 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 89279 12957 0 0 235532 48 5 2 20 0 15 0 70581735 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444349078736 140443988700438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10914144 memory=1071172 CPUtime=12.4 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 20628 12957 0 0 1170 63 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10914144 memory=1071172 CPUtime=12.39 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 11149 12957 0 0 1171 61 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10914144 memory=1071172 CPUtime=12.46 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 9568 12957 0 0 1177 62 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10914144 memory=1071172 CPUtime=12.45 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 18737 12957 0 0 1181 57 5 2 20 0 15 0 70581736 11176083456 267793 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10914144 memory=1071172 CPUtime=11.22 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 15002 12957 0 0 1061 54 5 2 20 0 15 0 70581737 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 14 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443819960096 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443685741824 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10914144 memory=3472468453288520409 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10914144 memory=2321098961625167616 CPUtime=4.1 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 26095 12957 0 0 401 2 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10914144 memory=3708 CPUtime=3.89 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 28482 12957 0 0 378 4 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10914144 memory=21276 CPUtime=2.12 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 28593 12957 0 0 203 2 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10914144 memory=1071172 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10914144 memory=1071172 CPUtime=1.44 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1290 12957 0 0 59 78 5 2 20 0 15 0 70581741 11176083456 267793 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 2427.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1071172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.28 1.34 3/216 26567
/proc/meminfo: memFree=14289612/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10914144 memory=1073220 CPUtime=2488.83 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 252716 12957 0 0 248498 378 5 2 20 0 15 0 70581726 11176083456 268305 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2728536 268305 3528 1 0 2690189 0
[pid=26141/tid=26194] ppid=26138 vsize=10914144 memory=1073220 CPUtime=2415.21 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 90096 12957 0 0 241465 49 5 2 20 0 15 0 70581735 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444349078000 140443987161358 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10914144 memory=1071172 CPUtime=12.73 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 20668 12957 0 0 1202 64 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10914144 memory=1073220 CPUtime=12.73 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 11216 12957 0 0 1204 62 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10914144 memory=1073220 CPUtime=12.81 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 9979 12957 0 0 1210 64 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10914144 memory=1073220 CPUtime=12.79 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 18871 12957 0 0 1213 59 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10914144 memory=1073220 CPUtime=11.5 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 15202 12957 0 0 1088 55 5 2 20 0 15 0 70581737 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10914144 memory=1073220 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 14 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443819960096 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10914144 memory=1073220 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443685741824 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10914144 memory=1073220 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10914144 memory=1073220 CPUtime=4.1 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 26097 12957 0 0 401 2 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10914144 memory=1073220 CPUtime=3.89 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 28484 12957 0 0 378 4 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10914144 memory=1073220 CPUtime=2.12 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 28595 12957 0 0 203 2 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10914144 memory=1073220 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10914144 memory=1073220 CPUtime=1.47 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1298 12957 0 0 61 79 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 2488.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1073220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]*
/proc/loadavg: 1.28 1.27 1.33 4/216 26567
/proc/meminfo: memFree=14290240/32770624 swapFree=67108796/67108860
[pid=26141] ppid=26138 vsize=10914144 memory=1073220 CPUtime=2520.03 cores=1,3,5,7
/proc/26141/stat : 26141 (java) S 26138 26141 23703 0 -1 1077944320 254023 12957 0 0 251613 383 5 2 20 0 15 0 70581726 11176083456 268305 33554432000 4194304 4196468 140720983457296 140720983439840 140444377243383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
/proc/26141/statm: 2728536 268305 3528 1 0 2690189 0
[pid=26141/tid=26194] ppid=26138 vsize=10914144 memory=6791534058613427641 CPUtime=2445.61 cores=1,3,5,7
/proc/26141/task/26194/stat : 26194 (java) R 26138 26141 23703 0 -1 4202560 90648 12957 0 0 244504 50 5 2 20 0 15 0 70581735 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444349078736 140443972076379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26195] ppid=26138 vsize=10914144 memory=-7003737579269690708 CPUtime=12.89 cores=1,3,5,7
/proc/26141/task/26195/stat : 26195 (java) S 26138 26141 23703 0 -1 1077944384 20684 12957 0 0 1217 65 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444381477392 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26196] ppid=26138 vsize=10914144 memory=840 CPUtime=12.89 cores=1,3,5,7
/proc/26141/task/26196/stat : 26196 (java) S 26138 26141 23703 0 -1 1077944384 11239 12957 0 0 1219 63 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444296305296 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26197] ppid=26138 vsize=10914144 memory=1800 CPUtime=12.96 cores=1,3,5,7
/proc/26141/task/26197/stat : 26197 (java) S 26138 26141 23703 0 -1 1077944384 10112 12957 0 0 1225 64 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444295252240 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26198] ppid=26138 vsize=10914144 memory=920 CPUtime=12.95 cores=1,3,5,7
/proc/26141/task/26198/stat : 26198 (java) S 26138 26141 23703 0 -1 1077944384 19247 12957 0 0 1228 60 5 2 20 0 15 0 70581736 11176083456 268305 33554432000 4194304 4196468 140720983457296 140444294199696 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26199] ppid=26138 vsize=10914144 memory=3848 CPUtime=11.64 cores=1,3,5,7
/proc/26141/task/26199/stat : 26199 (java) S 26138 26141 23703 0 -1 1077944384 15388 12957 0 0 1101 56 5 2 20 0 15 0 70581737 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443903900400 140444377254530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26200] ppid=26138 vsize=10914144 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26200/stat : 26200 (java) S 26138 26141 23703 0 -1 1077944384 14 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443819960096 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26201] ppid=26138 vsize=10914144 memory=2672 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26201/stat : 26201 (java) S 26138 26141 23703 0 -1 1077944384 1 12957 0 0 0 0 5 2 20 0 15 0 70581738 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443685741824 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26202] ppid=26138 vsize=10914144 memory=-8253362762722141311 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26202/stat : 26202 (java) S 26138 26141 23703 0 -1 1077944384 2 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443081763280 140444377261979 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26203] ppid=26138 vsize=10914144 memory=-7175204567652784766 CPUtime=4.1 cores=1,3,5,7
/proc/26141/task/26203/stat : 26203 (java) S 26138 26141 23703 0 -1 1077944384 26099 12957 0 0 401 2 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443902847216 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26204] ppid=26138 vsize=10914144 memory=7100839861465685612 CPUtime=3.89 cores=1,3,5,7
/proc/26141/task/26204/stat : 26204 (java) S 26138 26141 23703 0 -1 1077944384 28486 12957 0 0 378 4 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443901794672 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26205] ppid=26138 vsize=10914144 memory=1073220 CPUtime=2.12 cores=1,3,5,7
/proc/26141/task/26205/stat : 26205 (java) S 26138 26141 23703 0 -1 1077944384 28597 12957 0 0 203 2 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443900741616 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26206] ppid=26138 vsize=10914144 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/26141/task/26206/stat : 26206 (java) S 26138 26141 23703 0 -1 1077944384 3 12957 0 0 0 0 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140442612001120 140444377253589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
[pid=26141/tid=26207] ppid=26138 vsize=10914144 memory=3180 CPUtime=1.49 cores=1,3,5,7
/proc/26141/task/26207/stat : 26207 (java) S 26138 26141 23703 0 -1 1077944384 1313 12957 0 0 62 80 5 2 20 0 15 0 70581741 11176083456 268305 33554432000 4194304 4196468 140720983457296 140443899690032 140444377254530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140720983464558 140720983467356 140720983467356 140720983470031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1073220 KiB

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

[startup+2473.04 s]
# the end of solver process 26141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.87395 s

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

Child status: 143
Real time (s): 2473.04
CPU time (s): 2520.08
CPU user time (s): 2516.21
CPU system time (s): 3.87395
CPU usage (%): 101.902
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1073220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.87395
maximum resident set size= 1077336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300593
involuntary context switches= 6723


# summary of solver processes directly reported to runsolver:
#   pid: 26141
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.87395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3116 second user time and 23.2 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 16:49:45
IDJOB=4295146
IDBENCH=141476
IDSOLVER=2750
FILE ID=node138/4295146-1532530185
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295146-1532530185/watcher-4295146-1532530185 -o /tmp/evaluation-result-4295146-1532530185/solver-4295146-1532530185 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1752578209 HOME/instance-4295146-1532530185.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=1752578209

node138.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.71
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.71
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.71
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.71
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:        16646296 kB
MemAvailable:   30926432 kB
Buffers:          161972 kB
Cached:         14264484 kB
SwapCached:           44 kB
Active:          3383768 kB
Inactive:       12099832 kB
Active(anon):    1007616 kB
Inactive(anon):    77272 kB
Active(file):    2376152 kB
Inactive(file): 12022560 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             27108 kB
Writeback:             0 kB
AnonPages:       1076660 kB
Mapped:            47804 kB
Shmem:             25164 kB
Slab:             338476 kB
SReclaimable:     309884 kB
SUnreclaim:        28592 kB
KernelStack:        3792 kB
PageTables:         7332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2047240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 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= 53748 MiB
End job on node138 at 2018-07-25 17:30:59