Trace number 4302385

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)63 252.055 237.238

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22a_c18.xml
MD5SUM40a5a96b8eb7bfbd368a4d559cc37ab9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark61
Best CPU time to get the best result obtained on this benchmark252.067
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints284
Number of domains19
Minimum domain size1
Maximum domain size35
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":43},{"size":3,"count":5},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":35,"count":22}]
Minimum variable degree2
Maximum variable degree56
Distribution of variable degrees[{"degree":2,"count":56},{"degree":53,"count":8},{"degree":54,"count":6},{"degree":55,"count":4},{"degree":56,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":250},{"arity":23,"count":34}]
Number of extensional constraints0
Number of intensional constraints250
Distribution of constraint types[{"type":"intension","count":250},{"type":"count","count":34}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
12.93/5.35	o 82
12.93/5.36	o 69
12.93/5.39	o 68
16.72/7.79	o 67
16.85/7.81	o 66
18.68/9.32	o 65
22.53/12.54	o 64
22.65/12.61	o 63
252.00/237.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/237.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/237.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/237.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.00/237.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/237.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/237.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/237.20		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.00/237.20		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.00/237.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/237.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/237.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/237.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/237.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/237.20		at scala.Option.map(Option.scala:146)
252.00/237.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/237.20		at concrete.MAC.mac(MAC.scala:203)
252.00/237.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/237.20		at scala.util.Try$.apply(Try.scala:209)
252.00/237.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/237.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/237.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/237.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/237.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/237.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/237.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/237.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/237.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/237.20		at concrete.MAC.oneRun(MAC.scala:253)
252.00/237.20		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/237.20		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/237.20		at concrete.Solver.hasNext(Solver.scala:166)
252.00/237.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/237.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/237.20		at concrete.Solver.foreach(Solver.scala:68)
252.00/237.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/237.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/237.20		at scala.util.Success.map(Try.scala:209)
252.00/237.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/237.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/237.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/237.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/237.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/237.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/237.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/237.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/237.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/237.20		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/237.20		at scala.App.main(App.scala:76)
252.00/237.20		at scala.App.main$(App.scala:74)
252.00/237.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/237.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/237.21	v <instantiation cost="63">
252.00/237.21	v       <list>
252.00/237.21	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21]
252.00/237.21	v       </list>
252.00/237.21	v       <values>
252.00/237.21	v         -15 -5 15 -17 15 15 17 4 5 16 -17 17 1 15 -15 5 4 -16 -1 17 -4 8 1 0 0 1 1 0 0 0 0 0 0 0 0 0 2 1 2 1 0 0 2 2 0 0 1 0 0 0 0 0 0 4 1 3 6 7 0 8 0 0 0 0 0 0 8 0 0 0 5 0 0 7 10 0 12 0
252.00/237.21	v       </values>
252.00/237.21	v     </instantiation>
252.00/237.21	s SATISFIABLE

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302385-1532896908/watcher-4302385-1532896908 -o /tmp/evaluation-result-4302385-1532896908/solver-4302385-1532896908 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=750851140 HOME/instance-4302385-1532896908.xml 

running on 4 cores: 1,3,5,7

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

solver pid=6201, runsolver pid=6198

[startup+0.10932 s]*
/proc/loadavg: 2.26 2.08 1.88 3/206 6258
/proc/meminfo: memFree=25066492/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=10088124 memory=19652 CPUtime=0.08 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 4565 13173 0 0 1 0 5 2 20 0 7 0 107253994 10330238976 4913 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2522031 4913 2017 1 0 2510469 0
[pid=6201/tid=6254] ppid=6198 vsize=10088124 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 2396 13173 0 0 1 0 5 2 20 0 7 0 107254003 10330238976 4979 33554432000 4194304 4196468 140726947635600 140079103896336 140079132075165 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=10088124 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 7 0 107254003 10330238976 4979 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=10088124 memory=140252893783680 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 7 0 107254003 10330238976 4979 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 7 0 107254003 10330238976 4979 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 7 0 107254003 10330238976 4979 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=10088124 memory=140252893783680 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 7 0 107254005 10330238976 4979 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19652 KiB

[startup+0.210317 s]*
/proc/loadavg: 2.26 2.08 1.88 3/215 6267
/proc/meminfo: memFree=25048960/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=10982696 memory=43928 CPUtime=0.25 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 8358 13173 0 0 17 1 5 2 20 0 15 0 107253994 11246280704 10982 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2745674 10982 2932 1 0 2708109 0
[pid=6201/tid=6254] ppid=6198 vsize=10982696 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 4907 13173 0 0 10 0 5 2 20 0 15 0 107254003 11246280704 10982 33554432000 4194304 4196468 140726947635600 140079103850896 140079112328374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=10982696 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246280704 10982 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=10982696 memory=3616589234786117280 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246280704 10982 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=10982696 memory=140252893783680 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254005 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246280704 10982 33554432000 4194304 4196468 140726947635600 140077888955552 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246280704 10982 33554432000 4194304 4196468 140726947635600 140077741105904 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 360 13173 0 0 1 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 255 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=10982696 memory=140252893783680 CPUtime=0.1 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 621 13173 0 0 3 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=10982696 memory=140252893783680 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246280704 10982 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43928 KiB

[startup+0.310497 s]*
/proc/loadavg: 2.26 2.08 1.88 3/215 6267
/proc/meminfo: memFree=25037796/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=10983192 memory=54820 CPUtime=0.37 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 10311 13173 0 0 28 2 5 2 20 0 15 0 107253994 11246788608 13705 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2745798 13705 3064 1 0 2708109 0
[pid=6201/tid=6254] ppid=6198 vsize=10983192 memory=6935054825532540783 CPUtime=0.27 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 6909 13173 0 0 19 1 5 2 20 0 15 0 107254003 11246788608 13818 33554432000 4194304 4196468 140726947635600 140079103865248 140079116133726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 13818 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=10983192 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 13818 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254005 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246788608 13818 33554432000 4194304 4196468 140726947635600 140077888955552 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246788608 13818 33554432000 4194304 4196468 140726947635600 140077741105904 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 360 13173 0 0 1 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 258 13173 0 0 1 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 626 13173 0 0 5 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 13818 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54820 KiB

[startup+0.700769 s]
/proc/loadavg: 2.26 2.08 1.88 4/215 6267
/proc/meminfo: memFree=25025144/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=10983192 memory=88608 CPUtime=0.97 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 16819 13173 0 0 87 3 5 2 20 0 15 0 107253994 11246788608 22152 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2745798 22152 3240 1 0 2708109 0
[pid=6201/tid=6254] ppid=6198 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 12398 13173 0 0 56 2 5 2 20 0 15 0 107254003 11246788608 22152 33554432000 4194304 4196468 140726947635600 140079103874064 140079116133726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 22152 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=10983192 memory=8242257093008373557 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 22152 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=10983192 memory=7158860088844767568 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=10983192 memory=7588675599774802240 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254003 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=10983192 memory=2319389199166351968 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 5 13173 0 0 0 0 5 2 20 0 15 0 107254005 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246788608 22152 33554432000 4194304 4196468 140726947635600 140077888955552 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=10983192 memory=140252893782545 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254006 11246788608 22152 33554432000 4194304 4196468 140726947635600 140077741105904 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 996 13173 0 0 10 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) R 6198 6201 22004 0 -1 1077944384 504 13173 0 0 6 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) R 6198 6201 22004 0 -1 4202560 702 13173 0 0 13 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078622026224 140079117748288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254009 11246788608 22152 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88608 KiB

