Trace number 4387247

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.10SAT (TO)98 2520.11 2475.14

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-43-06.xml
MD5SUMb8ccca606c249b2a94d57c192d734d6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark33.5552
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size616
Distribution of domain sizes[{"size":1,"count":1},{"size":616,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":82},{"degree":6,"count":22},{"degree":7,"count":8}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":257},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"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.74/0.55	c Concrete v3.10.1560635388952 running
8.83/3.88	o 615
8.83/3.89	o 614
9.15/3.90	o 125
9.15/3.92	o 124
9.15/3.93	o 119
10.12/4.27	o 118
10.12/4.29	o 114
10.77/4.41	o 113
10.77/4.43	o 112
10.77/4.45	o 111
10.77/4.48	o 109
10.77/4.48	o 107
10.77/4.49	o 105
11.07/4.51	o 104
12.65/5.41	o 103
12.65/5.42	o 100
13.34/5.86	o 99
60.60/49.12	o 98
2520.07/2475.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2475.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2475.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.07/2475.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2475.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2475.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2475.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2475.11		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.07/2475.11		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.07/2475.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2475.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2475.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2475.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2475.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2475.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2475.11		at scala.Option.map(Option.scala:243)
2520.07/2475.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2475.11		at concrete.MAC.mac(MAC.scala:204)
2520.07/2475.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2475.11		at scala.util.Try$.apply(Try.scala:212)
2520.07/2475.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2475.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2475.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2475.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2475.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2475.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2475.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2475.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2475.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2475.11		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2475.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2475.11		at scala.util.Success.map(Try.scala:264)
2520.07/2475.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2475.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2475.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2475.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2475.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2475.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2475.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2475.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2475.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2475.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2475.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2475.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2475.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2475.11		at scala.App.main(App.scala:75)
2520.07/2475.11		at scala.App.main$(App.scala:73)
2520.07/2475.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2475.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2475.12	v <instantiation
2520.07/2475.12	v         cost = '98'>
2520.07/2475.12	v       <list>
2520.07/2475.12	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.07/2475.12	v       </list>
2520.07/2475.12	v       <values>
2520.07/2475.12	v         0 0 0 0 4 4 7 6 8 5 12 16 5 14 32 14 13 14 4 24 14 8 20 25 15 8 20 23 17 23 7 29 15 34 12 24 19 19 29 25 33 16 35 25 44 42 39 46 26 30 22 24 30 54 55 39 53 29 45 29 42 33 33 44 47 45 63 42 44 40 34 39 68 48 40 46 48 44 72 53 55 58 48 43 39 61 59 52 63 54 54 46 60 62 77 53 56 85 78 55 68 53 70 72 63 71 76 87 62 76 72 71 89 84 79 76 86 88 94 89 92 98
2520.07/2475.12	v       </values>
2520.07/2475.12	v     </instantiation>
2520.07/2475.12	s SATISFIABLE

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387247-1568296765/watcher-4387247-1568296765 -o /tmp/evaluation-result-4387247-1568296765/solver-4387247-1568296765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1698151392 HOME/instance-4387247-1568296765.xml 

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

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=5206, runsolver pid=5203
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.52 1.46 1.42 3/220 5263
/proc/meminfo: memFree=21287672/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 4454 13168 0 0 1 0 5 3 20 0 6 0 405613853 10212057088 4204 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2493178 4204 1935 1 0 2481616 0
[pid=5206/tid=5259] ppid=5203 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 2278 13168 0 0 0 0 5 3 20 0 6 0 405613862 10212057088 4270 33554432000 4194304 4196468 140720849351344 140444298674768 140444312520533 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 6 0 405613863 10212057088 4270 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=9972712 memory=140114544522880 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 6 0 405613863 10212057088 4270 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 6 0 405613863 10212057088 4270 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 6 0 405613863 10212057088 4270 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210335 s]*
/proc/loadavg: 1.52 1.46 1.42 3/229 5272
/proc/meminfo: memFree=21267572/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10818940 memory=38960 CPUtime=0.26 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 7028 13168 0 0 17 1 5 3 20 0 15 0 405613853 11078594560 9740 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2704735 9740 2981 1 0 2667149 0
[pid=5206/tid=5259] ppid=5203 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 3552 13168 0 0 11 0 5 3 20 0 15 0 405613862 11078594560 9740 33554432000 4194304 4196468 140720849351344 140444298655120 140444310918494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10818940 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11078594560 9740 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10818940 memory=140114544528990 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613863 11078594560 9740 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11078594560 9740 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11078594560 9740 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10818940 memory=140114544522880 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613865 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 13 13168 0 0 0 0 5 3 20 0 15 0 405613865 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443685741856 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443081762416 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 351 13168 0 0 1 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 280 13168 0 0 1 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10818940 memory=140114544522880 CPUtime=0.11 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 628 13168 0 0 3 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10818940 memory=140114544522880 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613868 11078594560 9740 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38960 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.52 1.46 1.42 3/229 5272
/proc/meminfo: memFree=21256824/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10820096 memory=48244 CPUtime=0.4 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 10800 13168 0 0 30 2 5 3 20 0 15 0 405613853 11079778304 12061 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2705024 12061 3235 1 0 2667149 0
[pid=5206/tid=5259] ppid=5203 vsize=10820096 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 7290 13168 0 0 20 2 5 3 20 0 15 0 405613862 11079778304 12573 33554432000 4194304 4196468 140720849351344 140444298651152 140444326859933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11079778304 12573 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613863 11079778304 12573 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11079778304 12573 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11079778304 12573 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613865 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 13 13168 0 0 0 0 5 3 20 0 15 0 405613865 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443685741856 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443081762416 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 353 13168 0 0 1 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 280 13168 0 0 1 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10820096 memory=140114544522880 CPUtime=0.13 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 638 13168 0 0 5 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10820096 memory=140114544522880 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613868 11079778304 12573 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48244 KiB

