Trace number 4295457

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)1599 2520.1 2460.14

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy06_c18.xml
MD5SUMf39156c7286cf2527a5ad695a59d725a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1582
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables246
Number of constraints485
Number of domains3
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":6,"count":60},{"size":16,"count":66}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":126},{"degree":17,"count":48},{"degree":18,"count":60},{"degree":19,"count":10},{"degree":20,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":61},{"arity":3,"count":12},{"arity":4,"count":216},{"arity":5,"count":54},{"arity":6,"count":70},{"arity":8,"count":60},{"arity":10,"count":12}]
Number of extensional constraints66
Number of intensional constraints277
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":277},{"type":"regular","count":6},{"type":"allDifferent","count":10},{"type":"cardinality","count":6},{"type":"element","count":120}]
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

1.00/0.74	c Concrete v3.8.1528841891564 running
12.00/5.08	o 1816
12.60/5.29	o 1801
12.90/5.33	o 1778
13.21/5.46	o 1732
15.12/6.09	o 1703
15.71/6.27	o 1700
16.01/6.30	o 1699
16.01/6.31	o 1675
16.01/6.38	o 1667
16.32/6.40	o 1658
16.32/6.45	o 1652
16.62/6.53	o 1648
16.92/6.62	o 1625
33.07/20.68	o 1610
931.37/900.49	o 1599
2520.06/2460.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2460.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2460.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2460.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2460.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2460.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2460.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2460.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2460.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2460.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2460.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2460.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2460.11		at scala.Option.map(Option.scala:146)
2520.06/2460.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2460.11		at concrete.MAC.mac(MAC.scala:203)
2520.06/2460.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2460.11		at scala.util.Try$.apply(Try.scala:209)
2520.06/2460.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2460.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2460.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2460.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2460.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2460.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2460.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2460.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2460.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2460.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2460.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2460.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2460.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2460.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2460.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2460.11		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2460.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2460.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2460.11		at scala.util.Success.map(Try.scala:209)
2520.06/2460.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2460.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2460.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2460.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2460.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2460.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2460.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2460.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2460.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2460.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2460.12		at scala.App.main(App.scala:76)
2520.06/2460.12		at scala.App.main$(App.scala:74)
2520.06/2460.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2460.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2460.12	v <instantiation cost="1599">
2520.06/2460.12	v       <list>
2520.06/2460.12	v         o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[0][9] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[1][9] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[2][9] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[3][9] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] h[4][9] h[5][0] h[5][1] h[5][2] h[5][3] h[5][4] h[5][5] h[5][6] h[5][7] h[5][8] h[5][9] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[0][9] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[1][9] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[2][9] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[3][9] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] a[4][9] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[5][5] a[5][6] a[5][7] a[5][8] a[5][9] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[0][7] t[0][8] t[0][9] t[0][10] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[1][7] t[1][8] t[1][9] t[1][10] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[2][7] t[2][8] t[2][9] t[2][10] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6] t[3][7] t[3][8] t[3][9] t[3][10] t[4][0] t[4][1] t[4][2] t[4][3] t[4][4] t[4][5] t[4][6] t[4][7] t[4][8] t[4][9] t[4][10] t[5][0] t[5][1] t[5][2] t[5][3] t[5][4] t[5][5] t[5][6] t[5][7] t[5][8] t[5][9] t[5][10]
2520.06/2460.12	v       </list>
2520.06/2460.12	v       <values>
2520.06/2460.12	v         2 1 2 1 4 4 3 5 5 3 3 0 5 0 3 5 4 4 2 2 0 4 0 4 5 3 5 3 1 1 1 5 4 5 1 2 0 2 4 0 5 2 3 2 0 0 1 1 3 5 4 3 1 3 2 1 2 0 0 4 1 0 0 1 1 0 1 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 0 10 22 15 0 36 36 0 39 41 34 32 32 0 10 10 40 35 31 0 22 22 15 36 45 0 50 41 47 0 22 22 0 0 41 35 51 32 32 34 15 47 0 0 35 35 0 45 15 36 0 31 32 51 0 0 0 40 32 41 0 50 15 39 35 35
2520.06/2460.12	v       </values>
2520.06/2460.12	v     </instantiation>
2520.06/2460.12	s SATISFIABLE

