Trace number 4293825

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)3492 2520.13 2470.33

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had20_c18.xml
MD5SUM1a91d8580332af2f3782d1e605995059
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3467
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints191
Number of domains2
Minimum domain size11
Maximum domain size20
Distribution of domain sizes[{"size":11,"count":190},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":210},{"degree":2,"count":190},{"degree":20,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":190},{"arity":20,"count":1}]
Number of extensional constraints190
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":190},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
10.14/4.63	o 3855
10.14/4.68	o 3853
10.14/4.69	o 3841
10.46/4.70	o 3839
10.46/4.72	o 3833
10.46/4.74	o 3831
10.79/4.87	o 3828
10.79/4.88	o 3810
10.79/4.89	o 3806
11.12/4.90	o 3795
11.12/4.94	o 3792
11.12/4.95	o 3726
11.12/4.96	o 3724
11.12/4.98	o 3721
11.12/4.99	o 3716
11.12/4.99	o 3714
11.47/5.07	o 3700
11.47/5.08	o 3686
12.43/5.40	o 3661
12.43/5.41	o 3659
12.43/5.50	o 3651
13.23/5.94	o 3643
13.23/5.95	o 3629
13.48/6.08	o 3625
15.39/7.27	o 3614
15.60/7.33	o 3612
19.45/10.22	o 3594
37.04/27.19	o 3588
37.33/27.48	o 3585
56.19/45.51	o 3575
56.42/45.74	o 3573
56.52/45.86	o 3565
94.06/82.80	o 3546
1298.44/1265.85	o 3530
1298.54/1265.94	o 3525
1298.54/1265.95	o 3523
1308.52/1275.76	o 3517
1308.52/1275.80	o 3516
1310.75/1277.99	o 3510
1310.75/1278.00	o 3508
1332.48/1299.39	o 3506
1332.48/1299.39	o 3500
1702.94/1664.64	o 3496
1703.14/1664.88	o 3492
2520.07/2470.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2470.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2470.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2470.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2470.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2470.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2470.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2470.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2470.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2470.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2470.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2470.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2470.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2470.30		at scala.Option.map(Option.scala:146)
2520.07/2470.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2470.30		at concrete.MAC.mac(MAC.scala:203)
2520.07/2470.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2470.30		at scala.util.Try$.apply(Try.scala:209)
2520.07/2470.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2470.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2470.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2470.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2470.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2470.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2470.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2470.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2470.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2470.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2470.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2470.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2470.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2470.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2470.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2470.31		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2470.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2470.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2470.31		at scala.util.Success.map(Try.scala:209)
2520.07/2470.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2470.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2470.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2470.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2470.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2470.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2470.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2470.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2470.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2470.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2470.31		at scala.App.main(App.scala:76)
2520.07/2470.31		at scala.App.main$(App.scala:74)
2520.07/2470.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2470.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2470.31	v <instantiation cost="3492">
2520.07/2470.31	v       <list>
2520.07/2470.31	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
2520.07/2470.31	v       </list>
2520.07/2470.31	v       <values>
2520.07/2470.31	v         2 4 1 10 11 5 6 17 16 13 7 15 14 3 18 0 19 12 9 8 6 6 3 6 4 4 7 5 6 4 6 2 2 6 4 5 5 6 2 7 6 7 4 3 4 4 3 4 3 3 5 5 8 5 7 7 5 4 7 9 9 6 6 6 2 2 3 3 5 3 6 9 7 2 9 7 6 3 5 5 5 8 1 3 4 4 6 6 7 5 5 7 6 4 5 3 5 4 6 8 6 2 6 7 2 8 3 3 8 5 4 5 5 6 5 4 1 5 5 6 7 8 6 6 5 3 3 6 9 1 4 8 3 4 4 8 6 2 5 8 6 2 10 7 2 4 6 5 3 7 6 7 5 6 4 5 3 5 4 8 5 3 5 6 5 4 9 3 5 6 2 7 5 1 8 8 7 5 3 4 5 5 7 7 4 1 7 5 4 5 6 5 3 4 9 9 4 3 6 5 4 1 1 5 7 7 3 5 4 4
2520.07/2470.31	v       </values>
2520.07/2470.31	v     </instantiation>
2520.07/2470.31	s SATISFIABLE

Verifier Data

OK	3492

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

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

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

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


