Trace number 4293857

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)1870 2520.04 2468.44

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had16_c18.xml
MD5SUMda18cc2837c7f6c978868c79c6384271
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1860
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size10
Maximum domain size16
Distribution of domain sizes[{"size":10,"count":120},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":16}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":120},{"arity":16,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"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.73	c Concrete v3.8.1528841891564 running
8.93/4.15	o 2048
8.93/4.18	o 2018
10.53/4.68	o 2014
10.53/4.68	o 2010
10.53/4.68	o 2000
10.53/4.68	o 1988
10.53/4.68	o 1976
10.84/4.75	o 1971
12.39/5.29	o 1964
12.70/5.33	o 1960
13.39/5.74	o 1954
13.70/5.95	o 1950
14.72/6.67	o 1948
14.72/6.68	o 1942
15.26/6.98	o 1940
24.57/14.76	o 1935
25.29/15.44	o 1934
25.29/15.45	o 1931
25.29/15.45	o 1930
25.43/15.50	o 1929
25.43/15.51	o 1923
25.43/15.51	o 1920
25.43/15.51	o 1919
46.15/35.55	o 1913
48.16/37.43	o 1906
62.75/51.90	o 1899
62.85/51.92	o 1887
64.59/53.43	o 1886
66.83/55.66	o 1880
68.26/57.07	o 1873
77.14/65.70	o 1871
78.58/67.14	o 1870
2520.00/2468.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2468.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2468.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2468.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2468.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2468.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2468.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2468.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2468.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2468.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2468.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2468.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2468.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2468.40		at scala.Option.map(Option.scala:146)
2520.00/2468.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2468.40		at concrete.MAC.mac(MAC.scala:203)
2520.00/2468.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2468.40		at scala.util.Try$.apply(Try.scala:209)
2520.00/2468.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2468.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2468.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2468.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2468.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2468.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2468.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2468.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2468.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2468.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2468.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2468.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2468.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2468.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2468.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2468.40		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2468.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2468.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2468.40		at scala.util.Success.map(Try.scala:209)
2520.00/2468.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2468.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2468.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2468.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2468.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2468.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2468.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2468.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2468.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2468.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2468.41		at scala.App.main(App.scala:76)
2520.00/2468.41		at scala.App.main$(App.scala:74)
2520.00/2468.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2468.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2468.41	v <instantiation cost="1870">
2520.00/2468.41	v       <list>
2520.00/2468.41	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[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[11][12] d[11][13] d[11][14] d[11][15] d[12][13] d[12][14] d[12][15] d[13][14] d[13][15] d[14][15]
2520.00/2468.41	v       </list>
2520.00/2468.41	v       <values>
2520.00/2468.41	v         12 9 1 4 11 10 13 7 2 5 6 0 8 3 15 14 5 9 7 6 6 5 7 5 1 1 1 4 3 4 7 7 7 7 7 6 5 6 5 4 1 4 4 5 5 7 7 4 6 2 6 9 9 3 2 3 2 3 7 6 3 4 6 4 3 8 5 5 3 3 9 5 3 6 5 7 6 2 6 5 4 5 5 3 7 6 4 5 3 8 1 5 6 8 8 5 5 4 3 5 4 5 6 6 1 3 4 9 4 4 4 2 2 6 2 8 5 5 5 4 5 6 8 3 6 5 5 6 5 4 9 5 4 8 7 8
2520.00/2468.41	v       </values>
2520.00/2468.41	v     </instantiation>
2520.00/2468.41	s SATISFIABLE

Verifier Data

OK	1870

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

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

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

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


[startup+0.100157 s]*
/proc/loadavg: 1.09 1.25 1.34 3/206 16337
/proc/meminfo: memFree=17804220/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=9972712 memory=17336 CPUtime=0.1 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 4469 13108 0 0 1 1 5 3 20 0 6 0 55498030 10212057088 4334 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2493178 4334 1957 1 0 2481616 0
[pid=16280/tid=16333] ppid=16277 vsize=10055356 memory=4279135704013701262 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 2334 13108 0 0 1 0 5 3 20 0 7 0 55498038 10296684544 4400 33554432000 4194304 4196468 140734032541024 140366091766544 140366104003934 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10055356 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 7 0 55498039 10296684544 4400 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10055356 memory=139804465800832 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 7 0 55498039 10296684544 4400 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 7 0 55498039 10296684544 4400 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 7 0 55498039 10296684544 4400 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10055356 memory=139804465800832 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 7 0 55498041 10296684544 4400 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17336 KiB

[startup+0.209765 s]*
/proc/loadavg: 1.09 1.25 1.34 3/215 16346
/proc/meminfo: memFree=17777640/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10818856 memory=46988 CPUtime=0.26 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 8558 13108 0 0 16 2 5 3 20 0 15 0 55498030 11078508544 11747 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2704714 11747 2969 1 0 2667149 0
[pid=16280/tid=16333] ppid=16277 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 5098 13108 0 0 10 1 5 3 20 0 15 0 55498038 11078508544 11747 33554432000 4194304 4196468 140734032541024 140366091721104 140366100199175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10818856 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11078508544 11747 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10818856 memory=288370180617512576 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11078508544 11747 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11078508544 11747 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498039 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10818856 memory=139804465800832 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 13 13108 0 0 0 0 5 3 20 0 15 0 55498041 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365571023904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498041 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365436806000 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11078508544 11747 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 342 13108 0 0 1 0 5 3 20 0 15 0 55498044 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 264 13108 0 0 1 0 5 3 20 0 15 0 55498044 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10818856 memory=139804465800832 CPUtime=0.11 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 633 13108 0 0 3 0 5 3 20 0 15 0 55498044 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11078508544 11747 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10818856 memory=139804465800832 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498045 11078508544 11747 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 46988 KiB

[startup+0.310219 s]*
/proc/loadavg: 1.09 1.25 1.34 3/215 16346
/proc/meminfo: memFree=17769204/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10819352 memory=58316 CPUtime=0.39 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 10582 13108 0 0 28 3 5 3 20 0 15 0 55498030 11079016448 14579 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2704838 14579 3100 1 0 2667149 0
[pid=16280/tid=16333] ppid=16277 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 7122 13108 0 0 19 2 5 3 20 0 15 0 55498038 11079016448 14579 33554432000 4194304 4196468 140734032541024 140366091735456 140366119945373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 14579 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 14579 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 14579 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 13 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365571023904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365436806000 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11079016448 14579 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 342 13108 0 0 1 0 5 3 20 0 15 0 55498044 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 265 13108 0 0 1 0 5 3 20 0 15 0 55498044 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10819352 memory=139804465800832 CPUtime=0.13 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) R 16277 16280 12231 0 -1 4202560 638 13108 0 0 5 0 5 3 20 0 15 0 55498044 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365643434608 140366098471563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11079016448 14579 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10819352 memory=139804465800832 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498045 11079016448 14579 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58316 KiB

[startup+0.700774 s]
/proc/loadavg: 1.09 1.25 1.34 3/215 16346
/proc/meminfo: memFree=17757892/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10819352 memory=90716 CPUtime=0.99 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 16825 13108 0 0 86 5 5 3 20 0 15 0 55498030 11079016448 22679 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2704838 22679 3238 1 0 2667149 0
[pid=16280/tid=16333] ppid=16277 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 12424 13108 0 0 56 3 5 3 20 0 15 0 55498038 11079016448 22679 33554432000 4194304 4196468 140734032541024 140366091744272 140366101486999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10819352 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 22679 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10819352 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 22679 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 22679 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498039 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10819352 memory=139805480452679 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 5 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10819352 memory=139805480452699 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 13 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365571023904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10819352 memory=139805480452700 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498041 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365436806000 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10819352 memory=139805480452704 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11079016448 22679 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10819352 memory=139805480452713 CPUtime=0.15 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 630 13108 0 0 7 0 5 3 20 0 15 0 55498044 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10819352 memory=139805480452716 CPUtime=0.17 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 855 13108 0 0 9 0 5 3 20 0 15 0 55498044 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10819352 memory=142391050764942 CPUtime=0.21 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 692 13108 0 0 13 0 5 3 20 0 15 0 55498044 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10819352 memory=18464 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11079016448 22679 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10819352 memory=11428 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498045 11079016448 22679 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90716 KiB

[startup+1.50075 s]
/proc/loadavg: 1.08 1.25 1.34 3/215 16346
/proc/meminfo: memFree=17711064/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10834252 memory=181576 CPUtime=2.32 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 24037 13108 0 0 212 12 5 3 20 0 15 0 55498030 11094274048 45394 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2708563 45394 3472 1 0 2670221 0
[pid=16280/tid=16333] ppid=16277 vsize=10834252 memory=10799 CPUtime=1.44 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 17923 13108 0 0 129 7 5 3 20 0 15 0 55498038 11094274048 45394 33554432000 4194304 4196468 140734032541024 140366091747728 140366101487041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10834252 memory=25313 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 199 13108 0 0 0 0 5 3 20 0 15 0 55498039 11094274048 45394 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 55 13108 0 0 1 0 5 3 20 0 15 0 55498039 11094274048 45394 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10834252 memory=321013415751723303 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 29 13108 0 0 1 0 5 3 20 0 15 0 55498039 11094274048 45394 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10834252 memory=288293281199310633 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 23 13108 0 0 0 0 5 3 20 0 15 0 55498039 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10834252 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 65 13108 0 0 1 0 5 3 20 0 15 0 55498041 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 14 13108 0 0 0 0 5 3 20 0 15 0 55498041 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365571023968 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10834252 memory=-2672971631320983069 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365436806016 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10834252 memory=-7606742920825102191 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11094274048 45394 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10834252 memory=-3472574944341025154 CPUtime=0.28 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 890 13108 0 0 20 0 5 3 20 0 15 0 55498044 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10834252 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 1315 13108 0 0 22 0 5 3 20 0 15 0 55498044 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10834252 memory=-2892745056951965031 CPUtime=0.41 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 1324 13108 0 0 33 0 5 3 20 0 15 0 55498044 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11094274048 45394 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1 13108 0 0 0 0 5 3 20 0 15 0 55498045 11094274048 45394 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0

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

/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 89379 13108 0 0 229723 49 5 3 20 0 15 0 55498038 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366091757088 140365726546388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.3 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 19141 13108 0 0 1068 54 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.34 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 10516 13108 0 0 1070 56 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.33 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 11866 13108 0 0 1070 55 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.29 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 17918 13108 0 0 1065 56 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10916192 memory=878472 CPUtime=10.37 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 14766 13108 0 0 974 55 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10916192 memory=878472 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 14 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365571024032 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10916192 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365436806016 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10916192 memory=878472 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10916192 memory=878472 CPUtime=6.6 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 40554 13108 0 0 646 6 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10916192 memory=878472 CPUtime=7.68 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 45598 13108 0 0 754 6 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10916192 memory=878472 CPUtime=3.31 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 35744 13108 0 0 315 8 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10916192 memory=878472 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10916192 memory=4136 CPUtime=1.37 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1518 13108 0 0 55 74 5 3 20 0 15 0 55498045 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 2371.77 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 878472 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.47 1.47 3/215 16572
/proc/meminfo: memFree=17156200/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10916192 memory=878472 CPUtime=2432.62 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 290547 13108 0 0 242891 363 5 3 20 0 15 0 55498030 11178180608 219618 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2729048 219618 3529 1 0 2690701 0
[pid=16280/tid=16333] ppid=16277 vsize=10916192 memory=878472 CPUtime=2357.15 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 90060 13108 0 0 235658 49 5 3 20 0 15 0 55498038 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366091757904 140365734738924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10916192 memory=1154 CPUtime=11.61 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 19182 13108 0 0 1097 56 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.64 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 10861 13108 0 0 1099 57 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.63 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 11981 13108 0 0 1099 56 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10916192 memory=878472 CPUtime=11.6 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 17944 13108 0 0 1095 57 5 3 20 0 15 0 55498039 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10916192 memory=72098475149802 CPUtime=10.63 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 14878 13108 0 0 1000 55 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 14 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365571024032 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10916192 memory=878472 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365436806016 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10916192 memory=878472 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10916192 memory=878472 CPUtime=6.6 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 40556 13108 0 0 646 6 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10916192 memory=878472 CPUtime=7.68 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 45600 13108 0 0 754 6 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10916192 memory=878472 CPUtime=3.31 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 35746 13108 0 0 315 8 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 219618 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10916192 memory=1228 CPUtime=1.4 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1526 13108 0 0 57 75 5 3 20 0 15 0 55498045 11178180608 219618 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 2432.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 878472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.43 1.46 3/215 16573
/proc/meminfo: memFree=17184468/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10916192 memory=880520 CPUtime=2493.49 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 291942 13108 0 0 248971 370 5 3 20 0 15 0 55498030 11178180608 220130 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2729048 220130 3529 1 0 2690701 0
[pid=16280/tid=16333] ppid=16277 vsize=10916192 memory=880520 CPUtime=2416.53 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 90793 13108 0 0 241595 50 5 3 20 0 15 0 55498038 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366091758992 140365723141357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10916192 memory=880520 CPUtime=11.91 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 19242 13108 0 0 1126 57 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10916192 memory=880520 CPUtime=11.94 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 11212 13108 0 0 1128 58 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10916192 memory=880520 CPUtime=11.94 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 12079 13108 0 0 1128 58 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10916192 memory=880520 CPUtime=11.89 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 17974 13108 0 0 1123 58 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10916192 memory=880520 CPUtime=10.9 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 14980 13108 0 0 1025 57 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10916192 memory=880520 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 14 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365571024032 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10916192 memory=880520 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365436806016 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10916192 memory=880520 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10916192 memory=880520 CPUtime=6.6 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 40558 13108 0 0 646 6 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10916192 memory=880520 CPUtime=7.68 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 45602 13108 0 0 754 6 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10916192 memory=880520 CPUtime=3.31 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 35748 13108 0 0 315 8 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10916192 memory=880520 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10916192 memory=1708 CPUtime=1.42 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1541 13108 0 0 58 76 5 3 20 0 15 0 55498045 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 2493.49 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 880520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.4 s]
/proc/loadavg: 1.47 1.46 1.47 3/215 16574
/proc/meminfo: memFree=17103508/32770624 swapFree=67108860/67108860
[pid=16280] ppid=16277 vsize=10916192 memory=880520 CPUtime=2520 cores=1,3,5,7
/proc/16280/stat : 16280 (java) S 16277 16280 12231 0 -1 1077944320 292663 13108 0 0 251617 375 5 3 20 0 15 0 55498030 11178180608 220130 33554432000 4194304 4196468 140734032541024 140734032523568 140366119923447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
/proc/16280/statm: 2729048 220130 3529 1 0 2690701 0
[pid=16280/tid=16333] ppid=16277 vsize=10916192 memory=1200 CPUtime=2442.32 cores=1,3,5,7
/proc/16280/task/16333/stat : 16333 (java) R 16277 16280 12231 0 -1 4202560 91128 13108 0 0 244173 51 5 3 20 0 15 0 55498038 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366091758768 140365736741799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16334] ppid=16277 vsize=10916192 memory=15876 CPUtime=12.05 cores=1,3,5,7
/proc/16280/task/16334/stat : 16334 (java) S 16277 16280 12231 0 -1 1077944384 19289 13108 0 0 1139 58 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366124166288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16335] ppid=16277 vsize=10916192 memory=18464 CPUtime=12.08 cores=1,3,5,7
/proc/16280/task/16335/stat : 16335 (java) S 16277 16280 12231 0 -1 1077944384 11232 13108 0 0 1142 58 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366042917904 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16336] ppid=16277 vsize=10916192 memory=11456 CPUtime=12.09 cores=1,3,5,7
/proc/16280/task/16336/stat : 16336 (java) S 16277 16280 12231 0 -1 1077944384 12097 13108 0 0 1142 59 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140366041865104 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16337] ppid=16277 vsize=10916192 memory=4052 CPUtime=12.03 cores=1,3,5,7
/proc/16280/task/16337/stat : 16337 (java) S 16277 16280 12231 0 -1 1077944384 18026 13108 0 0 1136 59 5 3 20 0 15 0 55498039 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365691542288 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16338] ppid=16277 vsize=10916192 memory=2200 CPUtime=11.03 cores=1,3,5,7
/proc/16280/task/16338/stat : 16338 (java) S 16277 16280 12231 0 -1 1077944384 15048 13108 0 0 1037 58 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365646592368 140366119934594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16339] ppid=16277 vsize=10916192 memory=7892 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16339/stat : 16339 (java) S 16277 16280 12231 0 -1 1077944384 14 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365571024032 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16340] ppid=16277 vsize=10916192 memory=844 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16340/stat : 16340 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498041 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365436806016 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16341] ppid=16277 vsize=10916192 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16341/stat : 16341 (java) S 16277 16280 12231 0 -1 1077944384 2 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140364832827216 140366119942043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16342] ppid=16277 vsize=10916192 memory=920 CPUtime=6.6 cores=1,3,5,7
/proc/16280/task/16342/stat : 16342 (java) S 16277 16280 12231 0 -1 1077944384 40558 13108 0 0 646 6 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365645540208 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16343] ppid=16277 vsize=10916192 memory=3848 CPUtime=7.68 cores=1,3,5,7
/proc/16280/task/16343/stat : 16343 (java) S 16277 16280 12231 0 -1 1077944384 45602 13108 0 0 754 6 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365644487408 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16344] ppid=16277 vsize=10916192 memory=2600 CPUtime=3.31 cores=1,3,5,7
/proc/16280/task/16344/stat : 16344 (java) S 16277 16280 12231 0 -1 1077944384 35926 13108 0 0 315 8 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365643434608 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16345] ppid=16277 vsize=10916192 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/16280/task/16345/stat : 16345 (java) S 16277 16280 12231 0 -1 1077944384 3 13108 0 0 0 0 5 3 20 0 15 0 55498044 11178180608 220130 33554432000 4194304 4196468 140734032541024 140364363066080 140366119933653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
[pid=16280/tid=16346] ppid=16277 vsize=10916192 memory=4100 CPUtime=1.44 cores=1,3,5,7
/proc/16280/task/16346/stat : 16346 (java) S 16277 16280 12231 0 -1 1077944384 1544 13108 0 0 59 77 5 3 20 0 15 0 55498045 11178180608 220130 33554432000 4194304 4196468 140734032541024 140365642382000 140366119934594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21299200 140734032542319 140734032545116 140734032545116 140734032547791 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 880520 KiB

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