Verifier Data

OK	1599

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295457-1532554017/watcher-4295457-1532554017 -o /tmp/evaluation-result-4295457-1532554017/solver-4295457-1532554017 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=809654544 HOME/instance-4295457-1532554017.xml 

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

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

solver pid=31288, runsolver pid=31285

[startup+0.100174 s]*
/proc/loadavg: 1.23 1.47 1.53 3/206 31345
/proc/meminfo: memFree=16124512/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=9972712 memory=17072 CPUtime=0.09 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 4417 13196 0 0 1 0 5 3 20 0 6 0 72964914 10212057088 4268 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2493178 4268 1934 1 0 2481616 0
[pid=31288/tid=31341] ppid=31285 vsize=9972712 memory=4279135703946853774 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 2226 13196 0 0 1 0 5 3 20 0 6 0 72964922 10212057088 4268 33554432000 4194304 4196468 140730720457200 139736010080848 139736022324574 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 6 0 72964923 10212057088 4268 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=9972712 memory=140069087213184 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 6 0 72964923 10212057088 4268 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 6 0 72964923 10212057088 4268 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 6 0 72964923 10212057088 4268 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209866 s]*
/proc/loadavg: 1.23 1.47 1.53 3/215 31354
/proc/meminfo: memFree=16103396/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10818904 memory=43408 CPUtime=0.26 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 8094 13196 0 0 16 2 5 3 20 0 15 0 72964914 11078557696 10852 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2704726 10852 2947 1 0 2667149 0
[pid=31288/tid=31341] ppid=31285 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 4659 13196 0 0 10 1 5 3 20 0 15 0 72964922 11078557696 10852 33554432000 4194304 4196468 140730720457200 139736010065184 139736022324574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11078557696 10852 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10818904 memory=140069087213184 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 72964923 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10818904 memory=140069087213184 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 72964925 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11078557696 10852 33554432000 4194304 4196468 140730720457200 139734949028896 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964925 11078557696 10852 33554432000 4194304 4196468 140730720457200 139734814810992 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 361 13196 0 0 1 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 247 13196 0 0 0 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10818904 memory=140069087213184 CPUtime=0.11 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) R 31285 31288 23703 0 -1 4202560 613 13196 0 0 3 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735038048880 139736017365405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10818904 memory=140069087213184 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964928 11078557696 10852 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43408 KiB

[startup+0.310168 s]*
/proc/loadavg: 1.23 1.47 1.53 3/215 31354
/proc/meminfo: memFree=16090696/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10819352 memory=54116 CPUtime=0.39 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 10612 13196 0 0 28 3 5 3 20 0 15 0 72964914 11079016448 13529 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2704838 13529 3066 1 0 2667149 0
[pid=31288/tid=31341] ppid=31285 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 7163 13196 0 0 20 2 5 3 20 0 15 0 72964922 11079016448 13529 33554432000 4194304 4196468 140730720457200 139736010056096 139735961257181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10819352 memory=7445101439888674896 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 13529 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 13529 33554432000 4194304 4196468 140730720457200 139734949028896 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 13529 33554432000 4194304 4196468 140730720457200 139734814810992 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 361 13196 0 0 1 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 250 13196 0 0 1 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) R 31285 31288 23703 0 -1 4202560 619 13196 0 0 5 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735038048880 139736016868464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 13529 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54116 KiB

[startup+0.700818 s]
/proc/loadavg: 1.23 1.47 1.53 3/215 31354
/proc/meminfo: memFree=16080664/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10819352 memory=86632 CPUtime=1 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 16767 13196 0 0 88 4 5 3 20 0 15 0 72964914 11079016448 21658 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2704838 21658 3247 1 0 2667149 0
[pid=31288/tid=31341] ppid=31285 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 12197 13196 0 0 56 3 5 3 20 0 15 0 72964922 11079016448 21658 33554432000 4194304 4196468 140730720457200 139736010064912 139736019807639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 21658 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10819352 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 2 13196 0 0 0 0 5 3 20 0 15 0 72964923 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 5 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 21658 33554432000 4194304 4196468 140730720457200 139734949028896 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964925 11079016448 21658 33554432000 4194304 4196468 140730720457200 139734814810992 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10819352 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 738 13196 0 0 6 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10819352 memory=15460 CPUtime=0.19 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 922 13196 0 0 11 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 688 13196 0 0 13 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964928 11079016448 21658 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86632 KiB

