Trace number 4293881

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.8 2018-06-13SAT (TO)34 2520.08 2477.83

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2400.22
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"type":"allDifferent","count":1}]
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.99/0.74	c Concrete v3.8.1528841891564 running
7.96/3.82	o 45
8.28/3.90	o 44
10.35/4.61	o 41
11.14/5.02	o 40
13.59/6.69	o 39
13.59/6.69	o 38
13.72/6.76	o 36
899.93/875.87	o 35
908.85/884.60	o 34
2520.05/2477.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2477.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2477.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2477.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2477.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2477.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2477.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2477.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.05/2477.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.05/2477.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2477.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.05/2477.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.05/2477.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.05/2477.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2477.80		at scala.Option.map(Option.scala:146)
2520.05/2477.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2477.80		at concrete.MAC.mac(MAC.scala:203)
2520.05/2477.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2477.80		at scala.util.Try$.apply(Try.scala:209)
2520.05/2477.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2477.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2477.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2477.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2477.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2477.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2477.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2477.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2477.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2477.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2477.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2477.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2477.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2477.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2477.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2477.81		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2477.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2477.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2477.81		at scala.util.Success.map(Try.scala:209)
2520.05/2477.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2477.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2477.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2477.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2477.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2477.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2477.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2477.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2477.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2477.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2477.81		at scala.App.main(App.scala:76)
2520.05/2477.81		at scala.App.main$(App.scala:74)
2520.05/2477.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2477.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2477.81	v <instantiation cost="34">
2520.05/2477.81	v       <list>
2520.05/2477.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
2520.05/2477.81	v       </list>
2520.05/2477.81	v       <values>
2520.05/2477.81	v         13 15 11 7 12 0 4 1 5 9 8 3 6 14 2 10 0 1 1 0 2 1 1 0 0 0 0 1 2 1 1 1 1 2 0 1 1 0 2 1 0 2 1 1 0 0 1 1 1 0 2 0 0 1
2520.05/2477.81	v       </values>
2520.05/2477.81	v     </instantiation>
2520.05/2477.81	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293881-1532383749/watcher-4293881-1532383749 -o /tmp/evaluation-result-4293881-1532383749/solver-4293881-1532383749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1339659489 HOME/instance-4293881-1532383749.xml 

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

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

solver pid=16868, runsolver pid=16865

[startup+0.100061 s]*
/proc/loadavg: 1.44 1.38 1.45 3/206 16925
/proc/meminfo: memFree=17506872/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 4232 13310 0 0 1 0 5 3 20 0 6 0 55938151 10212057088 4583 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2493178 4583 1930 1 0 2481616 0
[pid=16868/tid=16921] ppid=16865 vsize=9972712 memory=4279135703946592399 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 2044 13310 0 0 1 0 5 3 20 0 6 0 55938160 10212057088 4583 33554432000 4194304 4196468 140733590211680 140692742677072 140692770862237 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 55938161 10212057088 4583 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=9972712 memory=139648096847488 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 55938161 10212057088 4583 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 55938161 10212057088 4583 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 55938161 10212057088 4583 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209904 s]*
/proc/loadavg: 1.44 1.38 1.45 3/215 16934
/proc/meminfo: memFree=17481180/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10818904 memory=45740 CPUtime=0.26 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 7618 13310 0 0 17 1 5 3 20 0 15 0 55938151 11078557696 11435 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2704726 11435 2973 1 0 2667149 0
[pid=16868/tid=16921] ppid=16865 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 4284 13310 0 0 10 1 5 3 20 0 15 0 55938160 11078557696 11567 33554432000 4194304 4196468 140733590211680 140692742637232 140692751116139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11078557696 11567 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10818904 memory=288370024248559232 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10818904 memory=139648096847488 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938162 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 55938163 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692229264928 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692122756464 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 476 13310 0 0 1 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 144 13310 0 0 0 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10818904 memory=139648096847488 CPUtime=0.11 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 617 13310 0 0 3 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10818904 memory=139648096847488 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938166 11078557696 11633 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45740 KiB

[startup+0.310081 s]*
/proc/loadavg: 1.44 1.38 1.45 3/215 16934
/proc/meminfo: memFree=17470016/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10819352 memory=57172 CPUtime=0.38 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 10306 13310 0 0 28 2 5 3 20 0 15 0 55938151 11079016448 14293 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2704838 14293 3092 1 0 2667149 0
[pid=16868/tid=16921] ppid=16865 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 6818 13310 0 0 19 1 5 3 20 0 15 0 55938160 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692742652320 140692754920798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938162 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 55938163 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692229264928 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692122756464 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 477 13310 0 0 1 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 144 13310 0 0 1 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10819352 memory=139648096847488 CPUtime=0.12 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 628 13310 0 0 4 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10819352 memory=139648096847488 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 14293 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57172 KiB

