Trace number 4387239

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)142 2520.05 2476.13

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.71/0.56	c Concrete v3.10.1560635388952 running
8.80/3.82	o 390
8.80/3.87	o 388
10.46/4.58	o 387
10.46/4.58	o 386
10.46/4.58	o 385
10.46/4.58	o 384
10.46/4.58	o 383
10.46/4.58	o 336
10.46/4.58	o 316
10.46/4.58	o 315
10.46/4.58	o 312
10.46/4.58	o 311
10.46/4.58	o 310
10.46/4.58	o 309
10.46/4.58	o 295
10.46/4.58	o 183
10.46/4.58	o 182
10.46/4.58	o 180
10.46/4.58	o 176
10.46/4.58	o 174
10.46/4.58	o 172
13.68/6.45	o 171
13.68/6.49	o 170
13.83/6.51	o 159
15.63/7.82	o 158
17.01/8.84	o 157
20.28/11.23	o 156
20.28/11.24	o 154
20.42/11.34	o 147
43.30/32.85	o 146
43.30/32.86	o 145
43.52/33.02	o 144
64.23/53.65	o 143
100.09/88.60	o 142
2520.01/2476.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2476.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2476.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2476.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2476.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2476.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2476.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2476.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2476.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2476.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2476.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2476.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2476.11		at scala.Option.map(Option.scala:243)
2520.01/2476.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2476.11		at concrete.MAC.mac(MAC.scala:204)
2520.01/2476.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2476.11		at scala.util.Try$.apply(Try.scala:212)
2520.01/2476.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2476.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2476.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2476.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2476.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2476.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2476.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2476.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2476.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2476.11		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2476.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2476.11		at scala.util.Success.map(Try.scala:264)
2520.01/2476.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2476.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2476.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2476.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2476.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2476.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2476.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2476.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2476.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2476.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2476.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2476.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2476.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2476.11		at scala.App.main(App.scala:75)
2520.01/2476.11		at scala.App.main$(App.scala:73)
2520.01/2476.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2476.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2476.12	v <instantiation
2520.01/2476.12	v         cost = '142'>
2520.01/2476.12	v       <list>
2520.01/2476.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]
2520.01/2476.12	v       </list>
2520.01/2476.12	v       <values>
2520.01/2476.12	v         0 0 0 0 12 1 29 6 39 14 3 42 24 20 43 39 52 30 39 29 82 63 50 53 52 42 60 29 43 68 108 63 24 59 91 96 72 63 82 91 131 72 118 101 68 105 114 96 86 106 72 116 96 108 126 127 118 124 134 132 133 142
2520.01/2476.12	v       </values>
2520.01/2476.12	v     </instantiation>
2520.01/2476.12	s SATISFIABLE

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387239-1568296527/watcher-4387239-1568296527 -o /tmp/evaluation-result-4387239-1568296527/solver-4387239-1568296527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=817633512 HOME/instance-4387239-1568296527.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
Current StackSize limit: 8192 KiB

solver pid=23920, runsolver pid=23917

[startup+0.100092 s]*
/proc/loadavg: 1.60 1.57 1.51 3/223 23977
/proc/meminfo: memFree=29571904/32770624 swapFree=66965568/67108860
[pid=23920] ppid=23917 vsize=9972712 memory=16948 CPUtime=0.1 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 4487 13346 0 0 1 1 5 3 20 0 6 0 405902259 10212057088 4237 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2493178 4237 1935 1 0 2481616 0
[pid=23920/tid=23973] ppid=23917 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 2287 13346 0 0 0 0 5 3 20 0 6 0 405902268 10212057088 4237 33554432000 4194304 4196468 140728169985712 139960347193936 139960359437662 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=9972712 memory=5793855130800241081 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 6 0 405902269 10212057088 4237 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=9972712 memory=139879790347904 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 6 0 405902269 10212057088 4237 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 6 0 405902269 10212057088 4237 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 6 0 405902269 10212057088 4237 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.210377 s]*
/proc/loadavg: 1.60 1.57 1.51 4/232 23986
/proc/meminfo: memFree=29545160/32770624 swapFree=66965568/67108860
[pid=23920] ppid=23917 vsize=10818940 memory=43216 CPUtime=0.26 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 7124 13346 0 0 16 2 5 3 20 0 15 0 405902259 11078594560 10804 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2704735 10804 2972 1 0 2667149 0
[pid=23920/tid=23973] ppid=23917 vsize=10818940 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 3622 13346 0 0 11 0 5 3 20 0 15 0 405902268 11078594560 10804 33554432000 4194304 4196468 140728169985712 139960347163120 139960375379101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10818940 memory=4211973605995138442 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11078594560 10859 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10818940 memory=139879790347904 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11078594560 10859 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11078594560 10859 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902269 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10818940 memory=139879790347904 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902270 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 13 13346 0 0 0 0 5 3 20 0 15 0 405902271 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959830832160 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959361069936 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 367 13346 0 0 0 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 280 13346 0 0 1 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10818940 memory=139879790347904 CPUtime=0.11 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 622 13346 0 0 3 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10818940 memory=139879790347904 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902274 11078594560 10859 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43216 KiB