[startup+1.50083 s]
/proc/loadavg: 1.23 1.47 1.53 4/215 31354
/proc/meminfo: memFree=16034484/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10834252 memory=179312 CPUtime=2.46 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 23886 13196 0 0 229 9 5 3 20 0 15 0 72964914 11094274048 44828 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2708563 44828 3468 1 0 2670221 0
[pid=31288/tid=31341] ppid=31285 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 17484 13196 0 0 130 5 5 3 20 0 15 0 72964922 11094274048 44828 33554432000 4194304 4196468 140730720457200 139736010060800 139736022324574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 173 13196 0 0 1 0 5 3 20 0 15 0 72964923 11094274048 44828 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 47 13196 0 0 1 0 5 3 20 0 15 0 72964923 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 16 13196 0 0 1 0 5 3 20 0 15 0 72964923 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 37 13196 0 0 1 0 5 3 20 0 15 0 72964923 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 48 13196 0 0 1 0 5 3 20 0 15 0 72964925 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10834252 memory=280137899780352 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 14 13196 0 0 0 0 5 3 20 0 15 0 72964925 11094274048 44828 33554432000 4194304 4196468 140730720457200 139734949028960 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964925 11094274048 44828 33554432000 4194304 4196468 140730720457200 139734814811008 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10834252 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10834252 memory=832 CPUtime=0.33 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 1266 13196 0 0 25 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10834252 memory=1600 CPUtime=0.34 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 1134 13196 0 0 26 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10834252 memory=5024 CPUtime=0.47 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 1468 13196 0 0 39 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10834252 memory=4032 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10834252 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 1 13196 0 0 0 0 5 3 20 0 15 0 72964928 11094274048 44828 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 108891 13196 0 0 235517 49 5 3 20 0 15 0 72964922 11180277760 273252 33554432000 4194304 4196468 140730720457200 139736010078704 139735657833024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10918240 memory=1090960 CPUtime=12.7 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 20239 13196 0 0 1209 53 5 3 20 0 15 0 72964923 11180277760 273252 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10918240 memory=1090960 CPUtime=12.69 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 14684 13196 0 0 1210 51 5 3 20 0 15 0 72964923 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10918240 memory=3708 CPUtime=12.71 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 17026 13196 0 0 1212 51 5 3 20 0 15 0 72964923 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10918240 memory=1090960 CPUtime=12.69 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 20340 13196 0 0 1211 50 5 3 20 0 15 0 72964923 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10918240 memory=1090960 CPUtime=10.55 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 20058 13196 0 0 997 50 5 3 20 0 15 0 72964925 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 19 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273252 33554432000 4194304 4196468 140730720457200 139734949029024 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273252 33554432000 4194304 4196468 140730720457200 139734814811008 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10918240 memory=1093008 CPUtime=9.38 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 106418 13196 0 0 920 10 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10918240 memory=3708 CPUtime=9.08 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 94133 13196 0 0 889 11 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10918240 memory=1093008 CPUtime=4.44 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 103371 13196 0 0 422 14 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10918240 memory=6791534058613427641 CPUtime=1.6 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 2047 13196 0 0 75 77 5 3 20 0 15 0 72964928 11180277760 273252 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 2440.96 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1093008 KiB

