Trace number 4302330

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)1438 252.066 233.742

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy06_c18.xml
MD5SUMf9caa09a77a0aeed2ee1a5d5b0978ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1438
Best CPU time to get the best result obtained on this benchmark252.066
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

0.98/0.76	c Concrete v3.9.2.1532736233296 running
13.07/5.33	o 1647
13.07/5.35	o 1636
13.07/5.39	o 1625
13.39/5.42	o 1551
16.87/6.64	o 1535
16.87/6.68	o 1522
16.87/6.69	o 1513
17.11/6.77	o 1468
29.54/17.63	o 1465
52.75/40.46	o 1461
75.43/61.71	o 1457
75.43/61.73	o 1448
76.35/62.33	o 1438
252.01/233.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.01/233.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.01/233.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.01/233.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.01/233.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.01/233.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.01/233.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.01/233.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.01/233.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/233.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/233.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/233.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.01/233.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.01/233.71		at scala.Option.map(Option.scala:146)
252.01/233.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.01/233.71		at concrete.MAC.mac(MAC.scala:203)
252.01/233.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.01/233.71		at scala.util.Try$.apply(Try.scala:209)
252.01/233.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/233.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/233.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/233.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/233.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.01/233.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/233.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/233.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/233.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/233.71		at concrete.MAC.oneRun(MAC.scala:253)
252.01/233.71		at concrete.MAC.nextSolution(MAC.scala:272)
252.01/233.71		at concrete.MAC.nextSolution(MAC.scala:355)
252.01/233.71		at concrete.Solver.hasNext(Solver.scala:166)
252.01/233.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.01/233.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.01/233.71		at concrete.Solver.foreach(Solver.scala:68)
252.01/233.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.01/233.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/233.71		at scala.util.Success.map(Try.scala:209)
252.01/233.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.01/233.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.01/233.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.01/233.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.01/233.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.01/233.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/233.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/233.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/233.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/233.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/233.71		at scala.App.main(App.scala:76)
252.01/233.71		at scala.App.main$(App.scala:74)
252.01/233.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.01/233.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/233.72	v <instantiation cost="1438">
252.01/233.72	v       <list>
252.01/233.72	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]
252.01/233.72	v       </list>
252.01/233.72	v       <values>
252.01/233.72	v         1 3 5 1 2 3 4 4 5 2 0 2 2 0 3 4 5 3 4 5 4 1 1 4 0 5 3 5 3 0 5 0 4 5 1 0 2 1 2 4 2 5 3 2 5 1 0 0 1 3 3 4 0 3 4 2 1 2 0 1 0 0 0 1 1 1 0 1 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 1 1 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 1 1 10 32 41 39 0 0 36 36 0 15 15 0 0 22 15 10 31 35 41 32 0 0 45 31 22 0 15 39 41 47 0 0 0 41 41 0 0 32 10 34 0 47 45 51 0 35 41 47 45 0 0 36 10 31 0 0 0 0 41 51 35 0 50 15 10 40
252.01/233.72	v       </values>
252.01/233.72	v     </instantiation>
252.01/233.72	s SATISFIABLE

Verifier Data

OK	1438

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302330-1532898189/watcher-4302330-1532898189 -o /tmp/evaluation-result-4302330-1532898189/solver-4302330-1532898189 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1128803882 HOME/instance-4302330-1532898189.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=22041, runsolver pid=22038