[startup+0.310587 s]*
/proc/loadavg: 1.60 1.57 1.51 3/232 23986
/proc/meminfo: memFree=29534152/32770624 swapFree=66965568/67108860
[pid=23920] ppid=23917 vsize=10820096 memory=52824 CPUtime=0.4 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 10769 13346 0 0 28 4 5 3 20 0 15 0 405902259 11079778304 13206 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2705024 13206 3271 1 0 2667149 0
[pid=23920/tid=23973] ppid=23917 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 7252 13346 0 0 19 2 5 3 20 0 15 0 405902268 11079778304 13206 33554432000 4194304 4196468 140728169985712 139960347166640 139959978720852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11079778304 13206 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11079778304 13206 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11079778304 13206 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902269 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10820096 memory=139879790347903 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902270 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 13 13346 0 0 0 0 5 3 20 0 15 0 405902271 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959830832160 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10820096 memory=139879790347904 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959361069936 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 368 13346 0 0 1 0 5 3 20 0 15 0 405902274 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10820096 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 281 13346 0 0 2 0 5 3 20 0 15 0 405902274 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 632 13346 0 0 5 0 5 3 20 0 15 0 405902274 11079778304 13206 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11079778304 13206 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902274 11079778304 13718 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52824 KiB

[startup+0.700762 s]
/proc/loadavg: 1.60 1.57 1.51 6/232 23986
/proc/meminfo: memFree=29522592/32770624 swapFree=66965568/67108860
[pid=23920] ppid=23917 vsize=10824340 memory=84024 CPUtime=1.12 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 14737 13346 0 0 98 6 5 3 20 0 15 0 405902259 11084124160 21006 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2706085 21006 3499 1 0 2668173 0
[pid=23920/tid=23973] ppid=23917 vsize=10824340 memory=279759271780544 CPUtime=0.66 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 10477 13346 0 0 54 4 5 3 20 0 15 0 405902268 11084124160 21006 33554432000 4194304 4196468 140728169985712 139960347186752 139960375379101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10824340 memory=279759271780736 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11084124160 21006 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10824340 memory=279759271780928 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11084124160 21006 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10824340 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902269 11084124160 21006 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902269 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10824340 memory=279759271508000 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 5 13346 0 0 0 0 5 3 20 0 15 0 405902270 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10824340 memory=6916 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 13 13346 0 0 0 0 5 3 20 0 15 0 405902271 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959830832160 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959361069936 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10824340 memory=279759271523968 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10824340 memory=279759271493872 CPUtime=0.22 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 720 13346 0 0 14 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10824340 memory=6872598998417432672 CPUtime=0.2 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 541 13346 0 0 12 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10824340 memory=139879635781952 CPUtime=0.24 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 760 13346 0 0 16 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10824340 memory=139882789864029 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10824340 memory=1000 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902274 11084124160 21006 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84024 KiB

