Trace number 4302712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)113 252.051 238.436

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
10.09/4.53	o 130
10.42/4.69	o 129
11.38/5.01	o 127
12.04/5.15	o 126
13.87/5.70	o 124
14.53/6.02	o 121
16.98/7.45	o 120
17.11/7.50	o 119
18.52/8.61	o 118
20.60/10.45	o 117
20.71/10.55	o 116
22.07/11.74	o 115
24.94/14.14	o 114
102.48/90.18	o 113
252.00/238.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/238.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/238.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/238.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.00/238.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/238.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/238.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/238.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.00/238.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.00/238.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/238.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/238.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/238.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/238.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/238.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/238.41		at scala.Option.map(Option.scala:146)
252.00/238.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/238.41		at concrete.MAC.mac(MAC.scala:203)
252.00/238.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/238.41		at scala.util.Try$.apply(Try.scala:209)
252.00/238.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/238.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/238.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/238.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/238.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/238.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/238.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/238.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/238.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/238.41		at concrete.MAC.oneRun(MAC.scala:253)
252.00/238.41		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/238.41		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/238.41		at concrete.Solver.hasNext(Solver.scala:166)
252.00/238.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/238.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/238.41		at concrete.Solver.foreach(Solver.scala:68)
252.00/238.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/238.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/238.41		at scala.util.Success.map(Try.scala:209)
252.00/238.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/238.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/238.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/238.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/238.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/238.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/238.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/238.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/238.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/238.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/238.41		at scala.App.main(App.scala:76)
252.00/238.41		at scala.App.main$(App.scala:74)
252.00/238.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/238.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/238.41	v <instantiation cost="113">
252.00/238.41	v       <list>
252.00/238.41	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
252.00/238.41	v       </list>
252.00/238.41	v       <values>
252.00/238.41	v         0 0 0 3 1 28 6 2 13 6 38 7 7 22 6 22 27 10 13 25 42 32 27 29 5 19 27 41 2 35 20 30 52 43 39 32 45 28 64 63 57 29 32 43 39 55 37 41 35 52 38 51 38 59 15 66 74 86 54 68 70 13 64 71 76 87 19 23 9 53 74 38 71 74 91 38 78 39 55 52 83 78 52 51 73 78 48 57 72 80 76 83 76 56 80 50 95 96 88 78 88 101 86 78 90 81 67 86 78 86 99 93 85 94 89 96 95 105 105 108 105 113
252.00/238.41	v       </values>
252.00/238.41	v     </instantiation>
252.00/238.41	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302712-1532897802/watcher-4302712-1532897802 -o /tmp/evaluation-result-4302712-1532897802/solver-4302712-1532897802 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=594052764 -superng HOME/instance-4302712-1532897802.xml 

running on 4 cores: 0,2,4,6

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

solver pid=32245, runsolver pid=32242

[startup+0.100233 s]*
/proc/loadavg: 0.97 0.80 1.03 3/195 32302
/proc/meminfo: memFree=24238220/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=10005480 memory=14916 CPUtime=0.09 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 4380 13193 0 0 1 0 6 2 20 0 6 0 107343382 10245611520 3729 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2501370 3729 1935 1 0 2489808 0
[pid=32245/tid=32298] ppid=32242 vsize=10005480 memory=-8540663193526752614 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 2188 13193 0 0 0 0 6 2 20 0 6 0 107343391 10245611520 3729 33554432000 4194304 4196468 140722117664480 140673877094992 140673905280157 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=10005480 memory=4211974352074489226 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 6 0 107343392 10245611520 3729 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=10005480 memory=140625869698688 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 6 0 107343392 10245611520 3729 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 6 0 107343392 10245611520 3729 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 6 0 107343392 10245611520 3729 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210399 s]*
/proc/loadavg: 0.97 0.80 1.03 3/202 32324
/proc/meminfo: memFree=24212844/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=10982696 memory=44108 CPUtime=0.26 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 8431 13193 0 0 16 2 6 2 20 0 15 0 107343382 11246280704 11027 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2745674 11027 2932 1 0 2708109 0
[pid=32245/tid=32298] ppid=32242 vsize=10982696 memory=7824613409742036635 CPUtime=0.19 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 4954 13193 0 0 10 1 6 2 20 0 15 0 107343391 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673877055888 140673888445065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=10982696 memory=732370764207152101 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=10982696 memory=140625869698688 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=10982696 memory=140625869698688 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 13 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246280704 11027 33554432000 4194304 4196468 140722117664480 140672728295072 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246280704 11027 33554432000 4194304 4196468 140722117664480 140672526968048 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 435 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 189 13193 0 0 1 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=10982696 memory=140625869698688 CPUtime=0.11 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 633 13193 0 0 3 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=10982696 memory=140625869698688 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246280704 11027 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44108 KiB

