Trace number 4302758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)1883 252.089 238.639

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 benchmark252.047
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.98/0.75	c Concrete v3.9.2.1532736233296 running
9.11/4.23	o 2043
9.11/4.27	o 2036
9.11/4.27	o 2030
9.11/4.29	o 2015
9.45/4.31	o 2006
10.14/4.51	o 1996
10.14/4.53	o 1990
10.14/4.54	o 1988
10.46/4.62	o 1979
10.46/4.63	o 1975
10.46/4.64	o 1972
10.78/4.74	o 1969
11.10/4.81	o 1953
12.28/5.26	o 1950
14.47/6.39	o 1943
16.45/7.96	o 1939
16.45/7.98	o 1933
21.72/12.36	o 1931
21.72/12.37	o 1928
21.86/12.44	o 1919
23.82/14.05	o 1907
31.41/21.22	o 1906
31.41/21.22	o 1904
31.41/21.23	o 1897
31.97/21.72	o 1895
149.70/137.82	o 1889
149.70/137.84	o 1885
149.70/137.84	o 1883
252.02/238.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/238.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/238.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/238.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.02/238.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/238.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/238.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/238.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/238.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/238.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/238.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/238.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/238.60		at scala.Option.map(Option.scala:146)
252.02/238.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/238.60		at concrete.MAC.mac(MAC.scala:203)
252.02/238.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/238.60		at scala.util.Try$.apply(Try.scala:209)
252.02/238.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/238.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/238.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/238.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/238.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/238.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/238.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/238.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/238.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/238.61		at concrete.MAC.oneRun(MAC.scala:253)
252.02/238.61		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/238.61		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/238.61		at concrete.Solver.hasNext(Solver.scala:166)
252.02/238.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/238.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/238.61		at concrete.Solver.foreach(Solver.scala:68)
252.02/238.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/238.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/238.61		at scala.util.Success.map(Try.scala:209)
252.02/238.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/238.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/238.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/238.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/238.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/238.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/238.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/238.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/238.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/238.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/238.61		at scala.App.main(App.scala:76)
252.02/238.61		at scala.App.main$(App.scala:74)
252.02/238.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/238.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/238.61	v <instantiation cost="1883">
252.02/238.61	v       <list>
252.02/238.61	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]
252.02/238.61	v       </list>
252.02/238.61	v       <values>
252.02/238.61	v         7 12 9 4 1 11 13 5 2 10 6 14 15 3 0 8 7 5 4 2 3 5 5 4 5 6 9 4 3 6 1 5 7 9 6 5 1 5 6 1 7 4 3 1 4 7 7 7 6 5 6 7 4 5 5 4 1 4 7 7 3 4 6 6 3 3 3 5 8 5 7 6 9 6 4 9 3 2 3 3 2 5 5 6 9 7 4 5 6 6 2 8 6 5 8 5 3 4 5 5 4 7 8 5 4 5 5 5 3 4 2 6 2 4 2 6 1 8 3 4 5 5 6 3 6 8 8 7 4 4 8 5 5 6 9 5
252.02/238.61	v       </values>
252.02/238.61	v     </instantiation>
252.02/238.61	s SATISFIABLE

Verifier Data

OK	1883

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302758-1532896386/watcher-4302758-1532896386 -o /tmp/evaluation-result-4302758-1532896386/solver-4302758-1532896386 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=253119150 -superng HOME/instance-4302758-1532896386.xml 

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

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

solver pid=26295, runsolver pid=26292

[startup+0.100057 s]*
/proc/loadavg: 1.63 1.61 1.74 3/207 26352
/proc/meminfo: memFree=26309740/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=10005480 memory=17224 CPUtime=0.09 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 4467 12995 0 0 1 1 5 2 20 0 6 0 107201801 10245611520 4306 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2501370 4306 1935 1 0 2489808 0
[pid=26295/tid=26348] ppid=26292 vsize=10005480 memory=4279135703980081038 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 2267 12995 0 0 1 0 5 2 20 0 6 0 107201810 10245611520 4306 33554432000 4194304 4196468 140737198395280 140501541630544 140501554916720 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 6 0 107201811 10245611520 4306 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=10005480 memory=139760334661248 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 6 0 107201811 10245611520 4306 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 6 0 107201811 10245611520 4306 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 6 0 107201811 10245611520 4306 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17224 KiB