[startup+1.50077 s]
/proc/loadavg: 2.26 2.08 1.88 3/215 6267
/proc/meminfo: memFree=24978440/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=10998092 memory=179416 CPUtime=2.3 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 23968 13173 0 0 215 8 5 2 20 0 15 0 107253994 11262046208 44854 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2749523 44854 3468 1 0 2711181 0
[pid=6201/tid=6254] ppid=6198 vsize=10998092 memory=139628 CPUtime=1.42 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 17916 13173 0 0 130 5 5 2 20 0 15 0 107254003 11262046208 44854 33554432000 4194304 4196468 140726947635600 140079103882480 140079124290366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=10998092 memory=288230377057958059 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 31 13173 0 0 1 0 5 2 20 0 15 0 107254003 11262046208 44854 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=10998092 memory=15258134134413744 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 52 13173 0 0 1 0 5 2 20 0 15 0 107254003 11262046208 44854 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 20 13173 0 0 1 0 5 2 20 0 15 0 107254003 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=10998092 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 205 13173 0 0 1 0 5 2 20 0 15 0 107254003 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=10998092 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 56 13173 0 0 1 0 5 2 20 0 15 0 107254005 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11262046208 44854 33554432000 4194304 4196468 140726947635600 140077888955616 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=10998092 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254006 11262046208 44854 33554432000 4194304 4196468 140726947635600 140077741105920 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=10998092 memory=2216 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=10998092 memory=43928 CPUtime=0.26 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 1133 13173 0 0 19 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 954 13173 0 0 23 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=10998092 memory=140252761278800 CPUtime=0.43 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 1394 13173 0 0 36 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 107254009 11262046208 44854 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0

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