[startup+0.700734 s]
/proc/loadavg: 1.49 1.39 1.45 3/215 16934
/proc/meminfo: memFree=17458976/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10819352 memory=89220 CPUtime=0.99 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 16400 13310 0 0 87 4 5 3 20 0 15 0 55938151 11079016448 22305 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2704838 22305 3238 1 0 2667149 0
[pid=16868/tid=16921] ppid=16865 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 11886 13310 0 0 56 3 5 3 20 0 15 0 55938160 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692742661136 140692751116143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10819352 memory=139647976092432 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10819352 memory=139650861630048 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938161 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10819352 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 55938162 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 55938163 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692229264928 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692122756464 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10819352 memory=18464 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10819352 memory=11488 CPUtime=0.18 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 1074 13310 0 0 10 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10819352 memory=4052 CPUtime=0.15 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 521 13310 0 0 7 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10819352 memory=644 CPUtime=0.21 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 676 13310 0 0 13 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938166 11079016448 22305 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89220 KiB

[startup+1.50072 s]
/proc/loadavg: 1.49 1.39 1.45 3/215 16934
/proc/meminfo: memFree=17413760/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10836300 memory=180580 CPUtime=2.27 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 25084 13310 0 0 210 9 5 3 20 0 15 0 55938151 11096371200 45145 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2709075 45145 3470 1 0 2670733 0
[pid=16868/tid=16921] ppid=16865 vsize=10836300 memory=65960 CPUtime=1.43 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 17659 13310 0 0 130 5 5 3 20 0 15 0 55938160 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692742670320 140692770852246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10836300 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 213 13310 0 0 1 0 5 3 20 0 15 0 55938161 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10836300 memory=279295952216224 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 22 13310 0 0 1 0 5 3 20 0 15 0 55938161 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 32 13310 0 0 1 0 5 3 20 0 15 0 55938161 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 73 13310 0 0 1 0 5 3 20 0 15 0 55938161 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10836300 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 1007 13310 0 0 1 0 5 3 20 0 15 0 55938162 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10836300 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 55 13310 0 0 0 0 5 3 20 0 15 0 55938163 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692229264992 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10836300 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692122756464 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10836300 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10836300 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 1232 13310 0 0 18 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10836300 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 1076 13310 0 0 22 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10836300 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 1514 13310 0 0 32 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10836300 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10836300 memory=279295952460736 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11096371200 45145 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10836300 KiB

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