[startup+0.100137 s]*
/proc/loadavg: 1.57 1.72 1.69 2/203 22094
/proc/meminfo: memFree=23037868/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 4280 13164 0 0 1 0 5 3 20 0 6 0 107382128 10245611520 4137 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2501370 4137 1933 1 0 2489808 0
[pid=22041/tid=22094] ppid=22038 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 2090 13164 0 0 0 0 5 3 20 0 6 0 107382137 10245611520 4137 33554432000 4194304 4196468 140736867819120 140045141733968 140045153977694 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 107382138 10245611520 4137 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=10005480 memory=139859326154368 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 107382138 10245611520 4137 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 6 0 107382138 10245611520 4137 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 6 0 107382138 10245611520 4137 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210116 s]*
/proc/loadavg: 1.57 1.72 1.69 3/216 22107
/proc/meminfo: memFree=23012820/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=10982696 memory=44748 CPUtime=0.26 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 8553 13164 0 0 17 1 5 3 20 0 15 0 107382128 11246280704 11187 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2745674 11187 2944 1 0 2708109 0
[pid=22041/tid=22094] ppid=22038 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 5111 13164 0 0 10 1 5 3 20 0 15 0 107382137 11246280704 11187 33554432000 4194304 4196468 140736867819120 140045141694864 140045153977694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=10982696 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246280704 11187 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=10982696 memory=288370235477866112 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=10982696 memory=139859326154368 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 13 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246280704 11187 33554432000 4194304 4196468 140736867819120 140043918238880 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246280704 11187 33554432000 4194304 4196468 140736867819120 140043716911856 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 530 13164 0 0 1 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 62 13164 0 0 1 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=10982696 memory=139859326154368 CPUtime=0.11 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) R 22038 22041 6396 0 -1 4202560 632 13164 0 0 3 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044659767792 140045162134334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=10982696 memory=139859326154368 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246280704 11187 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44748 KiB

[startup+0.310417 s]*
/proc/loadavg: 1.57 1.72 1.69 3/216 22107
/proc/meminfo: memFree=23000788/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=10983192 memory=54056 CPUtime=0.38 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 10108 13164 0 0 28 2 5 3 20 0 15 0 107382128 11246788608 13514 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2745798 13514 3076 1 0 2708109 0
[pid=22041/tid=22094] ppid=22038 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 6714 13164 0 0 19 2 5 3 20 0 15 0 107382137 11246788608 13580 33554432000 4194304 4196468 140736867819120 140045141709216 140045150172967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 13580 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 13580 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 13580 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 13 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 13646 33554432000 4194304 4196468 140736867819120 140043918238880 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 13646 33554432000 4194304 4196468 140736867819120 140043716911856 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 532 13164 0 0 2 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 62 13164 0 0 1 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=10983192 memory=139859326154368 CPUtime=0.13 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 637 13164 0 0 5 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=10983192 memory=139859326154368 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 13646 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54056 KiB

[startup+0.700815 s]
/proc/loadavg: 1.57 1.72 1.69 3/216 22107
/proc/meminfo: memFree=22989596/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=10983192 memory=88680 CPUtime=0.98 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 16796 13164 0 0 86 4 5 3 20 0 15 0 107382128 11246788608 22170 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2745798 22170 3240 1 0 2708109 0
[pid=22041/tid=22094] ppid=22038 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 12380 13164 0 0 54 3 5 3 20 0 15 0 107382137 11246788608 22170 33554432000 4194304 4196468 140736867819120 140045141717496 140045162134334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 22170 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 2 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382138 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 5 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=10983192 memory=139859167687376 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 13 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 22170 33554432000 4194304 4196468 140736867819120 140043918238880 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=10983192 memory=139861315027555 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11246788608 22170 33554432000 4194304 4196468 140736867819120 140043716911856 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=10983192 memory=7234564758908855872 CPUtime=0.18 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 1190 13164 0 0 10 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 311 13164 0 0 7 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 691 13164 0 0 13 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382143 11246788608 22170 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88680 KiB