[startup+0.310714 s]*
/proc/loadavg: 0.97 0.80 1.03 3/202 32333
/proc/meminfo: memFree=24209456/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=10983192 memory=55452 CPUtime=0.39 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 10439 13193 0 0 28 3 6 2 20 0 15 0 107343382 11246788608 13863 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2745798 13863 3064 1 0 2708109 0
[pid=32245/tid=32298] ppid=32242 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 6961 13193 0 0 19 2 6 2 20 0 15 0 107343391 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673877070240 140673889338718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=10983192 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 13 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 13863 33554432000 4194304 4196468 140722117664480 140672728295072 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 13863 33554432000 4194304 4196468 140722117664480 140672526968048 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 437 13193 0 0 1 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 189 13193 0 0 1 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=10983192 memory=140625869698688 CPUtime=0.13 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 638 13193 0 0 5 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=10983192 memory=140625869698688 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 13863 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700825 s]
/proc/loadavg: 0.97 0.80 1.03 4/212 32399
/proc/meminfo: memFree=24178516/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=10983192 memory=88632 CPUtime=1 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 16837 13193 0 0 87 5 6 2 20 0 15 0 107343382 11246788608 22158 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2745798 22158 3237 1 0 2708109 0
[pid=32245/tid=32298] ppid=32242 vsize=10983192 memory=2244 CPUtime=0.66 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 12395 13193 0 0 55 3 6 2 20 0 15 0 107343391 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673877081232 140673905281821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 2 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=10983192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343392 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 5 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 13 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 22158 33554432000 4194304 4196468 140722117664480 140672728295072 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=10983192 memory=30305 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11246788608 22158 33554432000 4194304 4196468 140722117664480 140672526968048 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=10983192 memory=281251504193776 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 1089 13193 0 0 10 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 422 13193 0 0 7 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 708 13193 0 0 13 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343397 11246788608 22158 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88632 KiB