/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 57899 13173 0 0 10127 29 5 2 20 0 15 0 107254003 11345952768 286628 33554432000 4194304 4196468 140726947635600 140079103887680 140078713798603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=11080032 memory=7 CPUtime=0.33 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 934 13173 0 0 23 3 5 2 20 0 15 0 107254003 11345952768 286628 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=11080032 memory=4028 CPUtime=0.33 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 950 13173 0 0 23 3 5 2 20 0 15 0 107254003 11345952768 286628 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=11080032 memory=1146512 CPUtime=0.33 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 4009 13173 0 0 23 3 5 2 20 0 15 0 107254003 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=11080032 memory=1146512 CPUtime=0.33 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 2606 13173 0 0 24 2 5 2 20 0 15 0 107254003 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=11080032 memory=1146512 CPUtime=0.31 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 5710 13173 0 0 23 1 5 2 20 0 15 0 107254005 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=11080032 memory=30516 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 286628 33554432000 4194304 4196468 140726947635600 140077888955616 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=11080032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 286628 33554432000 4194304 4196468 140726947635600 140077741105920 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=11080032 memory=280505522899232 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=11080032 memory=590311510471045666 CPUtime=4.49 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 20918 13173 0 0 438 4 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=11080032 memory=164 CPUtime=4.89 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 17759 13173 0 0 479 3 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=11080032 memory=4124283785663834730 CPUtime=2.21 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 13995 13173 0 0 211 3 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=11080032 memory=1146512 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=11080032 memory=1146512 CPUtime=0.12 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 129 13173 0 0 2 3 5 2 20 0 15 0 107254009 11345952768 286628 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 114.47 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1146512 KiB

[startup+162.301 s]
/proc/loadavg: 1.39 1.81 1.81 3/215 6400
/proc/meminfo: memFree=23869672/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=11080032 memory=1148600 CPUtime=175.58 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 144018 13173 0 0 17486 65 5 2 20 0 15 0 107253994 11345952768 287150 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2770008 287150 3530 1 0 2731661 0
[pid=6201/tid=6254] ppid=6198 vsize=11080032 memory=140252761030775 CPUtime=161.02 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 60159 13173 0 0 16064 31 5 2 20 0 15 0 107254003 11345952768 287150 33554432000 4194304 4196468 140726947635600 140079103888144 140078714067395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.6 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 1616 13173 0 0 48 5 5 2 20 0 15 0 107254003 11345952768 287150 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.59 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1076 13173 0 0 47 5 5 2 20 0 15 0 107254003 11345952768 287150 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.59 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 4104 13173 0 0 48 4 5 2 20 0 15 0 107254003 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.59 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 4364 13173 0 0 49 3 5 2 20 0 15 0 107254003 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=11080032 memory=4028 CPUtime=0.55 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 6304 13173 0 0 46 2 5 2 20 0 15 0 107254005 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=11080032 memory=30516 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287150 33554432000 4194304 4196468 140726947635600 140077888955616 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287150 33554432000 4194304 4196468 140726947635600 140077741105920 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=11080032 memory=30516 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=11080032 memory=1404 CPUtime=4.66 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 24648 13173 0 0 455 4 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=11080032 memory=2848 CPUtime=5.05 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 21303 13173 0 0 495 3 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=11080032 memory=1148600 CPUtime=2.3 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 18004 13173 0 0 219 4 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=11080032 memory=1236 CPUtime=0.16 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 230 13173 0 0 5 4 5 2 20 0 15 0 107254009 11345952768 287150 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 175.58 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1148600 KiB