/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 75870 13310 0 0 229974 45 5 3 20 0 15 0 55938160 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692742675408 140692352330712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10916192 memory=743396 CPUtime=9.43 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 9562 13310 0 0 885 50 5 3 20 0 15 0 55938161 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10916192 memory=743396 CPUtime=9.42 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 11553 13310 0 0 890 44 5 3 20 0 15 0 55938161 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10916192 memory=743396 CPUtime=9.45 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 10043 13310 0 0 888 49 5 3 20 0 15 0 55938161 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10916192 memory=7814197929362810161 CPUtime=9.46 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 10762 13310 0 0 890 48 5 3 20 0 15 0 55938161 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10916192 memory=743396 CPUtime=9.11 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 11602 13310 0 0 858 45 5 3 20 0 15 0 55938162 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10916192 memory=7090461699989988976 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 55 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692229264992 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10916192 memory=743272 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692122756480 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10916192 memory=743272 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10916192 memory=8376 CPUtime=5.57 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 26670 13310 0 0 544 5 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10916192 memory=792 CPUtime=6.33 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 33648 13310 0 0 619 6 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10916192 memory=743396 CPUtime=3 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 24216 13310 0 0 286 6 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10916192 memory=743396 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10916192 memory=743396 CPUtime=1.33 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1268 13310 0 0 62 63 5 3 20 0 15 0 55938166 11178180608 185849 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 2362.76 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 743396 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.30 1.39 3/215 17140
/proc/meminfo: memFree=16100668/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10916192 memory=745464 CPUtime=2423.46 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 218309 13310 0 0 242028 310 5 3 20 0 15 0 55938151 11178180608 186366 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2729048 186366 3519 1 0 2690701 0
[pid=16868/tid=16921] ppid=16865 vsize=10916192 memory=4136 CPUtime=2359.71 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 76300 13310 0 0 235917 46 5 3 20 0 15 0 55938160 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692742674896 140692349476766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10916192 memory=745464 CPUtime=9.68 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 9898 13310 0 0 909 51 5 3 20 0 15 0 55938161 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10916192 memory=743396 CPUtime=9.67 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 11576 13310 0 0 913 46 5 3 20 0 15 0 55938161 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10916192 memory=745464 CPUtime=9.7 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 10066 13310 0 0 913 49 5 3 20 0 15 0 55938161 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10916192 memory=745464 CPUtime=9.7 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 10787 13310 0 0 913 49 5 3 20 0 15 0 55938161 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10916192 memory=745464 CPUtime=9.35 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 11623 13310 0 0 880 47 5 3 20 0 15 0 55938162 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10916192 memory=7814197929362810161 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 55 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692229264992 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10916192 memory=279295953105072 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692122756480 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10916192 memory=745464 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10916192 memory=745464 CPUtime=5.57 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 26670 13310 0 0 544 5 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10916192 memory=33 CPUtime=6.33 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 33648 13310 0 0 619 6 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10916192 memory=7681407940103534239 CPUtime=3 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 24216 13310 0 0 286 6 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10916192 memory=17916 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10916192 memory=1292 CPUtime=1.37 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1272 13310 0 0 64 65 5 3 20 0 15 0 55938166 11178180608 186366 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 2423.46 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 745464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.26 1.38 3/215 17141
/proc/meminfo: memFree=15806760/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10916192 memory=745512 CPUtime=2484.16 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 219162 13310 0 0 248090 318 5 3 20 0 15 0 55938151 11178180608 186378 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2729048 186378 3519 1 0 2690701 0
[pid=16868/tid=16921] ppid=16865 vsize=10916192 memory=745504 CPUtime=2419.15 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 76788 13310 0 0 241861 46 5 3 20 0 15 0 55938160 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692742675584 140692350928595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10916192 memory=745504 CPUtime=9.91 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 9919 13310 0 0 932 51 5 3 20 0 15 0 55938161 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10916192 memory=745512 CPUtime=9.91 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 11583 13310 0 0 936 47 5 3 20 0 15 0 55938161 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10916192 memory=745512 CPUtime=9.95 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 10165 13310 0 0 936 51 5 3 20 0 15 0 55938161 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10916192 memory=968 CPUtime=9.94 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 10813 13310 0 0 936 50 5 3 20 0 15 0 55938161 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10916192 memory=745512 CPUtime=9.59 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 11813 13310 0 0 903 48 5 3 20 0 15 0 55938162 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10916192 memory=745504 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 55 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692229264992 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10916192 memory=745512 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692122756480 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10916192 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10916192 memory=745512 CPUtime=5.57 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 26672 13310 0 0 544 5 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10916192 memory=745512 CPUtime=6.34 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 33650 13310 0 0 620 6 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10916192 memory=745504 CPUtime=3 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 24218 13310 0 0 286 6 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10916192 memory=745504 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10916192 memory=745512 CPUtime=1.4 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1288 13310 0 0 65 67 5 3 20 0 15 0 55938166 11178180608 186378 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 2484.16 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 745512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.8 s]
/proc/loadavg: 1.10 1.25 1.37 3/216 17150
/proc/meminfo: memFree=15664452/32770624 swapFree=67108860/67108860
[pid=16868] ppid=16865 vsize=10916192 memory=745588 CPUtime=2520.05 cores=0,2,4,6
/proc/16868/stat : 16868 (java) S 16865 16868 12231 0 -1 1077944320 220248 13310 0 0 251674 323 5 3 20 0 15 0 55938151 11178180608 186397 33554432000 4194304 4196468 140733590211680 140733590194224 140692770840311 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
/proc/16868/statm: 2729048 186397 3519 1 0 2690701 0
[pid=16868/tid=16921] ppid=16865 vsize=10916192 memory=1200 CPUtime=2454.33 cores=0,2,4,6
/proc/16868/task/16921/stat : 16921 (java) R 16865 16868 12231 0 -1 4202560 77173 13310 0 0 245378 47 5 3 20 0 15 0 55938160 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692742674912 140692352329903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16922] ppid=16865 vsize=10916192 memory=15876 CPUtime=10.06 cores=0,2,4,6
/proc/16868/task/16922/stat : 16922 (java) S 16865 16868 12231 0 -1 1077944384 9985 13310 0 0 945 53 5 3 20 0 15 0 55938161 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692775082640 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16923] ppid=16865 vsize=10916192 memory=18464 CPUtime=10.05 cores=0,2,4,6
/proc/16868/task/16923/stat : 16923 (java) S 16865 16868 12231 0 -1 1077944384 11614 13310 0 0 949 48 5 3 20 0 15 0 55938161 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692663355920 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16924] ppid=16865 vsize=10916192 memory=11516 CPUtime=10.08 cores=0,2,4,6
/proc/16868/task/16924/stat : 16924 (java) S 16865 16868 12231 0 -1 1077944384 10507 13310 0 0 949 51 5 3 20 0 15 0 55938161 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692662303120 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16925] ppid=16865 vsize=10916192 memory=279295952007168 CPUtime=10.09 cores=0,2,4,6
/proc/16868/task/16925/stat : 16925 (java) S 16865 16868 12231 0 -1 1077944384 10873 13310 0 0 949 52 5 3 20 0 15 0 55938161 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692661250320 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16926] ppid=16865 vsize=10916192 memory=-8412652153742602176 CPUtime=9.72 cores=0,2,4,6
/proc/16868/task/16926/stat : 16926 (java) S 16865 16868 12231 0 -1 1077944384 12000 13310 0 0 916 48 5 3 20 0 15 0 55938162 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692230318960 140692770851458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16927] ppid=16865 vsize=10916192 memory=-7023579799431922829 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16927/stat : 16927 (java) S 16865 16868 12231 0 -1 1077944384 55 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692229264992 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16928] ppid=16865 vsize=10916192 memory=4426639978525433898 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16928/stat : 16928 (java) S 16865 16868 12231 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 55938163 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692122756480 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16929] ppid=16865 vsize=10916192 memory=3047711553219693910 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16929/stat : 16929 (java) S 16865 16868 12231 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140691518777680 140692770858907 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16930] ppid=16865 vsize=10916192 memory=7372762448621430579 CPUtime=5.57 cores=0,2,4,6
/proc/16868/task/16930/stat : 16930 (java) S 16865 16868 12231 0 -1 1077944384 26672 13310 0 0 544 5 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692195707248 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16931] ppid=16865 vsize=10916192 memory=1576 CPUtime=6.34 cores=0,2,4,6
/proc/16868/task/16931/stat : 16931 (java) S 16865 16868 12231 0 -1 1077944384 33650 13310 0 0 620 6 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692194654448 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16932] ppid=16865 vsize=10916192 memory=928 CPUtime=3 cores=0,2,4,6
/proc/16868/task/16932/stat : 16932 (java) S 16865 16868 12231 0 -1 1077944384 24218 13310 0 0 286 6 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692193601648 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16933] ppid=16865 vsize=10916192 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/16868/task/16933/stat : 16933 (java) S 16865 16868 12231 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140691049015520 140692770850517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
[pid=16868/tid=16934] ppid=16865 vsize=10916192 memory=4128 CPUtime=1.42 cores=0,2,4,6
/proc/16868/task/16934/stat : 16934 (java) S 16865 16868 12231 0 -1 1077944384 1303 13310 0 0 66 68 5 3 20 0 15 0 55938166 11178180608 186397 33554432000 4194304 4196468 140733590211680 140692192550064 140692770851458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15339520 140733590219374 140733590222172 140733590222172 140733590224847 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 745588 KiB

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