[startup+0.10012 s]*
/proc/loadavg: 4.58 4.17 3.07 3/207 15625
/proc/meminfo: memFree=17485652/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 4339 13233 0 0 1 0 5 2 20 0 6 0 55001927 10212057088 4714 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2493178 4714 1934 1 0 2481616 0
[pid=15568/tid=15621] ppid=15565 vsize=9972712 memory=4279135704013833615 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 2167 13233 0 0 1 0 5 2 20 0 6 0 55001936 10212057088 4714 33554432000 4194304 4196468 140726651753536 140063810077264 140063838262429 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 55001937 10212057088 4714 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=9972712 memory=140695462258304 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 55001937 10212057088 4714 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 55001937 10212057088 4714 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 6 0 55001937 10212057088 4714 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209755 s]*
/proc/loadavg: 4.58 4.17 3.07 3/216 15634
/proc/meminfo: memFree=17468648/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10821524 memory=42912 CPUtime=0.25 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 8378 13233 0 0 17 1 5 2 20 0 15 0 55001927 11081240576 10662 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2705381 10662 2983 1 0 2667804 0
[pid=15568/tid=15621] ppid=15565 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) D 15565 15568 12231 0 -1 1077944384 5109 13233 0 0 11 1 5 2 20 0 15 0 55001936 11078557696 10260 33554432000 4194304 4196468 140726651753536 140063810065312 140063830919725 0 4 0 16800975 18446744072101727780 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10818904 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11078557696 10260 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10818904 memory=288371071613970048 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11078557696 10260 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11078590464 10260 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 55001937 11078590464 10260 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10818936 memory=140695462258304 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 55001938 11078590464 10260 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 33 13233 0 0 0 0 5 2 20 0 15 0 55001939 11078590464 10260 33554432000 4194304 4196468 140726651753536 140063161639968 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11078590464 10325 33554432000 4194304 4196468 140726651753536 140062708720496 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11078590464 10325 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 539 13233 0 0 1 0 5 2 20 0 15 0 55001942 11078590464 10325 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 67 13233 0 0 1 0 5 2 20 0 15 0 55001942 11078590464 10391 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10818936 memory=140695462258304 CPUtime=0.1 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 630 13233 0 0 3 0 5 2 20 0 15 0 55001942 11078590464 10391 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11078590464 10391 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10818936 memory=140695462258304 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001942 11078590464 10457 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 42912 KiB

[startup+0.310168 s]*
/proc/loadavg: 4.58 4.17 3.07 3/216 15634
/proc/meminfo: memFree=17455696/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10819352 memory=51504 CPUtime=0.37 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 10454 13233 0 0 28 2 5 2 20 0 15 0 55001927 11079016448 12876 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2704838 12876 3102 1 0 2667149 0
[pid=15568/tid=15621] ppid=15565 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 6966 13233 0 0 19 2 5 2 20 0 15 0 55001936 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063810052512 140063838262429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 55001938 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 33 13233 0 0 0 0 5 2 20 0 15 0 55001939 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063161639968 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11079016448 12876 33554432000 4194304 4196468 140726651753536 140062708720496 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 541 13233 0 0 1 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 67 13233 0 0 1 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10819352 memory=140695462258304 CPUtime=0.12 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) R 15565 15568 12231 0 -1 4202560 648 13233 0 0 5 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063125977712 140063818211688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10819352 memory=140695462258304 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 12876 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51504 KiB

[startup+0.70078 s]
/proc/loadavg: 4.58 4.17 3.07 3/216 15634
/proc/meminfo: memFree=17445524/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10819352 memory=84768 CPUtime=0.98 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 16774 13233 0 0 87 4 5 2 20 0 15 0 55001927 11079016448 21192 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2704838 21192 3237 1 0 2667149 0
[pid=15568/tid=15621] ppid=15565 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 12178 13233 0 0 56 3 5 2 20 0 15 0 55001936 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063810061328 140063823406048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10819352 memory=140695344132880 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10819352 memory=140698833650272 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 55001937 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10819352 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 5 13233 0 0 0 0 5 2 20 0 15 0 55001938 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10819352 memory=4639098309541126758 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 33 13233 0 0 0 0 5 2 20 0 15 0 55001939 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063161639968 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11079016448 21192 33554432000 4194304 4196468 140726651753536 140062708720496 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10819352 memory=18464 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10819352 memory=11360 CPUtime=0.14 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 947 13233 0 0 7 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10819352 memory=4052 CPUtime=0.16 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 675 13233 0 0 9 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10819352 memory=644 CPUtime=0.2 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 734 13233 0 0 13 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10819352 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001942 11079016448 21192 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84768 KiB