[startup+2442.3 s]
/proc/loadavg: 0.51 0.62 0.87 2/194 31516
/proc/meminfo: memFree=16560088/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2501.94 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 512022 13196 0 0 249821 365 5 3 20 0 15 0 72964914 11180277760 273253 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2729560 273253 3527 1 0 2691213 0
[pid=31288/tid=31341] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2415.06 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 109827 13196 0 0 241449 49 5 3 20 0 15 0 72964922 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736010079024 139735659512432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10918240 memory=1090960 CPUtime=13.03 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 20398 13196 0 0 1240 55 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10918240 memory=1090960 CPUtime=13.02 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 14766 13196 0 0 1242 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10918240 memory=1093008 CPUtime=13.05 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 17057 13196 0 0 1245 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10918240 memory=1093008 CPUtime=13.02 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 20448 13196 0 0 1243 51 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10918240 memory=1093008 CPUtime=10.82 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 20320 13196 0 0 1023 51 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 19 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734949029024 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734814811008 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10918240 memory=1093008 CPUtime=9.38 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 106751 13196 0 0 920 10 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10918240 memory=1093012 CPUtime=9.08 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 94135 13196 0 0 889 11 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10918240 memory=1093012 CPUtime=4.44 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 104015 13196 0 0 422 14 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10918240 memory=1093012 CPUtime=1.64 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 2076 13196 0 0 77 79 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 2501.94 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1093012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.11 s]
/proc/loadavg: 0.57 0.63 0.87 2/194 31516
/proc/meminfo: memFree=16560088/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2520.06 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 512174 13196 0 0 251631 367 5 3 20 0 15 0 72964914 11180277760 273253 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2729560 273253 3527 1 0 2691213 0
[pid=31288/tid=31341] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2432.67 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 109954 13196 0 0 243209 50 5 3 20 0 15 0 72964922 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736010078416 139735657023633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10918240 memory=1093012 CPUtime=13.13 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 20411 13196 0 0 1250 55 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10918240 memory=1093012 CPUtime=13.12 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 14766 13196 0 0 1252 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10918240 memory=0 CPUtime=13.16 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 17058 13196 0 0 1255 53 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10918240 memory=1306 CPUtime=13.13 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 20448 13196 0 0 1253 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10918240 memory=1093012 CPUtime=10.91 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 20331 13196 0 0 1031 52 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 19 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734949029024 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734814811008 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10918240 memory=1093008 CPUtime=9.39 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 106751 13196 0 0 921 10 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10918240 memory=6791534058613427641 CPUtime=9.08 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 94135 13196 0 0 889 11 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10918240 memory=4072 CPUtime=4.44 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 104015 13196 0 0 422 14 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10918240 memory=1093012 CPUtime=1.65 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 2076 13196 0 0 78 79 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1093012 KiB

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

[startup+2460.14 s]
# the end of solver process 31288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.71177 s

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