[startup+0.700786 s]
/proc/loadavg: 1.52 1.46 1.42 5/229 5272
/proc/meminfo: memFree=21241700/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10824340 memory=80596 CPUtime=1.15 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 14853 13168 0 0 102 5 5 3 20 0 15 0 405613853 11084124160 20149 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2706085 20149 3507 1 0 2668173 0
[pid=5206/tid=5259] ppid=5203 vsize=10824340 memory=2244 CPUtime=0.67 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 10504 13168 0 0 56 3 5 3 20 0 15 0 405613862 11084124160 20149 33554432000 4194304 4196468 140720849351344 140444298651200 140444310918494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11084124160 20149 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10824340 memory=140114382580112 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613863 11084124160 20149 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10824340 memory=-3039135443232236825 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11084124160 20149 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 405613863 11084124160 20149 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 5 13168 0 0 0 0 5 3 20 0 15 0 405613865 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10824340 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 13 13168 0 0 0 0 5 3 20 0 15 0 405613865 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443685741856 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443081762416 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 593 13168 0 0 12 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 670 13168 0 0 15 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 843 13168 0 0 17 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613868 11084124160 20149 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80596 KiB

[startup+1.50073 s]
/proc/loadavg: 1.52 1.46 1.42 3/229 5272
/proc/meminfo: memFree=21203388/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10834656 memory=168112 CPUtime=2.47 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 21289 13168 0 0 229 10 5 3 20 0 15 0 405613853 11094687744 42028 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2708664 42028 3577 1 0 2670733 0
[pid=5206/tid=5259] ppid=5203 vsize=10834656 memory=6943526294502006880 CPUtime=1.44 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 15246 13168 0 0 131 5 5 3 20 0 15 0 405613862 11094687744 42028 33554432000 4194304 4196468 140720849351344 140444298632320 140444306563041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10834656 memory=6655300316396806240 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 78 13168 0 0 1 0 5 3 20 0 15 0 405613863 11094687744 42028 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10834656 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 27 13168 0 0 0 1 5 3 20 0 15 0 405613863 11094687744 42028 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10834656 memory=164692 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 330 13168 0 0 1 0 5 3 20 0 15 0 405613863 11094687744 42028 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10834656 memory=6944656592452807325 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 64 13168 0 0 1 0 5 3 20 0 15 0 405613863 11094687744 42028 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10834656 memory=7682475212697334547 CPUtime=0.09 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 139 13168 0 0 1 0 5 3 20 0 15 0 405613865 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10834656 memory=280228765331840 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 14 13168 0 0 0 0 5 3 20 0 15 0 405613865 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443685741920 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10834656 memory=280228765226256 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443081762432 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10834656 memory=118144 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10834656 memory=2244 CPUtime=0.31 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) R 5203 5206 466 0 -1 1077944384 680 13168 0 0 23 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 900 13168 0 0 25 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10834656 memory=280228765174528 CPUtime=0.5 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) R 5203 5206 466 0 -1 1077944384 1593 13168 0 0 42 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10834656 memory=280228765152016 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10834656 memory=140114382596976 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613868 11094687744 42028 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 62274 13168 0 0 235511 43 5 3 20 0 15 0 405613862 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444298673616 140443920304695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.49 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 8509 13168 0 0 1086 55 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.39 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 14321 13168 0 0 1076 55 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.48 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 17039 13168 0 0 1085 55 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.47 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 14348 13168 0 0 1082 57 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.54 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 15384 13168 0 0 1097 49 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 15 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443685741984 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443081762432 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10846964 memory=792324 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10846964 memory=0 CPUtime=4.28 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 20763 13168 0 0 416 4 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.17 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 23024 13168 0 0 402 7 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10846964 memory=794372 CPUtime=3.52 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 25099 13168 0 0 338 6 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10846964 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10846964 memory=37732 CPUtime=1.49 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 873 13168 0 0 68 73 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 2425.84 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 794372 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 1.54 1.41 3/228 5793
/proc/meminfo: memFree=22224044/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10846964 memory=794372 CPUtime=2486.74 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 205110 13168 0 0 248318 348 5 3 20 0 15 0 405613853 11107291136 198593 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2711741 198593 3627 1 0 2673805 0
[pid=5206/tid=5259] ppid=5203 vsize=10846964 memory=794372 CPUtime=2414.95 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 62922 13168 0 0 241443 44 5 3 20 0 15 0 405613862 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444298673296 140443919421543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.8 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 8760 13168 0 0 1116 56 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.71 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 14333 13168 0 0 1107 56 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.79 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 17129 13168 0 0 1115 56 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.78 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 14356 13168 0 0 1111 59 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.84 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 15604 13168 0 0 1126 50 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 15 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443685741984 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443081762432 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.28 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 20765 13168 0 0 416 4 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.17 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 23026 13168 0 0 402 7 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10846964 memory=794372 CPUtime=3.52 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 25101 13168 0 0 338 6 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10846964 memory=794372 CPUtime=1.51 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 882 13168 0 0 69 74 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 2486.74 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 794372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 1.75 1.55 1.41 3/229 5797
/proc/meminfo: memFree=22221264/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10846964 memory=794372 CPUtime=2520.07 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 206096 13168 0 0 251647 352 5 3 20 0 15 0 405613853 11107291136 198593 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2711741 198593 3627 1 0 2673805 0
[pid=5206/tid=5259] ppid=5203 vsize=10846964 memory=794372 CPUtime=2447.38 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 63339 13168 0 0 244686 44 5 3 20 0 15 0 405613862 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444298672800 140443920505526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.97 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 8766 13168 0 0 1132 57 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.89 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 14344 13168 0 0 1124 57 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.96 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 17175 13168 0 0 1132 56 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10846964 memory=280224805908097 CPUtime=11.96 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 14630 13168 0 0 1128 60 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10846964 memory=794372 CPUtime=12.02 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 15822 13168 0 0 1143 51 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10846964 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 15 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443685741984 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443081762432 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.28 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 20767 13168 0 0 416 4 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.17 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 23028 13168 0 0 402 7 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10846964 memory=794372 CPUtime=3.53 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 25103 13168 0 0 339 6 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10846964 memory=794372 CPUtime=1.53 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 890 13168 0 0 70 75 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 794372 KiB

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

