Trace number 4396511

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.12.2SAT (TO)104 2400.07 2369.33

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark110.856
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.79/0.55	c Concrete v3.12.2.1568380929293 running
9.57/4.04	o 333
9.57/4.07	o 331
9.57/4.10	o 323
9.91/4.12	o 322
9.91/4.13	o 321
9.91/4.18	o 117
10.24/4.22	o 114
11.12/4.61	o 113
12.27/5.24	o 112
12.38/5.34	o 111
12.76/5.63	o 110
14.61/7.07	o 109
15.46/7.73	o 108
15.57/7.87	o 107
16.06/8.26	o 106
16.17/8.32	o 105
160.31/149.71	o 104
2400.02/2369.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.02/2369.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.02/2369.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.02/2369.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.02/2369.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.02/2369.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.02/2369.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.02/2369.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.02/2369.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2369.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2369.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.02/2369.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.02/2369.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.02/2369.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.02/2369.30		at scala.Option.map(Option.scala:243)
2400.02/2369.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.02/2369.30		at concrete.MAC.mac(MAC.scala:216)
2400.02/2369.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2369.30		at scala.util.Try$.apply(Try.scala:212)
2400.02/2369.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2369.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2369.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2369.30		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2369.30		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2369.30		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2369.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2369.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2369.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2369.30		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2369.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2369.30		at scala.util.Success.map(Try.scala:264)
2400.02/2369.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2369.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2369.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2369.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2369.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2369.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2369.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2369.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2369.30		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2369.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2369.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2369.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2369.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2369.31		at scala.App.main(App.scala:75)
2400.02/2369.31		at scala.App.main$(App.scala:73)
2400.02/2369.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2369.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2369.31	v <instantiation
2400.02/2369.31	v         cost = '104'>
2400.02/2369.31	v       <list>
2400.02/2369.31	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]
2400.02/2369.31	v       </list>
2400.02/2369.31	v       <values>
2400.02/2369.31	v         0 0 0 0 14 10 5 15 4 4 18 31 43 18 30 15 15 16 14 21 16 31 41 17 57 38 31 46 59 19 41 47 47 62 53 73 57 66 49 54 46 70 21 68 64 74 72 63 73 73 83 76 78 92 85 91 91 86 95 103 95 104
2400.02/2369.31	v       </values>
2400.02/2369.31	v     </instantiation>
2400.02/2369.31	s SATISFIABLE

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396511-1568401604/watcher-4396511-1568401604 -o /tmp/evaluation-result-4396511-1568401604/solver-4396511-1568401604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1361 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=930574831 HOME/instance-4396511-1568401604.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1391, runsolver pid=1388
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 0.70 0.69 0.96 5/207 1502
/proc/meminfo: memFree=24262288/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 4290 13287 0 0 1 0 4 4 20 0 6 0 416097764 10212057088 4583 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2493178 4583 1931 1 0 2481616 0
[pid=1391/tid=1496] ppid=1388 vsize=9972712 memory=576460756329955604 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 2112 13287 0 0 0 0 4 4 20 0 6 0 416097773 10212057088 4583 33554432000 4194304 4196468 140729428711776 140185255428688 140185283613853 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 6 0 416097774 10212057088 4583 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=9972712 memory=3761131539426181152 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 6 0 416097774 10212057088 4583 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 6 0 416097774 10212057088 4583 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 6 0 416097774 10212057088 4583 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211916 s]*
/proc/loadavg: 0.70 0.69 0.96 5/227 1522
/proc/meminfo: memFree=24221928/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10819664 memory=42336 CPUtime=0.26 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 6900 13287 0 0 17 1 4 4 20 0 15 0 416097764 11079335936 10584 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2704916 10584 3168 1 0 2667149 0
[pid=1391/tid=1496] ppid=1388 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 3386 13287 0 0 11 0 4 4 20 0 15 0 416097773 11079335936 10584 33554432000 4194304 4196468 140729428711776 140185255424496 140185267672444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10819664 memory=4294967661 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079335936 10584 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10819664 memory=140392639718384 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079335936 10584 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079335936 10584 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079335936 10584 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10819664 memory=140392636741248 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097775 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 33 13287 0 0 0 0 4 4 20 0 15 0 416097776 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184495519136 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184301594096 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 462 13287 0 0 1 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 180 13287 0 0 1 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10819664 memory=140392636741248 CPUtime=0.11 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) R 1388 1391 1330 0 -1 4202560 621 13287 0 0 3 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184459856112 140185262519338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10819664 memory=140392636741248 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079335936 10584 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42336 KiB