[startup+0.210535 s]*
/proc/loadavg: 1.63 1.61 1.74 3/216 26361
/proc/meminfo: memFree=26286472/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=10982744 memory=42888 CPUtime=0.25 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 7409 12995 0 0 17 1 5 2 20 0 15 0 107201801 11246329856 10656 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2745686 10656 2953 1 0 2708109 0
[pid=26295/tid=26348] ppid=26292 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 3993 12995 0 0 10 1 5 2 20 0 15 0 107201810 11246329856 10722 33554432000 4194304 4196468 140737198395280 140501541610896 140501550069532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=10982744 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246329856 10722 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=10982744 memory=3617997225212110496 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246329856 10722 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246329856 10722 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246329856 10722 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=10982744 memory=139760334661248 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201812 11246329856 10722 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 13 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246329856 10722 33554432000 4194304 4196468 140737198395280 140500392732064 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246329856 10788 33554432000 4194304 4196468 140737198395280 140500191405552 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 441 12995 0 0 1 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 180 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=10982744 memory=139760334661248 CPUtime=0.1 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 607 12995 0 0 3 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=10982744 memory=139760334661248 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246329856 10788 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42888 KiB

[startup+0.310116 s]*
/proc/loadavg: 1.63 1.61 1.74 3/216 26361
/proc/meminfo: memFree=26275184/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=10983192 memory=55516 CPUtime=0.38 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 10458 12995 0 0 29 2 5 2 20 0 15 0 107201801 11246788608 13879 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2745798 13879 3072 1 0 2708109 0
[pid=26295/tid=26348] ppid=26292 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 6997 12995 0 0 20 1 5 2 20 0 15 0 107201810 11246788608 13879 33554432000 4194304 4196468 140737198395280 140501541605792 140501562893686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 13879 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 13879 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 13879 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 13879 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201812 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 13 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500392732064 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500191405552 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 442 12995 0 0 1 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 180 12995 0 0 1 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=10983192 memory=139760334661248 CPUtime=0.12 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 618 12995 0 0 5 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=10983192 memory=139760334661248 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 13879 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55516 KiB

[startup+0.700718 s]
/proc/loadavg: 1.63 1.61 1.74 3/216 26361
/proc/meminfo: memFree=26263400/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=10983192 memory=88672 CPUtime=0.98 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 16744 12995 0 0 88 3 5 2 20 0 15 0 107201801 11246788608 22168 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2745798 22168 3239 1 0 2708109 0
[pid=26295/tid=26348] ppid=26292 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 12155 12995 0 0 56 2 5 2 20 0 15 0 107201810 11246788608 22168 33554432000 4194304 4196468 140737198395280 140501541617168 140501551357343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 22168 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 22168 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 22168 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201811 11246788608 22168 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 5 12995 0 0 0 0 5 2 20 0 15 0 107201812 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=10983192 memory=139760182112944 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 13 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500392732064 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=10983192 memory=139762530779728 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201813 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500191405552 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=10983192 memory=1020 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=10983192 memory=7089042195949315648 CPUtime=0.17 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 1124 12995 0 0 10 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=10983192 memory=7881696724453321575 CPUtime=0.13 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 541 12995 0 0 6 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 696 12995 0 0 13 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201816 11246788608 22168 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88672 KiB