[startup+1.50077 s]
/proc/loadavg: 1.57 1.72 1.69 4/216 22107
/proc/meminfo: memFree=22946676/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=10998092 memory=183232 CPUtime=2.45 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 23796 13164 0 0 226 11 5 3 20 0 15 0 107382128 11262046208 45808 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2749523 45808 3470 1 0 2711181 0
[pid=22041/tid=22094] ppid=22038 vsize=10998092 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 17484 13164 0 0 127 7 5 3 20 0 15 0 107382137 11262046208 45808 33554432000 4194304 4196468 140736867819120 140045141714000 140045153940837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 60 13164 0 0 1 0 5 3 20 0 15 0 107382138 11262046208 45808 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 19 13164 0 0 1 0 5 3 20 0 15 0 107382138 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=10998092 memory=276 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 179 13164 0 0 1 0 5 3 20 0 15 0 107382138 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=10998092 memory=88680 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 22 13164 0 0 0 0 5 3 20 0 15 0 107382138 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 58 13164 0 0 1 0 5 3 20 0 15 0 107382140 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=10998092 memory=279718335316464 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 14 13164 0 0 0 0 5 3 20 0 15 0 107382140 11262046208 45808 33554432000 4194304 4196468 140736867819120 140043918238944 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=10998092 memory=279718335367264 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11262046208 45808 33554432000 4194304 4196468 140736867819120 140043716911872 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=10998092 memory=4638778398332698720 CPUtime=0.37 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 1468 13164 0 0 29 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=10998092 memory=279718335650688 CPUtime=0.3 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 812 13164 0 0 22 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=10998092 memory=-7531822216213012384 CPUtime=0.47 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 1481 13164 0 0 39 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382143 11262046208 45808 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 56681 13164 0 0 16088 23 5 3 20 0 15 0 107382137 11348049920 252423 33554432000 4194304 4196468 140736867819120 140045141732752 140044761992292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=11082080 memory=1009648 CPUtime=0.57 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 4115 13164 0 0 44 5 5 3 20 0 15 0 107382138 11348049920 252423 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=11082080 memory=1009684 CPUtime=0.58 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1805 13164 0 0 44 6 5 3 20 0 15 0 107382138 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=11082080 memory=1009684 CPUtime=0.58 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 3616 13164 0 0 45 5 5 3 20 0 15 0 107382138 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=11082080 memory=1009684 CPUtime=0.58 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 1618 13164 0 0 44 6 5 3 20 0 15 0 107382138 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=11082080 memory=1009684 CPUtime=0.49 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 6076 13164 0 0 39 2 5 3 20 0 15 0 107382140 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=11082080 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 14 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252423 33554432000 4194304 4196468 140736867819120 140043918239008 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=11082080 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252423 33554432000 4194304 4196468 140736867819120 140043716911872 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=11082080 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=11082080 memory=288230574492221466 CPUtime=6.18 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 24032 13164 0 0 605 5 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=11082080 memory=288230621803970871 CPUtime=6.57 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 35637 13164 0 0 643 6 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=11082080 memory=1009684 CPUtime=2.76 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 22750 13164 0 0 263 5 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=11082080 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=11082080 memory=1009684 CPUtime=0.17 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 799 13164 0 0 5 4 5 3 20 0 15 0 107382143 11348049920 252423 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 179.06 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1009692 KiB