[startup+1.5029 s]
/proc/loadavg: 1.60 1.57 1.51 3/232 23986
/proc/meminfo: memFree=29479836/32770624 swapFree=66965568/67108860
[pid=23920] ppid=23917 vsize=10834656 memory=169936 CPUtime=2.47 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 22087 13346 0 0 228 11 5 3 20 0 15 0 405902259 11094687744 42484 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2708664 42484 3574 1 0 2670733 0
[pid=23920/tid=23973] ppid=23917 vsize=10834656 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 15767 13346 0 0 130 6 5 3 20 0 15 0 405902268 11094687744 42484 33554432000 4194304 4196468 140728169985712 139960347150144 139960375369110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 56 13346 0 0 1 0 5 3 20 0 15 0 405902269 11094687744 42484 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 30 13346 0 0 0 0 5 3 20 0 15 0 405902269 11094687744 42484 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10834656 memory=3624 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 350 13346 0 0 1 0 5 3 20 0 15 0 405902269 11094687744 42484 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10834656 memory=18760 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 90 13346 0 0 1 0 5 3 20 0 15 0 405902269 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10834656 memory=984 CPUtime=0.09 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) R 23917 23920 19880 0 -1 4202560 489 13346 0 0 1 0 5 3 20 0 15 0 405902270 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959901993328 139960368074327 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10834656 memory=279759271562368 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 14 13346 0 0 0 0 5 3 20 0 15 0 405902271 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959830832224 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10834656 memory=-7749696028082845524 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959361069952 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10834656 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 876 13346 0 0 28 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10834656 memory=56 CPUtime=0.31 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) R 23917 23920 19880 0 -1 4202560 679 13346 0 0 23 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959899879648 139960375378522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10834656 memory=13806 CPUtime=0.49 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 1521 13346 0 0 41 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10834656 memory=22789 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902274 11094687744 42484 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 62770 13346 0 0 235564 42 5 3 20 0 15 0 405902268 11107291136 191205 33554432000 4194304 4196468 140728169985712 139960347192304 139959988259584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10846964 memory=764800 CPUtime=11.27 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 3971 13346 0 0 1056 63 5 3 20 0 15 0 405902269 11107291136 191205 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10846964 memory=764820 CPUtime=11.24 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 9548 13346 0 0 1058 58 5 3 20 0 15 0 405902269 11107291136 191205 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10846964 memory=764820 CPUtime=11.26 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 9378 13346 0 0 1059 59 5 3 20 0 15 0 405902269 11107291136 191205 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10846964 memory=764820 CPUtime=11.24 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 6812 13346 0 0 1057 59 5 3 20 0 15 0 405902269 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10846964 memory=764820 CPUtime=11 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 11983 13346 0 0 1033 59 5 3 20 0 15 0 405902270 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 15 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959830832224 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959361069952 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10846964 memory=764820 CPUtime=4.06 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 24573 13346 0 0 393 5 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10846964 memory=56 CPUtime=4.4 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 22989 13346 0 0 427 5 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10846964 memory=2048 CPUtime=3.36 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 30274 13346 0 0 322 6 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10846964 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10846964 memory=1632 CPUtime=1.54 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1528 13346 0 0 70 76 5 3 20 0 15 0 405902274 11107291136 191205 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 2424.9 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 764820 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.31 1.40 3/231 25396
/proc/meminfo: memFree=29572980/32770624 swapFree=66965656/67108860
[pid=23920] ppid=23917 vsize=10846964 memory=766892 CPUtime=2485.74 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 187244 13346 0 0 248206 360 5 3 20 0 15 0 405902259 11107291136 191723 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2711741 191723 3627 1 0 2673805 0
[pid=23920/tid=23973] ppid=23917 vsize=10846964 memory=764844 CPUtime=2415.48 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 63421 13346 0 0 241497 43 5 3 20 0 15 0 405902268 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960347192304 139959991597598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10846964 memory=764820 CPUtime=11.56 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 4036 13346 0 0 1084 64 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10846964 memory=0 CPUtime=11.54 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 9582 13346 0 0 1087 59 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10846964 memory=764844 CPUtime=11.56 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 9391 13346 0 0 1087 61 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10846964 memory=0 CPUtime=11.54 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 7046 13346 0 0 1085 61 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10846964 memory=764844 CPUtime=11.28 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 12153 13346 0 0 1060 60 5 3 20 0 15 0 405902270 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10846964 memory=764844 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 15 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959830832224 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10846964 memory=766892 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959361069952 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10846964 memory=764844 CPUtime=4.06 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 24575 13346 0 0 393 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10846964 memory=205978041629524 CPUtime=4.4 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 22991 13346 0 0 427 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10846964 memory=764844 CPUtime=3.36 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 30276 13346 0 0 322 6 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10846964 memory=764844 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10846964 memory=764844 CPUtime=1.57 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1543 13346 0 0 72 77 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 2485.74 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.11 s]
/proc/loadavg: 1.26 1.32 1.40 3/231 25398
/proc/meminfo: memFree=29571280/32770624 swapFree=66965656/67108860
[pid=23920] ppid=23917 vsize=10846964 memory=766892 CPUtime=2520.01 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 187627 13346 0 0 251629 364 5 3 20 0 15 0 405902259 11107291136 191723 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2711741 191723 3627 1 0 2673805 0
[pid=23920/tid=23973] ppid=23917 vsize=10846964 memory=766892 CPUtime=2448.92 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 63761 13346 0 0 244841 43 5 3 20 0 15 0 405902268 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960347192304 139959990443275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.73 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 4056 13346 0 0 1100 65 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.71 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 9586 13346 0 0 1103 60 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.72 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 9399 13346 0 0 1102 62 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.71 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 7049 13346 0 0 1102 61 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.43 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 12159 13346 0 0 1074 61 5 3 20 0 15 0 405902270 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 15 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959830832224 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959361069952 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10846964 memory=766892 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10846964 memory=766892 CPUtime=4.06 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 24575 13346 0 0 393 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10846964 memory=766892 CPUtime=4.4 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 22991 13346 0 0 427 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10846964 memory=766892 CPUtime=3.36 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 30276 13346 0 0 322 6 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10846964 memory=766892 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10846964 memory=766892 CPUtime=1.59 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1545 13346 0 0 73 78 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766892 KiB

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