[startup+1.50075 s]
/proc/loadavg: 1.63 1.61 1.74 4/216 26361
/proc/meminfo: memFree=26220092/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=10998092 memory=179820 CPUtime=2.3 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 23946 12995 0 0 213 10 5 2 20 0 15 0 107201801 11262046208 44955 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2749523 44955 3473 1 0 2711181 0
[pid=26295/tid=26348] ppid=26292 vsize=10998092 memory=10757 CPUtime=1.42 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 17700 12995 0 0 129 6 5 2 20 0 15 0 107201810 11262046208 44955 33554432000 4194304 4196468 140737198395280 140501541625168 140501569815709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 67 12995 0 0 1 0 5 2 20 0 15 0 107201811 11262046208 44955 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 17 12995 0 0 1 0 5 2 20 0 15 0 107201811 11262046208 44955 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=10998092 memory=3044 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 27 12995 0 0 1 0 5 2 20 0 15 0 107201811 11262046208 44955 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=10998092 memory=88672 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 178 12995 0 0 0 0 5 2 20 0 15 0 107201811 11262046208 44955 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 50 12995 0 0 1 0 5 2 20 0 15 0 107201812 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 13 12995 0 0 0 0 5 2 20 0 15 0 107201813 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500392732128 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 2 12995 0 0 0 0 5 2 20 0 15 0 107201813 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500191405568 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 1376 12995 0 0 22 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=10998092 memory=279520364501888 CPUtime=0.27 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 1052 12995 0 0 20 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=10998092 memory=6944656592452807323 CPUtime=0.41 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 1261 12995 0 0 34 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 1 12995 0 0 0 0 5 2 20 0 15 0 107201816 11262046208 44955 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 54494 12995 0 0 10160 20 5 2 20 0 15 0 107201810 11345952768 215362 33554432000 4194304 4196468 140737198395280 140501541628048 140501154160587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=11080032 memory=866064 CPUtime=0.28 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 1642 12995 0 0 15 6 5 2 20 0 15 0 107201811 11345952768 215362 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=11080032 memory=863500 CPUtime=0.28 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1512 12995 0 0 16 5 5 2 20 0 15 0 107201811 11345952768 215362 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=11080032 memory=861448 CPUtime=0.29 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 2731 12995 0 0 16 6 5 2 20 0 15 0 107201811 11345952768 215362 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=11080032 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 2023 12995 0 0 16 5 5 2 20 0 15 0 107201811 11345952768 215362 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=11080032 memory=1520 CPUtime=0.18 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2077 12995 0 0 9 2 5 2 20 0 15 0 107201812 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=11080032 memory=865552 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 14 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500392732192 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=11080032 memory=866064 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 10 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500191405568 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=11080032 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=11080032 memory=30460 CPUtime=4.57 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 21501 12995 0 0 446 4 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=11080032 memory=164 CPUtime=4.53 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 15775 12995 0 0 442 4 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=11080032 memory=6153146621548915044 CPUtime=2.01 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 16874 12995 0 0 191 3 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=11080032 memory=139760182792632 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=11080032 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 192 12995 0 0 2 2 5 2 20 0 15 0 107201816 11345952768 215362 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 113.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 861448 KiB

[startup+162.301 s]
/proc/loadavg: 2.19 1.77 1.78 3/215 26753
/proc/meminfo: memFree=24472416/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=11080032 memory=834276 CPUtime=174.6 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 131228 12995 0 0 17389 64 5 2 20 0 15 0 107201801 11345952768 208569 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2770008 208569 3532 1 0 2731661 0
[pid=26295/tid=26348] ppid=26292 vsize=11080032 memory=834260 CPUtime=161.61 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 55638 12995 0 0 16133 21 5 2 20 0 15 0 107201810 11345952768 208569 33554432000 4194304 4196468 140737198395280 140501541628544 140501154160429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=11080032 memory=834260 CPUtime=0.4 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 1686 12995 0 0 27 6 5 2 20 0 15 0 107201811 11345952768 208569 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.41 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 1540 12995 0 0 28 6 5 2 20 0 15 0 107201811 11345952768 208569 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.4 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 3865 12995 0 0 27 6 5 2 20 0 15 0 107201811 11345952768 208569 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.4 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 2139 12995 0 0 27 6 5 2 20 0 15 0 107201811 11345952768 208569 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=11080032 memory=279520365513296 CPUtime=0.27 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2124 12995 0 0 17 3 5 2 20 0 15 0 107201812 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=11080032 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 14 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500392732192 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 10 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500191405568 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=11080032 memory=30460 CPUtime=4.76 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 24588 12995 0 0 465 4 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=11080032 memory=2204 CPUtime=4.66 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 18009 12995 0 0 455 4 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=11080032 memory=834276 CPUtime=2.07 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 19203 12995 0 0 197 3 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=11080032 memory=2724 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=11080032 memory=834276 CPUtime=0.16 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 210 12995 0 0 5 4 5 2 20 0 15 0 107201816 11345952768 208569 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 174.6 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 834276 KiB