[startup+1.50112 s]
/proc/loadavg: 1.21 0.86 1.05 5/221 32408
/proc/meminfo: memFree=24086464/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=10998092 memory=179064 CPUtime=2.31 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 23845 13193 0 0 213 10 6 2 20 0 15 0 107343382 11262046208 44766 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2749523 44766 3472 1 0 2711181 0
[pid=32245/tid=32298] ppid=32242 vsize=10998092 memory=138692 CPUtime=1.44 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 17828 13193 0 0 130 6 6 2 20 0 15 0 107343391 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673877090440 140673474684164 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=10998092 memory=3303 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 24 13193 0 0 1 0 6 2 20 0 15 0 107343392 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=10998092 memory=24059 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 176 13193 0 0 1 0 6 2 20 0 15 0 107343392 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 24 13193 0 0 0 0 6 2 20 0 15 0 107343392 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 69 13193 0 0 0 0 6 2 20 0 15 0 107343392 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 63 13193 0 0 1 0 6 2 20 0 15 0 107343394 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 14 13193 0 0 0 0 6 2 20 0 15 0 107343394 11262046208 44766 33554432000 4194304 4196468 140722117664480 140672728295136 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11262046208 44766 33554432000 4194304 4196468 140722117664480 140672526968064 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=10998092 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 1552 13193 0 0 24 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=10998092 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 593 13193 0 0 18 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=10998092 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) R 32242 32245 29938 0 -1 4202560 1303 13193 0 0 34 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673328064496 140673898355067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=10998092 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343397 11262046208 44766 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 50204 13193 0 0 10154 23 6 2 20 0 15 0 107343391 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673877092688 140673494310281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=11080032 memory=1065796 CPUtime=0.32 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 511 13193 0 0 18 6 6 2 20 0 15 0 107343392 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=11080032 memory=281251505160752 CPUtime=0.32 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 3648 13193 0 0 18 6 6 2 20 0 15 0 107343392 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=11080032 memory=4211974352074489226 CPUtime=0.32 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 1026 13193 0 0 18 6 6 2 20 0 15 0 107343392 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=11080032 memory=1076564 CPUtime=0.32 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 1945 13193 0 0 17 7 6 2 20 0 15 0 107343392 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=11080032 memory=1097084 CPUtime=0.18 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 4949 13193 0 0 9 1 6 2 20 0 15 0 107343394 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=11080032 memory=1097084 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 14 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 265423 33554432000 4194304 4196468 140722117664480 140672728295200 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=11080032 memory=1064768 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 265423 33554432000 4194304 4196468 140722117664480 140672526968064 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=11080032 memory=1064768 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=11080032 memory=1129832 CPUtime=5.05 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 16899 13193 0 0 493 4 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=11080032 memory=956 CPUtime=4.55 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 14116 13193 0 0 444 3 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=11080032 memory=33 CPUtime=2.27 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 13016 13193 0 0 216 3 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=11080032 memory=869220 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=11080032 memory=1224 CPUtime=0.14 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 482 13193 0 0 4 2 6 2 20 0 15 0 107343397 11345952768 265423 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 114.71 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1061692 KiB

[startup+162.301 s]
/proc/loadavg: 1.24 1.09 1.11 3/221 32411
/proc/meminfo: memFree=22316940/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=11080032 memory=1014532 CPUtime=175.05 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 122063 13193 0 0 17428 69 6 2 20 0 15 0 107343382 11345952768 253633 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2770008 253633 3535 1 0 2731661 0
[pid=32245/tid=32298] ppid=32242 vsize=11080032 memory=1014532 CPUtime=161.7 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 52288 13193 0 0 16139 23 6 2 20 0 15 0 107343391 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673877092944 140673490942310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=11080032 memory=1014532 CPUtime=0.39 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 1139 13193 0 0 25 6 6 2 20 0 15 0 107343392 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=11080032 memory=1016044 CPUtime=0.4 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 3941 13193 0 0 25 7 6 2 20 0 15 0 107343392 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=11080032 memory=30668 CPUtime=0.4 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 3275 13193 0 0 25 7 6 2 20 0 15 0 107343392 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=11080032 memory=1014532 CPUtime=0.4 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 2065 13193 0 0 24 8 6 2 20 0 15 0 107343392 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=11080032 memory=1014504 CPUtime=0.24 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 5503 13193 0 0 14 2 6 2 20 0 15 0 107343394 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=11080032 memory=1054516 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 14 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 253633 33554432000 4194304 4196468 140722117664480 140672728295200 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 253633 33554432000 4194304 4196468 140722117664480 140672526968064 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=11080032 memory=1014504 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=11080032 memory=1014504 CPUtime=5.11 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 19703 13193 0 0 498 5 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=11080032 memory=6791534058613427641 CPUtime=4.6 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 18395 13193 0 0 449 3 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=11080032 memory=1948 CPUtime=2.27 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 13021 13193 0 0 216 3 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=11080032 memory=1014504 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=11080032 memory=1008 CPUtime=0.17 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 520 13193 0 0 6 3 6 2 20 0 15 0 107343397 11345952768 253633 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 175.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1014532 KiB