[startup+2477.83 s]
# the end of solver process 16868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.81 s, system=3.27121 s

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

Child status: 143
Real time (s): 2477.83
CPU time (s): 2520.08
CPU user time (s): 2516.81
CPU system time (s): 3.27121
CPU usage (%): 101.705
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 745588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.81
system time used= 3.27121
maximum resident set size= 749708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266838
involuntary context switches= 9267


# summary of solver processes directly reported to runsolver:
#   pid: 16868
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.81
#   total CPU system time (s): 3.27121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.37 second user time and 21.1318 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-24 00:09:09
IDJOB=4293881
IDBENCH=141255
IDSOLVER=2750
FILE ID=node150/4293881-1532383749
RUNJOBID= node150-1532356582-12262
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293881-1532383749/watcher-4293881-1532383749 -o /tmp/evaluation-result-4293881-1532383749/solver-4293881-1532383749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1339659489 HOME/instance-4293881-1532383749.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=1339659489

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17511748 kB
MemAvailable:   31052292 kB
Buffers:          225288 kB
Cached:         13406740 kB
SwapCached:            0 kB
Active:          2162860 kB
Inactive:       12407144 kB
Active(anon):     896900 kB
Inactive(anon):    61448 kB
Active(file):    1265960 kB
Inactive(file): 12345696 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:        977372 kB
Mapped:            50844 kB
Shmem:             17032 kB
Slab:             384828 kB
SReclaimable:     357348 kB
SUnreclaim:        27480 kB
KernelStack:        3792 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1904132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53056 MiB
End job on node150 at 2018-07-24 00:50:27