[startup+0.310307 s]*
/proc/loadavg: 0.70 0.69 0.96 4/227 1522
/proc/meminfo: memFree=24196032/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10820148 memory=53468 CPUtime=0.41 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 10595 13287 0 0 30 3 4 4 20 0 15 0 416097764 11079831552 13367 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2705037 13367 3300 1 0 2667149 0
[pid=1391/tid=1496] ppid=1388 vsize=10820148 memory=4627829660337606006 CPUtime=0.29 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 7064 13287 0 0 19 2 4 4 20 0 15 0 416097773 11079831552 13367 33554432000 4194304 4196468 140729428711776 140185255391840 140185262037537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10820148 memory=4294969568 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079831552 13367 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10820148 memory=140396931708543 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079831552 13367 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10820148 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079831552 13367 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10820148 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11079831552 13367 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097775 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 33 13287 0 0 0 0 4 4 20 0 15 0 416097776 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184495519136 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184301594096 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 471 13287 0 0 2 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 181 13287 0 0 1 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10820148 memory=140392636741248 CPUtime=0.13 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) S 1388 1391 1330 0 -1 1077944384 630 13287 0 0 5 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184459856112 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10820148 memory=140392636741248 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097779 11079831552 13367 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53468 KiB

[startup+0.705244 s]
/proc/loadavg: 0.70 0.69 0.96 6/227 1522
/proc/meminfo: memFree=24165264/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10824360 memory=86140 CPUtime=1.16 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 14703 13287 0 0 103 5 4 4 20 0 15 0 416097764 11084144640 21535 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2706090 21535 3513 1 0 2668173 0
[pid=1391/tid=1496] ppid=1388 vsize=10824360 memory=3924 CPUtime=0.67 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 9938 13287 0 0 56 3 4 4 20 0 15 0 416097773 11084144640 21535 33554432000 4194304 4196468 140729428711776 140185255419088 140185283603862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10824360 memory=40340 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11084144640 21535 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10824360 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11084144640 21535 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10824360 memory=2352 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097774 11084144640 21535 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10824360 memory=140392481854354 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097774 11084144640 21535 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10824360 memory=280784963389728 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 5 13287 0 0 0 0 4 4 20 0 15 0 416097775 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10824360 memory=280784963389920 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 33 13287 0 0 0 0 4 4 20 0 15 0 416097776 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184495519136 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10824360 memory=280784963390112 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184301594096 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10824360 memory=280784963390304 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10824360 memory=280784963390496 CPUtime=0.24 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 1012 13287 0 0 16 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10824360 memory=280784963399968 CPUtime=0.21 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) R 1388 1391 1330 0 -1 4202560 628 13287 0 0 13 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184460894752 140185262843852 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10824360 memory=280784963396096 CPUtime=0.25 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) R 1388 1391 1330 0 -1 4202560 866 13287 0 0 17 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184459856112 140185263497632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10824360 memory=280784963396288 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10824360 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097779 11084144640 21535 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86140 KiB