[startup+222.301 s]
/proc/loadavg: 1.43 1.18 1.14 3/222 32420
/proc/meminfo: memFree=22342368/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=11080032 memory=999236 CPUtime=235.72 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 129826 13193 0 0 23488 76 6 2 20 0 15 0 107343382 11345952768 249809 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2770008 249809 3535 1 0 2731661 0
[pid=32245/tid=32298] ppid=32242 vsize=11080032 memory=1004832 CPUtime=221.24 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 53672 13193 0 0 22092 24 6 2 20 0 15 0 107343391 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673877092640 140673494137599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=11080032 memory=1004836 CPUtime=0.62 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 1747 13193 0 0 46 8 6 2 20 0 15 0 107343392 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=11080032 memory=1003340 CPUtime=0.62 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 4045 13193 0 0 46 8 6 2 20 0 15 0 107343392 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=11080032 memory=1002828 CPUtime=0.61 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 4388 13193 0 0 45 8 6 2 20 0 15 0 107343392 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=11080032 memory=999752 CPUtime=0.61 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 2158 13193 0 0 44 9 6 2 20 0 15 0 107343392 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=11080032 memory=1424 CPUtime=0.41 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 5685 13193 0 0 30 3 6 2 20 0 15 0 107343394 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=11080032 memory=1004836 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 14 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 249809 33554432000 4194304 4196468 140722117664480 140672728295200 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=11080032 memory=1004836 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 249809 33554432000 4194304 4196468 140722117664480 140672526968064 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=11080032 memory=5776 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=11080032 memory=1200 CPUtime=5.13 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 21023 13193 0 0 500 5 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=11080032 memory=1002316 CPUtime=4.61 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 19652 13193 0 0 450 3 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=11080032 memory=4128 CPUtime=2.27 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 14702 13193 0 0 216 3 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=11080032 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=11080032 memory=30676 CPUtime=0.2 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 541 13193 0 0 7 5 6 2 20 0 15 0 107343397 11345952768 249809 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 235.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 999236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.401 s]
/proc/loadavg: 1.33 1.17 1.14 3/222 32420
/proc/meminfo: memFree=22344936/32770624 swapFree=67108860/67108860
[pid=32245] ppid=32242 vsize=11080032 memory=997224 CPUtime=252 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 29938 0 -1 1077944320 133592 13193 0 0 25114 78 6 2 20 0 15 0 107343382 11345952768 249306 33554432000 4194304 4196468 140722117664480 140722117647024 140673905258231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
/proc/32245/statm: 2770008 249306 3535 1 0 2731661 0
[pid=32245/tid=32298] ppid=32242 vsize=11080032 memory=4128 CPUtime=237.2 cores=0,2,4,6
/proc/32245/task/32298/stat : 32298 (java) R 32242 32245 29938 0 -1 4202560 54234 13193 0 0 23688 24 6 2 20 0 15 0 107343391 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673877093600 140673490943375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32299] ppid=32242 vsize=11080032 memory=2196 CPUtime=0.68 cores=0,2,4,6
/proc/32245/task/32299/stat : 32299 (java) S 32242 32245 29938 0 -1 1077944384 1843 13193 0 0 52 8 6 2 20 0 15 0 107343392 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673909500432 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32300] ppid=32242 vsize=11080032 memory=6791534058613427641 CPUtime=0.69 cores=0,2,4,6
/proc/32245/task/32300/stat : 32300 (java) S 32242 32245 29938 0 -1 1077944384 4051 13193 0 0 52 9 6 2 20 0 15 0 107343392 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673803426448 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32301] ppid=32242 vsize=11080032 memory=916 CPUtime=0.67 cores=0,2,4,6
/proc/32245/task/32301/stat : 32301 (java) S 32242 32245 29938 0 -1 1077944384 4426 13193 0 0 50 9 6 2 20 0 15 0 107343392 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673444063504 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32302] ppid=32242 vsize=11080032 memory=3848 CPUtime=0.67 cores=0,2,4,6
/proc/32245/task/32302/stat : 32302 (java) S 32242 32245 29938 0 -1 1077944384 2251 13193 0 0 50 9 6 2 20 0 15 0 107343392 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673443010960 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32303] ppid=32242 vsize=11080032 memory=4108 CPUtime=0.47 cores=0,2,4,6
/proc/32245/task/32303/stat : 32303 (java) S 32242 32245 29938 0 -1 1077944384 5954 13193 0 0 35 4 6 2 20 0 15 0 107343394 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673331223280 140673905269378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32304] ppid=32242 vsize=11080032 memory=997224 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32304/stat : 32304 (java) S 32242 32245 29938 0 -1 1077944384 14 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 249306 33554432000 4194304 4196468 140722117664480 140672728295200 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32305] ppid=32242 vsize=11080032 memory=5776 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32305/stat : 32305 (java) S 32242 32245 29938 0 -1 1077944384 1 13193 0 0 0 0 6 2 20 0 15 0 107343394 11345952768 249306 33554432000 4194304 4196468 140722117664480 140672526968064 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32306] ppid=32242 vsize=11080032 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32306/stat : 32306 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140672219568592 140673905276827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32307] ppid=32242 vsize=11080032 memory=12136 CPUtime=5.14 cores=0,2,4,6
/proc/32245/task/32307/stat : 32307 (java) S 32242 32245 29938 0 -1 1077944384 22985 13193 0 0 501 5 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673330170096 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32308] ppid=32242 vsize=11080032 memory=1292 CPUtime=4.61 cores=0,2,4,6
/proc/32245/task/32308/stat : 32308 (java) S 32242 32245 29938 0 -1 1077944384 19955 13193 0 0 450 3 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673329117552 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32309] ppid=32242 vsize=11080032 memory=2444 CPUtime=2.27 cores=0,2,4,6
/proc/32245/task/32309/stat : 32309 (java) S 32242 32245 29938 0 -1 1077944384 15094 13193 0 0 216 3 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673328064496 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32310] ppid=32242 vsize=11080032 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32310/stat : 32310 (java) S 32242 32245 29938 0 -1 1077944384 3 13193 0 0 0 0 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140671788771680 140673905268437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
[pid=32245/tid=32311] ppid=32242 vsize=11080032 memory=1948 CPUtime=0.21 cores=0,2,4,6
/proc/32245/task/32311/stat : 32311 (java) S 32242 32245 29938 0 -1 1077944384 586 13193 0 0 8 5 6 2 20 0 15 0 107343397 11345952768 249306 33554432000 4194304 4196468 140722117664480 140673327012912 140673905269378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8593408 140722117671529 140722117674337 140722117674337 140722117677007 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 997224 KiB

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