[startup+2476.13 s]
# the end of solver process 23920 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=3.68396 s

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

[startup+2476.11 s]
/proc/loadavg: 1.26 1.32 1.40 3/231 25398
/proc/meminfo: memFree=29571280/32770624 swapFree=66965656/67108860
[pid=23920] ppid=23917 vsize=10846964 memory=766892 CPUtime=2520.01 cores=0,2,4,6
/proc/23920/stat : 23920 (java) S 23917 23920 19880 0 -1 1077944320 187627 13346 0 0 251629 364 5 3 20 0 15 0 405902259 11107291136 191723 33554432000 4194304 4196468 140728169985712 140728169968256 139960375357175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
/proc/23920/statm: 2711741 191723 3627 1 0 2673805 0
[pid=23920/tid=23973] ppid=23917 vsize=10846964 memory=766892 CPUtime=2448.92 cores=0,2,4,6
/proc/23920/task/23973/stat : 23973 (java) R 23917 23920 19880 0 -1 4202560 63761 13346 0 0 244841 43 5 3 20 0 15 0 405902268 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960347192304 139959990443275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23974] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.73 cores=0,2,4,6
/proc/23920/task/23974/stat : 23974 (java) S 23917 23920 19880 0 -1 1077944384 4056 13346 0 0 1100 65 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960379600016 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23975] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.71 cores=0,2,4,6
/proc/23920/task/23975/stat : 23975 (java) S 23917 23920 19880 0 -1 1077944384 9586 13346 0 0 1103 60 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960302758928 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23976] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.72 cores=0,2,4,6
/proc/23920/task/23976/stat : 23976 (java) S 23917 23920 19880 0 -1 1077944384 9399 13346 0 0 1102 62 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139960301706128 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23977] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.71 cores=0,2,4,6
/proc/23920/task/23977/stat : 23977 (java) S 23917 23920 19880 0 -1 1077944384 7049 13346 0 0 1102 61 5 3 20 0 15 0 405902269 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959946943248 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23978] ppid=23917 vsize=10846964 memory=766892 CPUtime=11.43 cores=0,2,4,6
/proc/23920/task/23978/stat : 23978 (java) S 23917 23920 19880 0 -1 1077944384 12159 13346 0 0 1074 61 5 3 20 0 15 0 405902270 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959901993328 139960375368322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23979] ppid=23917 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23979/stat : 23979 (java) S 23917 23920 19880 0 -1 1077944384 15 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959830832224 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23980] ppid=23917 vsize=10846964 memory=764820 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23980/stat : 23980 (java) S 23917 23920 19880 0 -1 1077944384 1 13346 0 0 0 0 5 3 20 0 15 0 405902271 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959361069952 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23981] ppid=23917 vsize=10846964 memory=766892 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23981/stat : 23981 (java) S 23917 23920 19880 0 -1 1077944384 2 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959092635472 139960375375771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23982] ppid=23917 vsize=10846964 memory=766892 CPUtime=4.06 cores=0,2,4,6
/proc/23920/task/23982/stat : 23982 (java) S 23917 23920 19880 0 -1 1077944384 24575 13346 0 0 393 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959900941168 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23983] ppid=23917 vsize=10846964 memory=766892 CPUtime=4.4 cores=0,2,4,6
/proc/23920/task/23983/stat : 23983 (java) S 23917 23920 19880 0 -1 1077944384 22991 13346 0 0 427 5 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959899888368 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23984] ppid=23917 vsize=10846964 memory=766892 CPUtime=3.36 cores=0,2,4,6
/proc/23920/task/23984/stat : 23984 (java) S 23917 23920 19880 0 -1 1077944384 30276 13346 0 0 322 6 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959797275248 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23985] ppid=23917 vsize=10846964 memory=766892 CPUtime=0.08 cores=0,2,4,6
/proc/23920/task/23985/stat : 23985 (java) S 23917 23920 19880 0 -1 1077944384 3 13346 0 0 0 0 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139958622874336 139960375367381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
[pid=23920/tid=23986] ppid=23917 vsize=10846964 memory=766892 CPUtime=1.59 cores=0,2,4,6
/proc/23920/task/23986/stat : 23986 (java) S 23917 23920 19880 0 -1 1077944384 1545 13346 0 0 73 78 5 3 20 0 15 0 405902274 11107291136 191723 33554432000 4194304 4196468 140728169985712 139959796222640 139960375368322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17506304 140728169986806 140728169989317 140728169989317 140728169992143 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766892 KiB