[startup+222.301 s]
/proc/loadavg: 1.16 1.58 1.66 3/215 22367
/proc/meminfo: memFree=21061100/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=11082080 memory=1009816 CPUtime=240.32 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 170288 13164 0 0 23950 74 5 3 20 0 15 0 107382128 11348049920 252454 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2770520 252454 3529 1 0 2732173 0
[pid=22041/tid=22094] ppid=22038 vsize=11082080 memory=1009740 CPUtime=220.61 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 57961 13164 0 0 22029 24 5 3 20 0 15 0 107382137 11348049920 252454 33554432000 4194304 4196468 140736867819120 140045141731680 140044762872772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.86 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 4174 13164 0 0 71 7 5 3 20 0 15 0 107382138 11348049920 252454 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.86 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1846 13164 0 0 71 7 5 3 20 0 15 0 107382138 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.87 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 3677 13164 0 0 72 7 5 3 20 0 15 0 107382138 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.85 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 3383 13164 0 0 71 6 5 3 20 0 15 0 107382138 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.73 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 6295 13164 0 0 62 3 5 3 20 0 15 0 107382140 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 14 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252454 33554432000 4194304 4196468 140736867819120 140043918239008 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252454 33554432000 4194304 4196468 140736867819120 140043716911872 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=11082080 memory=1009740 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=11082080 memory=4128 CPUtime=6.37 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 25985 13164 0 0 624 5 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=11082080 memory=1009740 CPUtime=6.76 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 38575 13164 0 0 661 7 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=11082080 memory=4128 CPUtime=2.83 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 25353 13164 0 0 270 5 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=11082080 memory=30520 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=11082080 memory=1292 CPUtime=0.2 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 824 13164 0 0 7 5 5 3 20 0 15 0 107382143 11348049920 252454 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 240.32 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1009816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+233.701 s]
/proc/loadavg: 1.29 1.60 1.66 3/215 22367
/proc/meminfo: memFree=21111184/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=11082080 memory=1009864 CPUtime=252.01 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 171332 13164 0 0 25118 75 5 3 20 0 15 0 107382128 11348049920 252466 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2770520 252466 3529 1 0 2732173 0
[pid=22041/tid=22094] ppid=22038 vsize=11082080 memory=1009864 CPUtime=231.9 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 58079 13164 0 0 23158 24 5 3 20 0 15 0 107382137 11348049920 252466 33554432000 4194304 4196468 140736867819120 140045141732976 140044762223374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.91 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 4176 13164 0 0 76 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.92 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1848 13164 0 0 77 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.93 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 3678 13164 0 0 78 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=11082080 memory=1009864 CPUtime=0.9 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 3386 13164 0 0 76 6 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=11082080 memory=576587670355121504 CPUtime=0.77 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 6299 13164 0 0 66 3 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 14 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043918239008 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043716911872 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=11082080 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=11082080 memory=1428 CPUtime=6.43 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 26551 13164 0 0 630 5 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=11082080 memory=1009816 CPUtime=6.8 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 38835 13164 0 0 665 7 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=11082080 memory=1009816 CPUtime=2.84 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 25441 13164 0 0 271 5 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=11082080 memory=30520 CPUtime=0.21 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 824 13164 0 0 7 6 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1009864 KiB

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

[startup+233.742 s]
# the end of solver process 22041 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.254 s, system=0.812135 s

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