[startup+222.302 s]
/proc/loadavg: 1.86 1.76 1.77 3/215 26754
/proc/meminfo: memFree=23721164/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=11080032 memory=830332 CPUtime=235.49 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 142417 12995 0 0 23472 70 5 2 20 0 15 0 107201801 11345952768 207583 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2770008 207583 3532 1 0 2731661 0
[pid=26295/tid=26348] ppid=26292 vsize=11080032 memory=830332 CPUtime=221.18 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 57294 12995 0 0 22090 21 5 2 20 0 15 0 107201810 11345952768 207583 33554432000 4194304 4196468 140737198395280 140501541627992 140501152199047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=11080032 memory=830332 CPUtime=0.6 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 1822 12995 0 0 46 7 5 2 20 0 15 0 107201811 11345952768 207583 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=11080032 memory=830244 CPUtime=0.61 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 2115 12995 0 0 47 7 5 2 20 0 15 0 107201811 11345952768 207583 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=11080032 memory=4140 CPUtime=0.6 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 4029 12995 0 0 46 7 5 2 20 0 15 0 107201811 11345952768 207583 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=11080032 memory=830244 CPUtime=0.6 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 3279 12995 0 0 46 7 5 2 20 0 15 0 107201811 11345952768 207583 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=11080032 memory=830332 CPUtime=0.44 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2460 12995 0 0 33 4 5 2 20 0 15 0 107201812 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=11080032 memory=830244 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 14 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500392732192 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=11080032 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 10 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500191405568 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=11080032 memory=830332 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=11080032 memory=844 CPUtime=4.89 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 26644 12995 0 0 478 4 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=11080032 memory=830244 CPUtime=4.79 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 21119 12995 0 0 467 5 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=11080032 memory=4140 CPUtime=2.11 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 21189 12995 0 0 201 3 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=11080032 memory=830332 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=11080032 memory=1020 CPUtime=0.19 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 240 12995 0 0 7 5 5 2 20 0 15 0 107201816 11345952768 207583 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 235.49 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 830332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.601 s]
/proc/loadavg: 2.05 1.81 1.79 3/215 26754
/proc/meminfo: memFree=23392124/32770624 swapFree=67108860/67108860
[pid=26295] ppid=26292 vsize=11080032 memory=830344 CPUtime=252.02 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 13514 0 -1 1077944320 148068 12995 0 0 25123 72 5 2 20 0 15 0 107201801 11345952768 207586 33554432000 4194304 4196468 140737198395280 140737198377824 140501569793783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
/proc/26295/statm: 2770008 207586 3532 1 0 2731661 0
[pid=26295/tid=26348] ppid=26292 vsize=11080032 memory=1992 CPUtime=237.36 cores=0,2,4,6
/proc/26295/task/26348/stat : 26348 (java) R 26292 26295 13514 0 -1 4202560 57923 12995 0 0 23707 22 5 2 20 0 15 0 107201810 11345952768 207586 33554432000 4194304 4196468 140737198395280 140501541628432 140501154306160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26349] ppid=26292 vsize=11080032 memory=2236 CPUtime=0.65 cores=0,2,4,6
/proc/26295/task/26349/stat : 26349 (java) S 26292 26295 13514 0 -1 1077944384 1830 12995 0 0 51 7 5 2 20 0 15 0 107201811 11345952768 207586 33554432000 4194304 4196468 140737198395280 140501574035728 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26350] ppid=26292 vsize=11080032 memory=14572 CPUtime=0.67 cores=0,2,4,6
/proc/26295/task/26350/stat : 26350 (java) S 26292 26295 13514 0 -1 1077944384 2187 12995 0 0 53 7 5 2 20 0 15 0 107201811 11345952768 207586 33554432000 4194304 4196468 140737198395280 140501467961744 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26351] ppid=26292 vsize=11080032 memory=12708 CPUtime=0.66 cores=0,2,4,6
/proc/26295/task/26351/stat : 26351 (java) S 26292 26295 13514 0 -1 1077944384 4060 12995 0 0 51 8 5 2 20 0 15 0 107201811 11345952768 207586 33554432000 4194304 4196468 140737198395280 140501108501008 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26352] ppid=26292 vsize=11080032 memory=17020 CPUtime=0.66 cores=0,2,4,6
/proc/26295/task/26352/stat : 26352 (java) S 26292 26295 13514 0 -1 1077944384 3770 12995 0 0 52 7 5 2 20 0 15 0 107201811 11345952768 207586 33554432000 4194304 4196468 140737198395280 140501107448464 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26353] ppid=26292 vsize=11080032 memory=2324 CPUtime=0.48 cores=0,2,4,6
/proc/26295/task/26353/stat : 26353 (java) S 26292 26295 13514 0 -1 1077944384 2717 12995 0 0 37 4 5 2 20 0 15 0 107201812 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500995660272 140501569804930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26354] ppid=26292 vsize=11080032 memory=1584 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26354/stat : 26354 (java) S 26292 26295 13514 0 -1 1077944384 14 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500392732192 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26355] ppid=26292 vsize=11080032 memory=496 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26355/stat : 26355 (java) S 26292 26295 13514 0 -1 1077944384 10 12995 0 0 0 0 5 2 20 0 15 0 107201813 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500191405568 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26356] ppid=26292 vsize=11080032 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26356/stat : 26356 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140499884006096 140501569812379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26357] ppid=26292 vsize=11080032 memory=1172 CPUtime=4.92 cores=0,2,4,6
/proc/26295/task/26357/stat : 26357 (java) S 26292 26295 13514 0 -1 1077944384 28844 12995 0 0 481 4 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500994607088 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26358] ppid=26292 vsize=11080032 memory=1812 CPUtime=4.82 cores=0,2,4,6
/proc/26295/task/26358/stat : 26358 (java) S 26292 26295 13514 0 -1 1077944384 21823 12995 0 0 470 5 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500993554544 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26359] ppid=26292 vsize=11080032 memory=1020 CPUtime=2.13 cores=0,2,4,6
/proc/26295/task/26359/stat : 26359 (java) S 26292 26295 13514 0 -1 1077944384 22427 12995 0 0 203 3 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500992502000 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26360] ppid=26292 vsize=11080032 memory=5456 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26360/stat : 26360 (java) S 26292 26295 13514 0 -1 1077944384 3 12995 0 0 0 0 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140499453209184 140501569803989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
[pid=26295/tid=26361] ppid=26292 vsize=11080032 memory=756 CPUtime=0.19 cores=0,2,4,6
/proc/26295/task/26361/stat : 26361 (java) S 26292 26295 13514 0 -1 1077944384 261 12995 0 0 7 5 5 2 20 0 15 0 107201816 11345952768 207586 33554432000 4194304 4196468 140737198395280 140500991449904 140501569804930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15343616 140737198398057 140737198400865 140737198400865 140737198403535 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 830344 KiB

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