[startup+1.50069 s]
/proc/loadavg: 0.70 0.69 0.96 5/227 1522
/proc/meminfo: memFree=24081912/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10834676 memory=175552 CPUtime=2.47 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 21256 13287 0 0 230 9 4 4 20 0 15 0 416097764 11094708224 43866 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2708669 43888 3580 1 0 2670733 0
[pid=1391/tid=1496] ppid=1388 vsize=10834676 memory=1228 CPUtime=1.44 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 14772 13287 0 0 131 5 4 4 20 0 15 0 416097773 11094708224 43888 33554432000 4194304 4196468 140729428711776 140185255392400 140185283603862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10834676 memory=2352 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 21 13287 0 0 1 0 4 4 20 0 15 0 416097774 11094708224 43888 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 54 13287 0 0 1 0 4 4 20 0 15 0 416097774 11094708224 43888 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 371 13287 0 0 1 0 4 4 20 0 15 0 416097774 11094708224 43888 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 73 13287 0 0 1 0 4 4 20 0 15 0 416097774 11094708224 43888 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10834676 memory=3472603384860486039 CPUtime=0.09 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 171 13287 0 0 1 0 4 4 20 0 15 0 416097775 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10834676 memory=3683997517402878769 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 34 13287 0 0 0 0 4 4 20 0 15 0 416097776 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184495519136 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10834676 memory=3905249077775920295 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184301594096 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10834676 memory=3692476986382653081 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10834676 memory=-7235713825634676827 CPUtime=0.34 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 1102 13287 0 0 26 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10834676 memory=3836592153101573786 CPUtime=0.32 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 803 13287 0 0 24 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10834676 memory=7089317151301462370 CPUtime=0.48 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) R 1388 1391 1330 0 -1 4202560 1641 13287 0 0 40 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184459851792 140185265164345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10834676 memory=7307460275314320698 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10834676 memory=7450449554941177759 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097779 11094708224 43888 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 56221 13287 0 0 218446 30 4 4 20 0 15 0 416097773 11107311616 157283 33554432000 4194304 4196468 140729428711776 140185255427600 140184877904655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10846984 memory=1192 CPUtime=7.26 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 9549 13287 0 0 680 38 4 4 20 0 15 0 416097774 11107311616 157283 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10846984 memory=5536 CPUtime=7.23 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 11108 13287 0 0 677 38 4 4 20 0 15 0 416097774 11107311616 157283 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10846984 memory=8112282956445269571 CPUtime=7.24 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 10235 13287 0 0 677 39 4 4 20 0 15 0 416097774 11107311616 157283 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10846984 memory=752 CPUtime=7.23 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 13562 13287 0 0 677 38 4 4 20 0 15 0 416097774 11107311616 157283 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10846984 memory=1636 CPUtime=6.87 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 12845 13287 0 0 644 35 4 4 20 0 15 0 416097775 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10846984 memory=627004 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 39 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184495519264 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10846984 memory=629132 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184301594112 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10846984 memory=629132 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10846984 memory=4540 CPUtime=4.18 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 33591 13287 0 0 406 4 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10846984 memory=752 CPUtime=4.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 29282 13287 0 0 398 3 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10846984 memory=1636 CPUtime=1.93 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) S 1388 1391 1330 0 -1 1077944384 21439 13287 0 0 180 5 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184459856112 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10846984 memory=4540 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10846984 memory=752 CPUtime=1.3 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 919 13287 0 0 61 61 4 4 20 0 15 0 416097779 11107311616 157283 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 2231.57 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 629132 KiB

[startup+2262.3 s]
/proc/loadavg: 1.21 1.34 1.28 5/227 1731
/proc/meminfo: memFree=23044812/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10846984 memory=629260 CPUtime=2292.07 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 202300 13287 0 0 228950 249 4 4 20 0 15 0 416097764 11107311616 157315 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2711746 157315 3632 1 0 2673805 0
[pid=1391/tid=1496] ppid=1388 vsize=10846984 memory=288230596050944315 CPUtime=2244.39 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 56801 13287 0 0 224400 31 4 4 20 0 15 0 416097773 11107311616 157315 33554432000 4194304 4196468 140729428711776 140185255427808 140184878004556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10846984 memory=13567093840807525 CPUtime=7.44 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 9597 13287 0 0 698 38 4 4 20 0 15 0 416097774 11107311616 157315 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10846984 memory=111636 CPUtime=7.42 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 11292 13287 0 0 695 39 4 4 20 0 15 0 416097774 11107311616 157315 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10846984 memory=804 CPUtime=7.42 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 10415 13287 0 0 694 40 4 4 20 0 15 0 416097774 11107311616 157315 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10846984 memory=1964 CPUtime=7.42 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 13625 13287 0 0 695 39 4 4 20 0 15 0 416097774 11107311616 157315 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10846984 memory=1398722017469774279 CPUtime=7.04 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 13060 13287 0 0 660 36 4 4 20 0 15 0 416097775 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10846984 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 39 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184495519264 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10846984 memory=8612 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184301594112 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10846984 memory=629260 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10846984 memory=40400 CPUtime=4.18 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 33594 13287 0 0 406 4 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10846984 memory=1228 CPUtime=4.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 29284 13287 0 0 398 3 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10846984 memory=2352 CPUtime=1.93 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) S 1388 1391 1330 0 -1 1077944384 21441 13287 0 0 180 5 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184459856112 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10846984 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10846984 memory=10805 CPUtime=1.34 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 937 13287 0 0 63 63 4 4 20 0 15 0 416097779 11107311616 157315 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 2292.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 629260 KiB