[startup+222.301 s]
/proc/loadavg: 1.52 1.77 1.80 3/215 6401
/proc/meminfo: memFree=23852528/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=11080032 memory=1148664 CPUtime=236.79 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 154504 13173 0 0 23598 74 5 2 20 0 15 0 107253994 11345952768 287166 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2770008 287166 3530 1 0 2731661 0
[pid=6201/tid=6254] ppid=6198 vsize=11080032 memory=1148664 CPUtime=220.33 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 61398 13173 0 0 21994 32 5 2 20 0 15 0 107254003 11345952768 287166 33554432000 4194304 4196468 140726947635600 140079103887856 140078713703680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.88 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 1713 13173 0 0 75 6 5 2 20 0 15 0 107254003 11345952768 287166 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=11080032 memory=1148600 CPUtime=0.86 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1685 13173 0 0 74 5 5 2 20 0 15 0 107254003 11345952768 287166 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.88 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 4168 13173 0 0 75 6 5 2 20 0 15 0 107254003 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.87 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 5595 13173 0 0 75 5 5 2 20 0 15 0 107254003 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.82 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 6647 13173 0 0 71 4 5 2 20 0 15 0 107254005 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287166 33554432000 4194304 4196468 140726947635600 140077888955616 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287166 33554432000 4194304 4196468 140726947635600 140077741105920 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=11080032 memory=53772990558438 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=11080032 memory=2788 CPUtime=4.84 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 27040 13173 0 0 473 4 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=11080032 memory=928 CPUtime=5.24 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 23364 13173 0 0 514 3 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=11080032 memory=1148664 CPUtime=2.39 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 20424 13173 0 0 228 4 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=11080032 memory=1840 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=11080032 memory=1148664 CPUtime=0.2 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 260 13173 0 0 6 7 5 2 20 0 15 0 107254009 11345952768 287166 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 236.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1148664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.201 s]
/proc/loadavg: 1.49 1.75 1.79 3/215 6401
/proc/meminfo: memFree=23852624/32770624 swapFree=67108860/67108860
[pid=6201] ppid=6198 vsize=11080032 memory=1148728 CPUtime=252 cores=1,3,5,7
/proc/6201/stat : 6201 (java) S 6198 6201 22004 0 -1 1077944320 156880 13173 0 0 25117 76 5 2 20 0 15 0 107253994 11345952768 287182 33554432000 4194304 4196468 140726947635600 140726947618144 140079132053239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
/proc/6201/statm: 2770008 287182 3530 1 0 2731661 0
[pid=6201/tid=6254] ppid=6198 vsize=11080032 memory=2244 CPUtime=235.05 cores=1,3,5,7
/proc/6201/task/6254/stat : 6254 (java) R 6198 6201 22004 0 -1 4202560 61843 13173 0 0 23466 32 5 2 20 0 15 0 107254003 11345952768 287182 33554432000 4194304 4196468 140726947635600 140079103887648 140078715855621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6255] ppid=6198 vsize=11080032 memory=4124 CPUtime=0.95 cores=1,3,5,7
/proc/6201/task/6255/stat : 6255 (java) S 6198 6201 22004 0 -1 1077944384 1732 13173 0 0 82 6 5 2 20 0 15 0 107254003 11345952768 287182 33554432000 4194304 4196468 140726947635600 140079136295952 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6256] ppid=6198 vsize=11080032 memory=2200 CPUtime=0.94 cores=1,3,5,7
/proc/6201/task/6256/stat : 6256 (java) S 6198 6201 22004 0 -1 1077944384 1738 13173 0 0 82 5 5 2 20 0 15 0 107254003 11345952768 287182 33554432000 4194304 4196468 140726947635600 140079017561232 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6257] ppid=6198 vsize=11080032 memory=8148 CPUtime=0.95 cores=1,3,5,7
/proc/6201/task/6257/stat : 6257 (java) S 6198 6201 22004 0 -1 1077944384 5260 13173 0 0 81 7 5 2 20 0 15 0 107254003 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078670863120 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6258] ppid=6198 vsize=11080032 memory=844 CPUtime=0.95 cores=1,3,5,7
/proc/6201/task/6258/stat : 6258 (java) S 6198 6201 22004 0 -1 1077944384 5616 13173 0 0 83 5 5 2 20 0 15 0 107254003 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078669810576 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6259] ppid=6198 vsize=11080032 memory=1148668 CPUtime=0.88 cores=1,3,5,7
/proc/6201/task/6259/stat : 6259 (java) S 6198 6201 22004 0 -1 1077944384 6668 13173 0 0 77 4 5 2 20 0 15 0 107254005 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078625183984 140079132064386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6260] ppid=6198 vsize=11080032 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6260/stat : 6260 (java) S 6198 6201 22004 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287182 33554432000 4194304 4196468 140726947635600 140077888955616 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6261] ppid=6198 vsize=11080032 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6261/stat : 6261 (java) S 6198 6201 22004 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 107254006 11345952768 287182 33554432000 4194304 4196468 140726947635600 140077741105920 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6262] ppid=6198 vsize=11080032 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6262/stat : 6262 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140077433706448 140079132071835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6263] ppid=6198 vsize=11080032 memory=960 CPUtime=4.88 cores=1,3,5,7
/proc/6201/task/6263/stat : 6263 (java) S 6198 6201 22004 0 -1 1077944384 27053 13173 0 0 477 4 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078624131824 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6264] ppid=6198 vsize=11080032 memory=2424 CPUtime=5.28 cores=1,3,5,7
/proc/6201/task/6264/stat : 6264 (java) S 6198 6201 22004 0 -1 1077944384 23906 13173 0 0 518 3 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078623079280 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6265] ppid=6198 vsize=11080032 memory=4104 CPUtime=2.41 cores=1,3,5,7
/proc/6201/task/6265/stat : 6265 (java) S 6198 6201 22004 0 -1 1077944384 20594 13173 0 0 230 4 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078622026224 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6266] ppid=6198 vsize=11080032 memory=1148668 CPUtime=0.07 cores=1,3,5,7
/proc/6201/task/6266/stat : 6266 (java) S 6198 6201 22004 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140077002910560 140079132063445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
[pid=6201/tid=6267] ppid=6198 vsize=11080032 memory=1148668 CPUtime=0.21 cores=1,3,5,7
/proc/6201/task/6267/stat : 6267 (java) S 6198 6201 22004 0 -1 1077944384 260 13173 0 0 7 7 5 2 20 0 15 0 107254009 11345952768 287182 33554432000 4194304 4196468 140726947635600 140078620973616 140079132064386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26226688 140726947641970 140726947644769 140726947644769 140726947647439 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1148728 KiB

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