Child status: 143
Real time (s): 2476.13
CPU time (s): 2520.05
CPU user time (s): 2516.37
CPU system time (s): 3.68396
CPU usage (%): 101.773
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 766892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.68396
maximum resident set size= 771024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306643
involuntary context switches= 9406


# summary of solver processes directly reported to runsolver:
#   pid: 23920
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 3.68396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5619 second user time and 23.9814 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 15:54:47
IDJOB=4387239
IDBENCH=128242
IDSOLVER=2823
FILE ID=node135/4387239-1568296527
RUNJOBID= node135-1568286944-21597
PBS_JOBID= 21701073
Free space on /tmp= 56716 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387239-1568296527/watcher-4387239-1568296527 -o /tmp/evaluation-result-4387239-1568296527/solver-4387239-1568296527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=817633512 HOME/instance-4387239-1568296527.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=817633512

node135.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.76
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.76
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.76
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.76
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:        29575124 kB
MemAvailable:   30413456 kB
Buffers:          100284 kB
Cached:          1002980 kB
SwapCached:        36308 kB
Active:          1927212 kB
Inactive:         665152 kB
Active(anon):    1459532 kB
Inactive(anon):    60348 kB
Active(file):     467680 kB
Inactive(file):   604804 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965568 kB
Dirty:             35004 kB
Writeback:             0 kB
AnonPages:       1572576 kB
Mapped:            46564 kB
Shmem:             22028 kB
Slab:             194004 kB
SReclaimable:     163368 kB
SUnreclaim:        30636 kB
KernelStack:        4064 kB
PageTables:         8600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2668408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1484800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56680 MiB
End job on node135 at 2019-09-12 16:36:03