[startup+2322.3 s]
/proc/loadavg: 1.14 1.31 1.28 5/227 1735
/proc/meminfo: memFree=23044772/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10846984 memory=629324 CPUtime=2352.6 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 203922 13287 0 0 234997 255 4 4 20 0 15 0 416097764 11107311616 157331 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2711746 157331 3632 1 0 2673805 0
[pid=1391/tid=1496] ppid=1388 vsize=10846984 memory=2308 CPUtime=2303.95 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 57401 13287 0 0 230356 31 4 4 20 0 15 0 416097773 11107311616 157331 33554432000 4194304 4196468 140729428711776 140185255427808 140184881111172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10846984 memory=1408 CPUtime=7.62 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 9773 13287 0 0 715 39 4 4 20 0 15 0 416097774 11107311616 157331 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10846984 memory=629324 CPUtime=7.6 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 11327 13287 0 0 713 39 4 4 20 0 15 0 416097774 11107311616 157331 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10846984 memory=4048 CPUtime=7.61 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 10623 13287 0 0 712 41 4 4 20 0 15 0 416097774 11107311616 157331 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10846984 memory=14288 CPUtime=7.61 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 13679 13287 0 0 713 40 4 4 20 0 15 0 416097774 11107311616 157331 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10846984 memory=504 CPUtime=7.22 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 13283 13287 0 0 677 37 4 4 20 0 15 0 416097775 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10846984 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 39 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184495519264 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10846984 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184301594112 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10846984 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10846984 memory=916 CPUtime=4.19 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 33897 13287 0 0 406 5 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10846984 memory=3816 CPUtime=4.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 29286 13287 0 0 398 3 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10846984 memory=2308 CPUtime=1.93 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) S 1388 1391 1330 0 -1 1077944384 21443 13287 0 0 180 5 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184459856112 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10846984 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10846984 memory=8112282956445269571 CPUtime=1.38 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 956 13287 0 0 65 65 4 4 20 0 15 0 416097779 11107311616 157331 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 2352.6 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 629324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.3 s]
/proc/loadavg: 1.02 1.25 1.26 4/231 1762
/proc/meminfo: memFree=23038340/32770624 swapFree=67108848/67108860
[pid=1391] ppid=1388 vsize=10846984 memory=631384 CPUtime=2400.02 cores=0,2,4,6
/proc/1391/stat : 1391 (java) S 1388 1391 1330 0 -1 1077944320 204284 13287 0 0 239736 258 4 4 20 0 15 0 416097764 11107311616 157846 33554432000 4194304 4196468 140729428711776 140729428694320 140185283591927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
/proc/1391/statm: 2711746 157846 3632 1 0 2673805 0
[pid=1391/tid=1496] ppid=1388 vsize=10846984 memory=8112282956445269571 CPUtime=2350.6 cores=0,2,4,6
/proc/1391/task/1496/stat : 1496 (java) R 1388 1391 1330 0 -1 4202560 57705 13287 0 0 235021 31 4 4 20 0 15 0 416097773 11107311616 157846 33554432000 4194304 4196468 140729428711776 140185255427520 140184868409220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1501] ppid=1388 vsize=10846984 memory=1804 CPUtime=7.77 cores=0,2,4,6
/proc/1391/task/1501/stat : 1501 (java) S 1388 1391 1330 0 -1 1077944384 9785 13287 0 0 729 40 4 4 20 0 15 0 416097774 11107311616 157846 33554432000 4194304 4196468 140729428711776 140185287833872 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1502] ppid=1388 vsize=10846984 memory=916 CPUtime=7.76 cores=0,2,4,6
/proc/1391/task/1502/stat : 1502 (java) S 1388 1391 1330 0 -1 1077944384 11332 13287 0 0 728 40 4 4 20 0 15 0 416097774 11107311616 157846 33554432000 4194304 4196468 140729428711776 140185186724240 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1503] ppid=1388 vsize=10846984 memory=3816 CPUtime=7.76 cores=0,2,4,6
/proc/1391/task/1503/stat : 1503 (java) S 1388 1391 1330 0 -1 1077944384 10644 13287 0 0 727 41 4 4 20 0 15 0 416097774 11107311616 157846 33554432000 4194304 4196468 140729428711776 140185185671696 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1504] ppid=1388 vsize=10846984 memory=2308 CPUtime=7.76 cores=0,2,4,6
/proc/1391/task/1504/stat : 1504 (java) S 1388 1391 1330 0 -1 1077944384 13689 13287 0 0 728 40 4 4 20 0 15 0 416097774 11107311616 157846 33554432000 4194304 4196468 140729428711776 140185184619152 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1506] ppid=1388 vsize=10846984 memory=2308 CPUtime=7.37 cores=0,2,4,6
/proc/1391/task/1506/stat : 1506 (java) S 1388 1391 1330 0 -1 1077944384 13289 13287 0 0 691 38 4 4 20 0 15 0 416097775 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184496572912 140185283603074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1509] ppid=1388 vsize=10846984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1509/stat : 1509 (java) S 1388 1391 1330 0 -1 1077944384 39 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184495519264 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1510] ppid=1388 vsize=10846984 memory=3088 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1510/stat : 1510 (java) S 1388 1391 1330 0 -1 1077944384 1 13287 0 0 0 0 4 4 20 0 15 0 416097776 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184301594112 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1516] ppid=1388 vsize=10846984 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1516/stat : 1516 (java) S 1388 1391 1330 0 -1 1077944384 2 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184041548496 140185283610523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1517] ppid=1388 vsize=10846984 memory=627484 CPUtime=4.19 cores=0,2,4,6
/proc/1391/task/1517/stat : 1517 (java) S 1388 1391 1330 0 -1 1077944384 33897 13287 0 0 406 5 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184461961200 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1518] ppid=1388 vsize=10846984 memory=3268 CPUtime=4.09 cores=0,2,4,6
/proc/1391/task/1518/stat : 1518 (java) S 1388 1391 1330 0 -1 1077944384 29286 13287 0 0 398 3 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184460908656 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1519] ppid=1388 vsize=10846984 memory=631384 CPUtime=1.93 cores=0,2,4,6
/proc/1391/task/1519/stat : 1519 (java) S 1388 1391 1330 0 -1 1077944384 21443 13287 0 0 180 5 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184459856112 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1521] ppid=1388 vsize=10846984 memory=3100 CPUtime=0.08 cores=0,2,4,6
/proc/1391/task/1521/stat : 1521 (java) S 1388 1391 1330 0 -1 1077944384 3 13287 0 0 0 0 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140183571786336 140185283602133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
[pid=1391/tid=1522] ppid=1388 vsize=10846984 memory=1412 CPUtime=1.41 cores=0,2,4,6
/proc/1391/task/1522/stat : 1522 (java) S 1388 1391 1330 0 -1 1077944384 960 13287 0 0 67 66 4 4 20 0 15 0 416097779 11107311616 157846 33554432000 4194304 4196468 140729428711776 140184458804016 140185283603074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28200960 140729428720368 140729428722885 140729428722885 140729428725711 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 631384 KiB

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