[startup+237.238 s]
# the end of solver process 6201 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.242 s, system=0.813508 s

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

Child status: 143
Real time (s): 237.238
CPU time (s): 252.055
CPU user time (s): 251.242
CPU system time (s): 0.813508
CPU usage (%): 106.246
Max. virtual memory (cumulated for all children) (KiB): 11082864
Max. memory (cumulated for all children) (KiB): 1157268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.242
system time used= 0.813508
maximum resident set size= 1159316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30860
involuntary context switches= 749


# summary of solver processes directly reported to runsolver:
#   pid: 6201
#   total CPU time (s): 252.055
#   total CPU user time (s): 251.242
#   total CPU system time (s): 0.813508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57274 second user time and 2.17171 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:41:48
IDJOB=4302385
IDBENCH=141318
IDSOLVER=2776
FILE ID=node151/4302385-1532896908
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59280 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302385-1532896908/watcher-4302385-1532896908 -o /tmp/evaluation-result-4302385-1532896908/solver-4302385-1532896908 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=750851140 HOME/instance-4302385-1532896908.xml

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

MD5SUM BENCH= 40a5a96b8eb7bfbd368a4d559cc37ab9
RANDOM SEED=750851140

node151.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.87
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.87
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.87
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.87
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:        25078144 kB
MemAvailable:   28821836 kB
Buffers:          218460 kB
Cached:          3798836 kB
SwapCached:            0 kB
Active:          4585152 kB
Inactive:        2630764 kB
Active(anon):    3148312 kB
Inactive(anon):    78188 kB
Active(file):    1436840 kB
Inactive(file):  2552576 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26784 kB
Writeback:             0 kB
AnonPages:       3206036 kB
Mapped:            57752 kB
Shmem:             25224 kB
Slab:             168908 kB
SReclaimable:     140220 kB
SUnreclaim:        28688 kB
KernelStack:        3568 kB
PageTables:        11524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4391220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2975744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:45:45