[startup+233.701 s]
/proc/loadavg: 1.29 1.60 1.66 3/215 22367
/proc/meminfo: memFree=21111184/32770624 swapFree=67108860/67108860
[pid=22041] ppid=22038 vsize=11082080 memory=1009864 CPUtime=252.01 cores=0,2,4,6
/proc/22041/stat : 22041 (java) S 22038 22041 6396 0 -1 1077944320 171332 13164 0 0 25118 75 5 3 20 0 15 0 107382128 11348049920 252466 33554432000 4194304 4196468 140736867819120 140736867801664 140045169897207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
/proc/22041/statm: 2770520 252466 3529 1 0 2732173 0
[pid=22041/tid=22094] ppid=22038 vsize=11082080 memory=1009864 CPUtime=231.9 cores=0,2,4,6
/proc/22041/task/22094/stat : 22094 (java) R 22038 22041 6396 0 -1 4202560 58079 13164 0 0 23158 24 5 3 20 0 15 0 107382137 11348049920 252466 33554432000 4194304 4196468 140736867819120 140045141732976 140044762223374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22095] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.91 cores=0,2,4,6
/proc/22041/task/22095/stat : 22095 (java) S 22038 22041 6396 0 -1 1077944384 4176 13164 0 0 76 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140045174139920 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22096] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.92 cores=0,2,4,6
/proc/22041/task/22096/stat : 22096 (java) S 22038 22041 6396 0 -1 1077944384 1848 13164 0 0 77 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044709846160 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22097] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.93 cores=0,2,4,6
/proc/22041/task/22097/stat : 22097 (java) S 22038 22041 6396 0 -1 1077944384 3678 13164 0 0 78 7 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044708793104 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22098] ppid=22038 vsize=11082080 memory=1009864 CPUtime=0.9 cores=0,2,4,6
/proc/22041/task/22098/stat : 22098 (java) S 22038 22041 6396 0 -1 1077944384 3386 13164 0 0 76 6 5 3 20 0 15 0 107382138 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044707740560 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22099] ppid=22038 vsize=11082080 memory=576587670355121504 CPUtime=0.77 cores=0,2,4,6
/proc/22041/task/22099/stat : 22099 (java) S 22038 22041 6396 0 -1 1077944384 6299 13164 0 0 66 3 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044662925552 140045169908354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22100] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22100/stat : 22100 (java) S 22038 22041 6396 0 -1 1077944384 14 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043918239008 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22101] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22101/stat : 22101 (java) S 22038 22041 6396 0 -1 1077944384 1 13164 0 0 0 0 5 3 20 0 15 0 107382140 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043716911872 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22102] ppid=22038 vsize=11082080 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22102/stat : 22102 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140043409512400 140045169915803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22103] ppid=22038 vsize=11082080 memory=1428 CPUtime=6.43 cores=0,2,4,6
/proc/22041/task/22103/stat : 22103 (java) S 22038 22041 6396 0 -1 1077944384 26551 13164 0 0 630 5 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044661873392 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22104] ppid=22038 vsize=11082080 memory=1009816 CPUtime=6.8 cores=0,2,4,6
/proc/22041/task/22104/stat : 22104 (java) S 22038 22041 6396 0 -1 1077944384 38835 13164 0 0 665 7 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044660820848 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22105] ppid=22038 vsize=11082080 memory=1009816 CPUtime=2.84 cores=0,2,4,6
/proc/22041/task/22105/stat : 22105 (java) S 22038 22041 6396 0 -1 1077944384 25441 13164 0 0 271 5 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044659767792 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22106] ppid=22038 vsize=11082080 memory=1009816 CPUtime=0.08 cores=0,2,4,6
/proc/22041/task/22106/stat : 22106 (java) S 22038 22041 6396 0 -1 1077944384 3 13164 0 0 0 0 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140042978716512 140045169907413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
[pid=22041/tid=22107] ppid=22038 vsize=11082080 memory=30520 CPUtime=0.21 cores=0,2,4,6
/proc/22041/task/22107/stat : 22107 (java) S 22038 22041 6396 0 -1 1077944384 824 13164 0 0 7 6 5 3 20 0 15 0 107382143 11348049920 252466 33554432000 4194304 4196468 140736867819120 140044658715184 140045169908354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 18096128 140736867822193 140736867824993 140736867824993 140736867827663 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1009864 KiB

Child status: 143
Real time (s): 233.742
CPU time (s): 252.066
CPU user time (s): 251.254
CPU system time (s): 0.812135
CPU usage (%): 107.84
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 1045328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.254
system time used= 0.812135
maximum resident set size= 1045328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185233
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= 27181
involuntary context switches= 617


# summary of solver processes directly reported to runsolver:
#   pid: 22041
#   total CPU time (s): 252.066
#   total CPU user time (s): 251.254
#   total CPU system time (s): 0.812135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51883 second user time and 2.13649 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 23:03:09
IDJOB=4302330
IDBENCH=141549
IDSOLVER=2776
FILE ID=node139/4302330-1532898189
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy06_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302330-1532898189/watcher-4302330-1532898189 -o /tmp/evaluation-result-4302330-1532898189/solver-4302330-1532898189 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1128803882 HOME/instance-4302330-1532898189.xml

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

MD5SUM BENCH= f9caa09a77a0aeed2ee1a5d5b0978ec8
RANDOM SEED=1128803882

node139.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.80
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.80
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.80
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.80
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:        23041372 kB
MemAvailable:   31108540 kB
Buffers:          256576 kB
Cached:          7924076 kB
SwapCached:            0 kB
Active:          3913660 kB
Inactive:        5139564 kB
Active(anon):     827016 kB
Inactive(anon):    73544 kB
Active(file):    3086644 kB
Inactive(file):  5066020 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26596 kB
Writeback:             0 kB
AnonPages:        880236 kB
Mapped:            58160 kB
Shmem:             25228 kB
Slab:             372580 kB
SReclaimable:     342964 kB
SUnreclaim:        29616 kB
KernelStack:        3600 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2050288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 23:07:03