[startup+2460.11 s]
/proc/loadavg: 0.57 0.63 0.87 2/194 31516
/proc/meminfo: memFree=16560088/32770624 swapFree=67108796/67108860
[pid=31288] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2520.06 cores=0,2,4,6
/proc/31288/stat : 31288 (java) S 31285 31288 23703 0 -1 1077944320 512174 13196 0 0 251631 367 5 3 20 0 15 0 72964914 11180277760 273253 33554432000 4194304 4196468 140730720457200 140730720439744 139736038244087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
/proc/31288/statm: 2729560 273253 3527 1 0 2691213 0
[pid=31288/tid=31341] ppid=31285 vsize=10918240 memory=1093012 CPUtime=2432.67 cores=0,2,4,6
/proc/31288/task/31341/stat : 31341 (java) R 31285 31288 23703 0 -1 4202560 109954 13196 0 0 243209 50 5 3 20 0 15 0 72964922 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736010078416 139735657023633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31342] ppid=31285 vsize=10918240 memory=1093012 CPUtime=13.13 cores=0,2,4,6
/proc/31288/task/31342/stat : 31342 (java) S 31285 31288 23703 0 -1 1077944384 20411 13196 0 0 1250 55 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139736042486928 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31343] ppid=31285 vsize=10918240 memory=1093012 CPUtime=13.12 cores=0,2,4,6
/proc/31288/task/31343/stat : 31343 (java) S 31285 31288 23703 0 -1 1077944384 14766 13196 0 0 1252 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735957306384 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31344] ppid=31285 vsize=10918240 memory=0 CPUtime=13.16 cores=0,2,4,6
/proc/31288/task/31344/stat : 31344 (java) S 31285 31288 23703 0 -1 1077944384 17058 13196 0 0 1255 53 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735610350480 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31345] ppid=31285 vsize=10918240 memory=1306 CPUtime=13.13 cores=0,2,4,6
/proc/31288/task/31345/stat : 31345 (java) S 31285 31288 23703 0 -1 1077944384 20448 13196 0 0 1253 52 5 3 20 0 15 0 72964923 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735609297680 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31346] ppid=31285 vsize=10918240 memory=1093012 CPUtime=10.91 cores=0,2,4,6
/proc/31288/task/31346/stat : 31346 (java) S 31285 31288 23703 0 -1 1077944384 20331 13196 0 0 1031 52 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735041206640 139736038255234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31347] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31347/stat : 31347 (java) S 31285 31288 23703 0 -1 1077944384 19 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734949029024 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31348] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31348/stat : 31348 (java) S 31285 31288 23703 0 -1 1077944384 13 13196 0 0 0 0 5 3 20 0 15 0 72964925 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734814811008 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31349] ppid=31285 vsize=10918240 memory=1093008 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31349/stat : 31349 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734574520144 139736038262683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31350] ppid=31285 vsize=10918240 memory=1093008 CPUtime=9.39 cores=0,2,4,6
/proc/31288/task/31350/stat : 31350 (java) S 31285 31288 23703 0 -1 1077944384 106751 13196 0 0 921 10 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735040154480 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31351] ppid=31285 vsize=10918240 memory=6791534058613427641 CPUtime=9.08 cores=0,2,4,6
/proc/31288/task/31351/stat : 31351 (java) S 31285 31288 23703 0 -1 1077944384 94135 13196 0 0 889 11 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735039101680 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31352] ppid=31285 vsize=10918240 memory=4072 CPUtime=4.44 cores=0,2,4,6
/proc/31288/task/31352/stat : 31352 (java) S 31285 31288 23703 0 -1 1077944384 104015 13196 0 0 422 14 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735038048880 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31353] ppid=31285 vsize=10918240 memory=1093012 CPUtime=0.08 cores=0,2,4,6
/proc/31288/task/31353/stat : 31353 (java) S 31285 31288 23703 0 -1 1077944384 3 13196 0 0 0 0 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139734540962528 139736038254293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
[pid=31288/tid=31354] ppid=31285 vsize=10918240 memory=1093012 CPUtime=1.65 cores=0,2,4,6
/proc/31288/task/31354/stat : 31354 (java) S 31285 31288 23703 0 -1 1077944384 2076 13196 0 0 78 79 5 3 20 0 15 0 72964928 11180277760 273253 33554432000 4194304 4196468 140730720457200 139735036996272 139736038255234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34942976 140730720459375 140730720462172 140730720462172 140730720464847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1093012 KiB

Child status: 143
Real time (s): 2460.14
CPU time (s): 2520.1
CPU user time (s): 2516.39
CPU system time (s): 3.71177
CPU usage (%): 102.437
Max. virtual memory (cumulated for all children) (KiB): 10921032
Max. memory (cumulated for all children) (KiB): 1093012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.71177
maximum resident set size= 1097248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282662
involuntary context switches= 9107


# summary of solver processes directly reported to runsolver:
#   pid: 31288
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.71177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4495 second user time and 23.6504 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 23:26:57
IDJOB=4295457
IDBENCH=141553
IDSOLVER=2750
FILE ID=node138/4295457-1532554017
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy06_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295457-1532554017/watcher-4295457-1532554017 -o /tmp/evaluation-result-4295457-1532554017/solver-4295457-1532554017 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=809654544 HOME/instance-4295457-1532554017.xml

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

MD5SUM BENCH= f39156c7286cf2527a5ad695a59d725a
RANDOM SEED=809654544

node138.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.71
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.71
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.71
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.71
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:        16130252 kB
MemAvailable:   30435860 kB
Buffers:          175848 kB
Cached:         14275252 kB
SwapCached:           44 kB
Active:          3878940 kB
Inactive:       12115384 kB
Active(anon):    1493712 kB
Inactive(anon):    77316 kB
Active(file):    2385228 kB
Inactive(file): 12038068 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26332 kB
Writeback:             0 kB
AnonPages:       1549992 kB
Mapped:            48064 kB
Shmem:             25164 kB
Slab:             339332 kB
SReclaimable:     310772 kB
SUnreclaim:        28560 kB
KernelStack:        3536 kB
PageTables:         9192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2314944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 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= 53776 MiB
End job on node138 at 2018-07-26 00:07:58