[startup+238.436 s]
# the end of solver process 32245 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.227 s, system=0.824659 s

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

Child status: 143
Real time (s): 238.436
CPU time (s): 252.051
CPU user time (s): 251.227
CPU system time (s): 0.824659
CPU usage (%): 105.71
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1144224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.227
system time used= 0.824659
maximum resident set size= 1148328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20066
involuntary context switches= 638


# summary of solver processes directly reported to runsolver:
#   pid: 32245
#   total CPU time (s): 252.051
#   total CPU user time (s): 251.227
#   total CPU system time (s): 0.824659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41617 second user time and 2.37732 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 22:56:42
IDJOB=4302712
IDBENCH=141471
IDSOLVER=2777
FILE ID=node132/4302712-1532897802
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58396 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302712-1532897802/watcher-4302712-1532897802 -o /tmp/evaluation-result-4302712-1532897802/solver-4302712-1532897802 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=594052764 -superng HOME/instance-4302712-1532897802.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=594052764

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24207264 kB
MemAvailable:   31895464 kB
Buffers:          225652 kB
Cached:          7690568 kB
SwapCached:            0 kB
Active:          2641920 kB
Inactive:        5363888 kB
Active(anon):      39768 kB
Inactive(anon):    77820 kB
Active(file):    2602152 kB
Inactive(file):  5286068 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27048 kB
Writeback:             0 kB
AnonPages:         95128 kB
Mapped:            56100 kB
Shmem:             25248 kB
Slab:             256308 kB
SReclaimable:     228440 kB
SUnreclaim:        27868 kB
KernelStack:        3584 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1278896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 23:00:41