[startup+1.50073 s]
/proc/loadavg: 4.29 4.12 3.06 3/216 15634
/proc/meminfo: memFree=17399192/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10834252 memory=175224 CPUtime=2.31 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 23961 13233 0 0 215 9 5 2 20 0 15 0 55001927 11094274048 43806 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2708563 43806 3467 1 0 2670221 0
[pid=15568/tid=15621] ppid=15565 vsize=10834252 memory=61260 CPUtime=1.42 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 17680 13233 0 0 129 6 5 2 20 0 15 0 55001936 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063810071552 140063823935512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 179 13233 0 0 1 0 5 2 20 0 15 0 55001937 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10834252 memory=281390688297120 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 19 13233 0 0 1 0 5 2 20 0 15 0 55001937 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 49 13233 0 0 1 0 5 2 20 0 15 0 55001937 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 38 13233 0 0 1 0 5 2 20 0 15 0 55001937 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 57 13233 0 0 1 0 5 2 20 0 15 0 55001938 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 34 13233 0 0 0 0 5 2 20 0 15 0 55001939 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063161640032 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11094274048 43806 33554432000 4194304 4196468 140726651753536 140062708720512 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 1143 13233 0 0 18 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10834252 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 1164 13233 0 0 25 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 1401 13233 0 0 34 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10834252 memory=281390688541568 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001942 11094274048 43806 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 99449 13233 0 0 235704 49 5 2 20 0 15 0 55001936 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063810075152 140063410728779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10916192 memory=885384 CPUtime=10.89 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 21243 13233 0 0 1027 55 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10916192 memory=885384 CPUtime=10.92 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 15376 13233 0 0 1036 49 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10916192 memory=885384 CPUtime=10.9 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 14540 13233 0 0 1026 57 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10916192 memory=1944 CPUtime=10.88 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 14846 13233 0 0 1028 53 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10916192 memory=81 CPUtime=10.13 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 14375 13233 0 0 949 57 5 2 20 0 15 0 55001938 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10916192 memory=885384 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 39 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063161640032 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10916192 memory=1070 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062708720512 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10916192 memory=1068 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10916192 memory=15876 CPUtime=7.46 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 54987 13233 0 0 732 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10916192 memory=18464 CPUtime=7.83 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 50667 13233 0 0 769 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10916192 memory=885384 CPUtime=3.4 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 51804 13233 0 0 326 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10916192 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10916192 memory=885384 CPUtime=1.41 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1802 13233 0 0 60 74 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 2430.9 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 885384 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.37 1.50 3/215 15879
/proc/meminfo: memFree=16637548/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10916192 memory=885384 CPUtime=2491.74 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 342816 13233 0 0 248804 363 5 2 20 0 15 0 55001927 11178180608 221346 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2729048 221346 3527 1 0 2690701 0
[pid=15568/tid=15621] ppid=15565 vsize=10916192 memory=885384 CPUtime=2416.92 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 100183 13233 0 0 241635 50 5 2 20 0 15 0 55001936 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063810075152 140063410552940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.19 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 21322 13233 0 0 1055 57 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.23 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 15421 13233 0 0 1065 51 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.21 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 14624 13233 0 0 1055 59 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.19 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 15184 13233 0 0 1057 55 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10916192 memory=2436 CPUtime=10.41 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 14570 13233 0 0 975 59 5 2 20 0 15 0 55001938 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10916192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 39 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063161640032 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062708720512 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10916192 memory=17736 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10916192 memory=885384 CPUtime=7.46 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 54987 13233 0 0 732 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10916192 memory=885384 CPUtime=7.83 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 50667 13233 0 0 769 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10916192 memory=885384 CPUtime=3.4 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 51805 13233 0 0 326 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10916192 memory=885384 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10916192 memory=885384 CPUtime=1.44 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1818 13233 0 0 61 76 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 2491.74 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 885384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.3 s]
/proc/loadavg: 1.37 1.38 1.50 3/215 15880
/proc/meminfo: memFree=16636928/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10916192 memory=885384 CPUtime=2520.07 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 343478 13233 0 0 251634 366 5 2 20 0 15 0 55001927 11178180608 221346 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2729048 221346 3527 1 0 2690701 0
[pid=15568/tid=15621] ppid=15565 vsize=10916192 memory=885384 CPUtime=2444.64 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 100537 13233 0 0 244407 50 5 2 20 0 15 0 55001936 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063810074880 140063411397713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.32 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 21331 13233 0 0 1067 58 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.35 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 15485 13233 0 0 1077 51 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.33 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 14651 13233 0 0 1066 60 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10916192 memory=9920 CPUtime=11.3 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 15204 13233 0 0 1068 55 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10916192 memory=885384 CPUtime=10.51 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 14740 13233 0 0 985 59 5 2 20 0 15 0 55001938 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10916192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 39 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063161640032 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062708720512 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10916192 memory=17736 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10916192 memory=17736 CPUtime=7.46 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 54989 13233 0 0 732 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10916192 memory=1292 CPUtime=7.83 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 50669 13233 0 0 769 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10916192 memory=1292 CPUtime=3.4 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 51807 13233 0 0 326 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10916192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10916192 memory=885384 CPUtime=1.46 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1830 13233 0 0 62 77 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 885384 KiB

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