[startup+2475.14 s]
# the end of solver process 5206 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.56739 s

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

[startup+2475.11 s]
/proc/loadavg: 1.75 1.55 1.41 3/229 5797
/proc/meminfo: memFree=22221264/32770624 swapFree=67108848/67108860
[pid=5206] ppid=5203 vsize=10846964 memory=794372 CPUtime=2520.07 cores=0,2,4,6
/proc/5206/stat : 5206 (java) S 5203 5206 466 0 -1 1077944320 206096 13168 0 0 251647 352 5 3 20 0 15 0 405613853 11107291136 198593 33554432000 4194304 4196468 140720849351344 140720849333888 140444326838007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
/proc/5206/statm: 2711741 198593 3627 1 0 2673805 0
[pid=5206/tid=5259] ppid=5203 vsize=10846964 memory=794372 CPUtime=2447.38 cores=0,2,4,6
/proc/5206/task/5259/stat : 5259 (java) R 5203 5206 466 0 -1 4202560 63339 13168 0 0 244686 44 5 3 20 0 15 0 405613862 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444298672800 140443920505526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5260] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.97 cores=0,2,4,6
/proc/5206/task/5260/stat : 5260 (java) S 5203 5206 466 0 -1 1077944384 8766 13168 0 0 1132 57 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444331080080 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5261] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.89 cores=0,2,4,6
/proc/5206/task/5261/stat : 5261 (java) S 5203 5206 466 0 -1 1077944384 14344 13168 0 0 1124 57 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444229970192 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5262] ppid=5203 vsize=10846964 memory=794372 CPUtime=11.96 cores=0,2,4,6
/proc/5206/task/5262/stat : 5262 (java) S 5203 5206 466 0 -1 1077944384 17175 13168 0 0 1132 56 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444228917904 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5263] ppid=5203 vsize=10846964 memory=280224805908097 CPUtime=11.96 cores=0,2,4,6
/proc/5206/task/5263/stat : 5263 (java) S 5203 5206 466 0 -1 1077944384 14630 13168 0 0 1128 60 5 3 20 0 15 0 405613863 11107291136 198593 33554432000 4194304 4196468 140720849351344 140444227865104 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5264] ppid=5203 vsize=10846964 memory=794372 CPUtime=12.02 cores=0,2,4,6
/proc/5206/task/5264/stat : 5264 (java) S 5203 5206 466 0 -1 1077944384 15822 13168 0 0 1143 51 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443786173040 140444326849154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5265] ppid=5203 vsize=10846964 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5265/stat : 5265 (java) S 5203 5206 466 0 -1 1077944384 15 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443685741984 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5266] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5266/stat : 5266 (java) S 5203 5206 466 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 405613865 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443081762432 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5267] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5267/stat : 5267 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442841471568 140444326856603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5268] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.28 cores=0,2,4,6
/proc/5206/task/5268/stat : 5268 (java) S 5203 5206 466 0 -1 1077944384 20767 13168 0 0 416 4 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443785119856 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5269] ppid=5203 vsize=10846964 memory=794372 CPUtime=4.17 cores=0,2,4,6
/proc/5206/task/5269/stat : 5269 (java) S 5203 5206 466 0 -1 1077944384 23028 13168 0 0 402 7 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443784067056 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5270] ppid=5203 vsize=10846964 memory=794372 CPUtime=3.53 cores=0,2,4,6
/proc/5206/task/5270/stat : 5270 (java) S 5203 5206 466 0 -1 1077944384 25103 13168 0 0 339 6 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443783014768 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5271] ppid=5203 vsize=10846964 memory=794372 CPUtime=0.08 cores=0,2,4,6
/proc/5206/task/5271/stat : 5271 (java) S 5203 5206 466 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140442807912928 140444326848213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
[pid=5206/tid=5272] ppid=5203 vsize=10846964 memory=794372 CPUtime=1.53 cores=0,2,4,6
/proc/5206/task/5272/stat : 5272 (java) S 5203 5206 466 0 -1 1077944384 890 13168 0 0 70 75 5 3 20 0 15 0 405613868 11107291136 198593 33554432000 4194304 4196468 140720849351344 140443781962672 140444326849154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11378688 140720849357557 140720849360069 140720849360069 140720849362895 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 794372 KiB