[startup+238.639 s]
# the end of solver process 26295 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.312 s, system=0.777673 s

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

Child status: 143
Real time (s): 238.639
CPU time (s): 252.089
CPU user time (s): 251.312
CPU system time (s): 0.777673
CPU usage (%): 105.636
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 945600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.312
system time used= 0.777673
maximum resident set size= 947652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21300
involuntary context switches= 1030


# summary of solver processes directly reported to runsolver:
#   pid: 26295
#   total CPU time (s): 252.089
#   total CPU user time (s): 251.312
#   total CPU system time (s): 0.777673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38395 second user time and 2.29305 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:33:06
IDJOB=4302758
IDBENCH=141249
IDSOLVER=2777
FILE ID=node136/4302758-1532896386
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302758-1532896386/watcher-4302758-1532896386 -o /tmp/evaluation-result-4302758-1532896386/solver-4302758-1532896386 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=253119150 -superng HOME/instance-4302758-1532896386.xml

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

MD5SUM BENCH= da18cc2837c7f6c978868c79c6384271
RANDOM SEED=253119150

node136.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.50
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.50
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.50
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.50
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:        26316868 kB
MemAvailable:   29727008 kB
Buffers:          218428 kB
Cached:          3462288 kB
SwapCached:            0 kB
Active:          4018528 kB
Inactive:        1957544 kB
Active(anon):    2246964 kB
Inactive(anon):    76480 kB
Active(file):    1771564 kB
Inactive(file):  1881064 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26540 kB
Writeback:             0 kB
AnonPages:       2337024 kB
Mapped:            48236 kB
Shmem:             25228 kB
Slab:             174552 kB
SReclaimable:     146692 kB
SUnreclaim:        27860 kB
KernelStack:        3808 kB
PageTables:        10116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3616868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2084864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60132 MiB
End job on node136 at 2018-07-29 22:37:05