[startup+2470.33 s]
# the end of solver process 15568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.42 s, system=3.7044 s

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

[startup+2470.3 s]
/proc/loadavg: 1.37 1.38 1.50 3/215 15880
/proc/meminfo: memFree=16636928/32770624 swapFree=67108860/67108860
[pid=15568] ppid=15565 vsize=10916192 memory=885384 CPUtime=2520.07 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 12231 0 -1 1077944320 343478 13233 0 0 251634 366 5 2 20 0 15 0 55001927 11178180608 221346 33554432000 4194304 4196468 140726651753536 140726651736080 140063838240503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
/proc/15568/statm: 2729048 221346 3527 1 0 2690701 0
[pid=15568/tid=15621] ppid=15565 vsize=10916192 memory=885384 CPUtime=2444.64 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 12231 0 -1 4202560 100537 13233 0 0 244407 50 5 2 20 0 15 0 55001936 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063810074880 140063411397713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15622] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.32 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 12231 0 -1 1077944384 21331 13233 0 0 1067 58 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063842483344 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15623] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.35 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 12231 0 -1 1077944384 15485 13233 0 0 1077 51 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063730756624 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15624] ppid=15565 vsize=10916192 memory=885384 CPUtime=11.33 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 12231 0 -1 1077944384 14651 13233 0 0 1066 60 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063729703824 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15625] ppid=15565 vsize=10916192 memory=9920 CPUtime=11.3 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 12231 0 -1 1077944384 15204 13233 0 0 1068 55 5 2 20 0 15 0 55001937 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063728651024 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15626] ppid=15565 vsize=10916192 memory=885384 CPUtime=10.51 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 12231 0 -1 1077944384 14740 13233 0 0 985 59 5 2 20 0 15 0 55001938 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063162694000 140063838251650 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15627] ppid=15565 vsize=10916192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 12231 0 -1 1077944384 39 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063161640032 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15628] ppid=15565 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 12231 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 55001939 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062708720512 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15629] ppid=15565 vsize=10916192 memory=17736 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062401320784 140063838259099 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15630] ppid=15565 vsize=10916192 memory=17736 CPUtime=7.46 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 12231 0 -1 1077944384 54989 13233 0 0 732 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063128083312 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15631] ppid=15565 vsize=10916192 memory=1292 CPUtime=7.83 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 12231 0 -1 1077944384 50669 13233 0 0 769 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063127030512 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15632] ppid=15565 vsize=10916192 memory=1292 CPUtime=3.4 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 12231 0 -1 1077944384 51807 13233 0 0 326 7 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063125977712 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15633] ppid=15565 vsize=10916192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 12231 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140062367763168 140063838250709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
[pid=15568/tid=15634] ppid=15565 vsize=10916192 memory=885384 CPUtime=1.46 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 12231 0 -1 1077944384 1830 13233 0 0 62 77 5 2 20 0 15 0 55001942 11178180608 221346 33554432000 4194304 4196468 140726651753536 140063124925104 140063838251650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140726651759214 140726651762012 140726651762012 140726651764687 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 885384 KiB

Child status: 143
Real time (s): 2470.33
CPU time (s): 2520.13
CPU user time (s): 2516.42
CPU system time (s): 3.7044
CPU usage (%): 102.016
Max. virtual memory (cumulated for all children) (KiB): 10916784
Max. memory (cumulated for all children) (KiB): 892248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.70439
maximum resident set size= 894296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281222
involuntary context switches= 6581


# summary of solver processes directly reported to runsolver:
#   pid: 15568
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.42
#   total CPU system time (s): 3.7044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5347 second user time and 22.3603 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 21:33:06
IDJOB=4293825
IDBENCH=141241
IDSOLVER=2750
FILE ID=node150/4293825-1532374386
RUNJOBID= node150-1532356582-12263
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

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

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=1339659489

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17494932 kB
MemAvailable:   31028140 kB
Buffers:          222352 kB
Cached:         13401888 kB
SwapCached:            0 kB
Active:          2182496 kB
Inactive:       12404020 kB
Active(anon):     920264 kB
Inactive(anon):    61448 kB
Active(file):    1262232 kB
Inactive(file): 12342572 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:       1004872 kB
Mapped:            50760 kB
Shmem:             17032 kB
Slab:             384776 kB
SReclaimable:     356864 kB
SUnreclaim:        27912 kB
KernelStack:        3824 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1963204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-23 22:14:17