Child status: 143
Real time (s): 2475.14
CPU time (s): 2520.11
CPU user time (s): 2516.54
CPU system time (s): 3.56739
CPU usage (%): 101.817
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 794372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.56739
maximum resident set size= 798584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296372
involuntary context switches= 8852


# summary of solver processes directly reported to runsolver:
#   pid: 5206
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.56739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2483 second user time and 22.7094 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 15:58:44
IDJOB=4387247
IDBENCH=129121
IDSOLVER=2823
FILE ID=node143/4387247-1568296765
RUNJOBID= node143-1568286551-1786
PBS_JOBID= 21701067
Free space on /tmp= 56480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-43-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387247-1568296765/watcher-4387247-1568296765 -o /tmp/evaluation-result-4387247-1568296765/solver-4387247-1568296765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1786 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1698151392 HOME/instance-4387247-1568296765.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1698151392

node143.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.73
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.73
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.73
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.73
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:        21295088 kB
MemAvailable:   29152220 kB
Buffers:          133972 kB
Cached:          8000112 kB
SwapCached:            8 kB
Active:          4892528 kB
Inactive:        5895896 kB
Active(anon):    2608612 kB
Inactive(anon):   145044 kB
Active(file):    2283916 kB
Inactive(file):  5750852 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34980 kB
Writeback:             0 kB
AnonPages:       2767116 kB
Mapped:            60548 kB
Shmem:             90756 kB
Slab:             280260 kB
SReclaimable:     250824 kB
SUnreclaim:        29436 kB
KernelStack:        3904 kB
PageTables:        11428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3688212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2531328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 56448 MiB
End job on node143 at 2019-09-12 16:39:59