[startup+2369.33 s]
# the end of solver process 1391 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.43 s, system=2.63848 s

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

Child status: 143
Real time (s): 2369.33
CPU time (s): 2400.07
CPU user time (s): 2397.43
CPU system time (s): 2.63848
CPU usage (%): 101.298
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 631384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.43
system time used= 2.63848
maximum resident set size= 635504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210049
involuntary context switches= 7929


# summary of solver processes directly reported to runsolver:
#   pid: 1391
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2397.43
#   total CPU system time (s): 2.63848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0921 second user time and 21.4986 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 21:06:03
IDJOB=4396511
IDBENCH=128622
IDSOLVER=2847
FILE ID=node143/4396511-1568401604
RUNJOBID= node143-1568401563-1361
PBS_JOBID= 21701881
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396511-1568401604/watcher-4396511-1568401604 -o /tmp/evaluation-result-4396511-1568401604/solver-4396511-1568401604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568401563-1361 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=930574831 HOME/instance-4396511-1568401604.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=930574831

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:        24278448 kB
MemAvailable:   31758788 kB
Buffers:          191116 kB
Cached:          7579524 kB
SwapCached:            8 kB
Active:          2181164 kB
Inactive:        5640280 kB
Active(anon):       5032 kB
Inactive(anon):   145128 kB
Active(file):    2176132 kB
Inactive(file):  5495152 kB
Unevictable:      107308 kB
Mlocked:          107308 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             70356 kB
Writeback:             0 kB
AnonPages:        157832 kB
Mapped:            48032 kB
Shmem:             90756 kB
Slab:             266220 kB
SReclaimable:     237516 kB
SUnreclaim:        28704 kB
KernelStack:        3280 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     504328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 59204 MiB
End job on node143 at 2019-09-13 21:45:32