[startup+2468.44 s]
# the end of solver process 16280 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.7912 s

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

Child status: 143
Real time (s): 2468.44
CPU time (s): 2520.04
CPU user time (s): 2516.25
CPU system time (s): 3.7912
CPU usage (%): 102.09
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 880520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.7912
maximum resident set size= 884640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293904
involuntary context switches= 7133


# summary of solver processes directly reported to runsolver:
#   pid: 16280
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.7912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4633 second user time and 22.944 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 22:55:47
IDJOB=4293857
IDBENCH=141249
IDSOLVER=2750
FILE ID=node150/4293857-1532379347
RUNJOBID= node150-1532356582-12263
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

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

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

MD5SUM BENCH= da18cc2837c7f6c978868c79c6384271
RANDOM SEED=560069958

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:        17812712 kB
MemAvailable:   31349148 kB
Buffers:          223616 kB
Cached:         13404156 kB
SwapCached:            0 kB
Active:          1865464 kB
Inactive:       12405100 kB
Active(anon):     601164 kB
Inactive(anon):    61448 kB
Active(file):    1264300 kB
Inactive(file): 12343652 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:        674800 kB
Mapped:            50760 kB
Shmem:             17032 kB
Slab:             384720 kB
SReclaimable:     356944 kB
SUnreclaim:        27776 kB
KernelStack:        3792 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1626044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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= 53100 MiB
End job on node150 at 2018-07-23 23:36:56