Trace number 4304386

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)3512 2520.12 2478.74

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.75	c Concrete v3.9.2.1532736233296 running
11.21/4.85	o 3805
11.55/4.90	o 3803
12.87/5.33	o 3744
12.87/5.33	o 3709
12.87/5.33	o 3700
12.87/5.33	o 3695
13.20/5.42	o 3668
13.20/5.43	o 3664
15.91/6.63	o 3640
16.17/6.73	o 3638
16.58/6.93	o 3634
16.58/6.94	o 3620
18.13/8.00	o 3616
26.92/15.57	o 3596
28.22/16.52	o 3590
33.49/21.57	o 3580
33.49/21.57	o 3576
33.49/21.58	o 3568
33.74/21.75	o 3548
34.05/22.04	o 3546
122.51/109.11	o 3540
122.60/109.23	o 3538
122.70/109.36	o 3534
151.50/137.94	o 3530
786.76/765.25	o 3525
786.87/765.31	o 3524
788.71/767.17	o 3523
804.09/782.34	o 3520
823.00/801.07	o 3514
959.69/936.28	o 3512
2520.06/2478.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2478.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2478.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2478.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2478.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2478.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2478.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2478.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2478.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2478.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2478.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2478.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.06/2478.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2478.71		at scala.Option.map(Option.scala:146)
2520.06/2478.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2478.71		at concrete.MAC.mac(MAC.scala:203)
2520.06/2478.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2478.71		at scala.util.Try$.apply(Try.scala:209)
2520.06/2478.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2478.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2478.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2478.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2478.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2478.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2478.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2478.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2478.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2478.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2478.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2478.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2478.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2478.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2478.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2478.71		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2478.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2478.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2478.71		at scala.util.Success.map(Try.scala:209)
2520.06/2478.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2478.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2478.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2478.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2478.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2478.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2478.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2478.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2478.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2478.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2478.71		at scala.App.main(App.scala:76)
2520.06/2478.71		at scala.App.main$(App.scala:74)
2520.06/2478.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2478.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2478.71	v <instantiation cost="3512">
2520.06/2478.71	v       <list>
2520.06/2478.71	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.06/2478.71	v       </list>
2520.06/2478.71	v       <values>
2520.06/2478.71	v         2 1 10 13 11 4 9 5 16 17 18 15 8 14 0 7 12 19 6 3 6 3 6 6 6 6 4 5 7 6 6 2 2 4 4 5 5 4 2 4 6 7 7 7 9 6 6 5 2 2 3 3 2 9 6 9 3 5 9 6 7 7 5 3 4 8 5 1 4 5 6 6 6 3 5 3 6 8 2 4 8 3 5 5 5 5 5 3 8 4 7 7 5 4 6 8 5 2 4 6 3 6 2 7 6 7 4 4 4 5 3 5 3 8 4 7 5 3 5 5 6 10 6 5 4 5 1 5 5 7 4 4 3 3 6 4 5 5 5 5 1 4 8 5 3 7 6 4 5 6 4 5 7 7 3 5 8 7 6 8 4 2 6 6 2 7 5 7 9 5 3 4 3 5 5 8 5 4 4 3 6 8 4 5 1 4 3 8 9 4 9 7 1 5 7 6 1 4 6 6 7 2 6 3 7 1 3 9 5 3
2520.06/2478.71	v       </values>
2520.06/2478.71	v     </instantiation>
2520.06/2478.71	s SATISFIABLE

Verifier Data

OK	3512

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304386-1534076571/watcher-4304386-1534076571 -o /tmp/evaluation-result-4304386-1534076571/solver-4304386-1534076571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=147515614 -superng HOME/instance-4304386-1534076571.xml 

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

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


[startup+0.100094 s]*
/proc/loadavg: 1.63 1.67 1.73 3/207 23597
/proc/meminfo: memFree=8790812/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=10005480 memory=15176 CPUtime=0.08 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 4460 13020 0 0 1 0 4 3 20 0 6 0 225220281 10245611520 3794 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2501370 3794 1934 1 0 2489808 0
[pid=23540/tid=23593] ppid=23537 vsize=10005480 memory=4279135704013962892 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 2287 13020 0 0 1 0 4 3 20 0 6 0 225220290 10245611520 3794 33554432000 4194304 4196468 140730755035808 139682002190928 139682015477104 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 6 0 225220291 10245611520 3794 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=10005480 memory=139732764624512 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 6 0 225220291 10245611520 3794 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 6 0 225220291 10245611520 3794 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 6 0 225220291 10245611520 3794 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.63 1.67 1.73 3/216 23606
/proc/meminfo: memFree=8770400/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=10982744 memory=41000 CPUtime=0.26 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 8047 13020 0 0 17 2 4 3 20 0 15 0 225220281 11246329856 10250 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2745686 10250 2958 1 0 2708109 0
[pid=23540/tid=23593] ppid=23537 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 4559 13020 0 0 11 1 4 3 20 0 15 0 225220290 11246329856 10316 33554432000 4194304 4196468 140730755035808 139682002154080 139682010629927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246329856 10316 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=10982744 memory=139732764646140 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246329856 10316 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246329856 10316 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=10982744 memory=139732764624512 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 13 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246329856 10382 33554432000 4194304 4196468 140730755035808 139680859285024 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 21 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246329856 10382 33554432000 4194304 4196468 140730755035808 139680792171888 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 576 13020 0 0 1 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 71 13020 0 0 1 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=10982744 memory=139732764624512 CPUtime=0.1 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 659 13020 0 0 3 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=10982744 memory=139732764624512 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246329856 10382 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41000 KiB

[startup+0.310326 s]*
/proc/loadavg: 1.63 1.67 1.73 3/216 23606
/proc/meminfo: memFree=8758988/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=10983192 memory=52452 CPUtime=0.38 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 10695 13020 0 0 28 3 4 3 20 0 15 0 225220281 11246788608 13113 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2745798 13113 3091 1 0 2708109 0
[pid=23540/tid=23593] ppid=23537 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 7106 13020 0 0 19 2 4 3 20 0 15 0 225220290 11246788608 13113 33554432000 4194304 4196468 140730755035808 139682002166176 139682010629497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 13113 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 13 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 13113 33554432000 4194304 4196468 140730755035808 139680859285024 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 21 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 13113 33554432000 4194304 4196468 140730755035808 139680792171888 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 582 13020 0 0 1 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 78 13020 0 0 1 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=10983192 memory=139732764624512 CPUtime=0.11 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 688 13020 0 0 4 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=10983192 memory=139732764624512 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 13113 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52452 KiB

[startup+0.700758 s]
/proc/loadavg: 1.63 1.67 1.73 3/216 23606
/proc/meminfo: memFree=8747080/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=10983192 memory=85356 CPUtime=0.98 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 17082 13020 0 0 87 4 4 3 20 0 15 0 225220281 11246788608 21339 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2745798 21339 3238 1 0 2708109 0
[pid=23540/tid=23593] ppid=23537 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 12318 13020 0 0 56 3 4 3 20 0 15 0 225220290 11246788608 21339 33554432000 4194304 4196468 140730755035808 139682002174360 139682014434684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 21339 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=10983192 memory=139732667478832 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=10983192 memory=139736760975948 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 2 13020 0 0 0 0 4 3 20 0 15 0 225220291 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 5 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 13 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 21339 33554432000 4194304 4196468 140730755035808 139680859285024 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 21 13020 0 0 0 0 4 3 20 0 15 0 225220293 11246788608 21339 33554432000 4194304 4196468 140730755035808 139680792171888 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=10983192 memory=33808 CPUtime=0.14 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 973 13020 0 0 7 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=10983192 memory=14644 CPUtime=0.16 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 656 13020 0 0 9 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 894 13020 0 0 13 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220296 11246788608 21339 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85356 KiB

[startup+1.50077 s]
/proc/loadavg: 1.63 1.67 1.73 3/216 23606
/proc/meminfo: memFree=8703588/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=10998092 memory=180708 CPUtime=2.84 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 28914 13020 0 0 268 9 4 3 20 0 15 0 225220281 11262046208 45177 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2749523 45177 3468 1 0 2711181 0
[pid=23540/tid=23593] ppid=23537 vsize=10998092 memory=62236 CPUtime=1.42 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 17928 13020 0 0 130 5 4 3 20 0 15 0 225220290 11262046208 45177 33554432000 4194304 4196468 140730755035808 139682002151136 139682014434654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 38 13020 0 0 1 0 4 3 20 0 15 0 225220291 11262046208 45177 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=10998092 memory=279465334988960 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 184 13020 0 0 1 0 4 3 20 0 15 0 225220291 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 5 13020 0 0 0 0 4 3 20 0 15 0 225220291 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 64 13020 0 0 0 0 4 3 20 0 15 0 225220291 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 934 13020 0 0 1 0 4 3 20 0 15 0 225220293 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 13 13020 0 0 0 0 4 3 20 0 15 0 225220293 11262046208 45177 33554432000 4194304 4196468 140730755035808 139680859285088 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 21 13020 0 0 0 0 4 3 20 0 15 0 225220293 11262046208 45177 33554432000 4194304 4196468 140730755035808 139680792171888 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=10998092 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 3215 13020 0 0 50 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=10998092 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 2627 13020 0 0 45 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 1687 13020 0 0 35 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=10998092 memory=279465335233472 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1 13020 0 0 0 0 4 3 20 0 15 0 225220296 11262046208 45177 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10998092 KiB

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

/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 89705 13020 0 0 236671 43 4 3 20 0 15 0 225220290 11345952768 218397 33554432000 4194304 4196468 140730755035808 139682002188672 139681614201998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=11080032 memory=873588 CPUtime=7.49 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 14451 13020 0 0 706 36 4 3 20 0 15 0 225220291 11345952768 218397 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=11080032 memory=873588 CPUtime=7.5 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 9411 13020 0 0 707 36 4 3 20 0 15 0 225220291 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=11080032 memory=873584 CPUtime=7.49 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 10163 13020 0 0 705 37 4 3 20 0 15 0 225220291 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=11080032 memory=873588 CPUtime=7.48 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 8765 13020 0 0 701 40 4 3 20 0 15 0 225220291 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=11080032 memory=873588 CPUtime=5.77 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 14310 13020 0 0 537 33 4 3 20 0 15 0 225220293 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=11080032 memory=873588 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 14 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 218397 33554432000 4194304 4196468 140730755035808 139680859285088 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=11080032 memory=873588 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 26 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 218397 33554432000 4194304 4196468 140730755035808 139680792171904 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=11080032 memory=873588 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=11080032 memory=873588 CPUtime=7.43 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 59786 13020 0 0 729 7 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=11080032 memory=114 CPUtime=7.87 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 61943 13020 0 0 771 9 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=11080032 memory=0 CPUtime=3.34 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 57921 13020 0 0 319 8 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=11080032 memory=873588 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=11080032 memory=6791534058613427641 CPUtime=1.29 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1187 13020 0 0 68 54 4 3 20 0 15 0 225220296 11345952768 218397 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 2422.34 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 873588 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 1.83 1.75 3/218 23835
/proc/meminfo: memFree=7732152/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=11080032 memory=873680 CPUtime=2483.21 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 333063 13020 0 0 248038 276 4 3 20 0 15 0 225220281 11345952768 218420 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2770008 218420 3531 1 0 2731661 0
[pid=23540/tid=23593] ppid=23537 vsize=11080032 memory=873680 CPUtime=2426.71 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 90421 13020 0 0 242621 43 4 3 20 0 15 0 225220290 11345952768 218420 33554432000 4194304 4196468 140730755035808 139682002188704 139681608553536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=11080032 memory=873680 CPUtime=7.74 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 14777 13020 0 0 730 37 4 3 20 0 15 0 225220291 11345952768 218420 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=11080032 memory=873680 CPUtime=7.75 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 9493 13020 0 0 731 37 4 3 20 0 15 0 225220291 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=11080032 memory=873588 CPUtime=7.74 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 10319 13020 0 0 729 38 4 3 20 0 15 0 225220291 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=11080032 memory=873600 CPUtime=7.73 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 8808 13020 0 0 725 41 4 3 20 0 15 0 225220291 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=11080032 memory=873660 CPUtime=5.95 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 14493 13020 0 0 554 34 4 3 20 0 15 0 225220293 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=11080032 memory=873680 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 14 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 218420 33554432000 4194304 4196468 140730755035808 139680859285088 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=11080032 memory=873680 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 26 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 218420 33554432000 4194304 4196468 140730755035808 139680792171904 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=11080032 memory=873680 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=11080032 memory=873680 CPUtime=7.49 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 60043 13020 0 0 735 7 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=11080032 memory=873680 CPUtime=7.94 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 62481 13020 0 0 778 9 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=11080032 memory=873680 CPUtime=3.39 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 58788 13020 0 0 324 8 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=11080032 memory=873680 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=11080032 memory=873680 CPUtime=1.31 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1203 13020 0 0 69 55 4 3 20 0 15 0 225220296 11345952768 218420 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 2483.21 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 873680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.7 s]
/proc/loadavg: 1.92 1.82 1.75 3/218 23835
/proc/meminfo: memFree=7734604/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=11080032 memory=869660 CPUtime=2520.06 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 335023 13020 0 0 251720 279 4 3 20 0 15 0 225220281 11345952768 217415 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2770008 217415 3531 1 0 2731661 0
[pid=23540/tid=23593] ppid=23537 vsize=11080032 memory=2144 CPUtime=2462.84 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 91000 13020 0 0 246233 44 4 3 20 0 15 0 225220290 11345952768 217415 33554432000 4194304 4196468 140730755035808 139682002188496 139681616283518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=11080032 memory=4700 CPUtime=7.87 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 14899 13020 0 0 742 38 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.88 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 9898 13020 0 0 744 37 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=11080032 memory=873196 CPUtime=7.87 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 10396 13020 0 0 742 38 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=11080032 memory=279465133537780 CPUtime=7.86 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 8870 13020 0 0 738 41 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=11080032 memory=873764 CPUtime=6.04 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 14533 13020 0 0 562 35 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 14 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680859285088 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 26 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680792171904 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.52 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 60199 13020 0 0 738 7 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.97 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 62784 13020 0 0 781 9 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=11080032 memory=869660 CPUtime=3.41 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 58998 13020 0 0 326 8 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=11080032 memory=869660 CPUtime=1.33 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1209 13020 0 0 70 56 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 869660 KiB

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

[startup+2478.74 s]
# the end of solver process 23540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.27 s, system=2.84256 s

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

[startup+2478.7 s]
/proc/loadavg: 1.92 1.82 1.75 3/218 23835
/proc/meminfo: memFree=7734604/32770624 swapFree=67108404/67108860
[pid=23540] ppid=23537 vsize=11080032 memory=869660 CPUtime=2520.06 cores=0,2,4,6
/proc/23540/stat : 23540 (java) S 23537 23540 21340 0 -1 1077944320 335023 13020 0 0 251720 279 4 3 20 0 15 0 225220281 11345952768 217415 33554432000 4194304 4196468 140730755035808 140730755018352 139682030354167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
/proc/23540/statm: 2770008 217415 3531 1 0 2731661 0
[pid=23540/tid=23593] ppid=23537 vsize=11080032 memory=2144 CPUtime=2462.84 cores=0,2,4,6
/proc/23540/task/23593/stat : 23593 (java) R 23537 23540 21340 0 -1 4202560 91000 13020 0 0 246233 44 4 3 20 0 15 0 225220290 11345952768 217415 33554432000 4194304 4196468 140730755035808 139682002188496 139681616283518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23594] ppid=23537 vsize=11080032 memory=4700 CPUtime=7.87 cores=0,2,4,6
/proc/23540/task/23594/stat : 23594 (java) S 23537 23540 21340 0 -1 1077944384 14899 13020 0 0 742 38 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139682034596496 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23595] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.88 cores=0,2,4,6
/proc/23540/task/23595/stat : 23595 (java) S 23537 23540 21340 0 -1 1077944384 9898 13020 0 0 744 37 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681935084048 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23596] ppid=23537 vsize=11080032 memory=873196 CPUtime=7.87 cores=0,2,4,6
/proc/23540/task/23596/stat : 23596 (java) S 23537 23540 21340 0 -1 1077944384 10396 13020 0 0 742 38 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681568491920 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23597] ppid=23537 vsize=11080032 memory=279465133537780 CPUtime=7.86 cores=0,2,4,6
/proc/23540/task/23597/stat : 23597 (java) S 23537 23540 21340 0 -1 1077944384 8870 13020 0 0 738 41 4 3 20 0 15 0 225220291 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681567439120 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23598] ppid=23537 vsize=11080032 memory=873764 CPUtime=6.04 cores=0,2,4,6
/proc/23540/task/23598/stat : 23598 (java) S 23537 23540 21340 0 -1 1077944384 14533 13020 0 0 562 35 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681066875760 139682030365314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23599] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23599/stat : 23599 (java) S 23537 23540 21340 0 -1 1077944384 14 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680859285088 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23600] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23600/stat : 23600 (java) S 23537 23540 21340 0 -1 1077944384 26 13020 0 0 0 0 4 3 20 0 15 0 225220293 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680792171904 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23601] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23601/stat : 23601 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680484776272 139682030372763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23602] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.52 cores=0,2,4,6
/proc/23540/task/23602/stat : 23602 (java) S 23537 23540 21340 0 -1 1077944384 60199 13020 0 0 738 7 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681065822576 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23603] ppid=23537 vsize=11080032 memory=869660 CPUtime=7.97 cores=0,2,4,6
/proc/23540/task/23603/stat : 23603 (java) S 23537 23540 21340 0 -1 1077944384 62784 13020 0 0 781 9 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681064769776 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23604] ppid=23537 vsize=11080032 memory=869660 CPUtime=3.41 cores=0,2,4,6
/proc/23540/task/23604/stat : 23604 (java) S 23537 23540 21340 0 -1 1077944384 58998 13020 0 0 326 8 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681063716976 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23605] ppid=23537 vsize=11080032 memory=869660 CPUtime=0.07 cores=0,2,4,6
/proc/23540/task/23605/stat : 23605 (java) S 23537 23540 21340 0 -1 1077944384 3 13020 0 0 0 0 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139680053979360 139682030364373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
[pid=23540/tid=23606] ppid=23537 vsize=11080032 memory=869660 CPUtime=1.33 cores=0,2,4,6
/proc/23540/task/23606/stat : 23606 (java) S 23537 23540 21340 0 -1 1077944384 1209 13020 0 0 70 56 4 3 20 0 15 0 225220296 11345952768 217415 33554432000 4194304 4196468 140730755035808 139681062665392 139682030365314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140730755041892 140730755044700 140730755044700 140730755047375 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 869660 KiB

Child status: 143
Real time (s): 2478.74
CPU time (s): 2520.12
CPU user time (s): 2517.27
CPU system time (s): 2.84256
CPU usage (%): 101.669
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 1211772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.27
system time used= 2.84256
maximum resident set size= 1212820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186609
involuntary context switches= 6529


# summary of solver processes directly reported to runsolver:
#   pid: 23540
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.27
#   total CPU system time (s): 2.84256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9867 second user time and 23.5233 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 14:22:51
IDJOB=4304386
IDBENCH=141241
IDSOLVER=2781
FILE ID=node148/4304386-1534076571
RUNJOBID= node148-1534062012-21371
PBS_JOBID= 21036979
Free space on /tmp= 33960 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304386-1534076571/watcher-4304386-1534076571 -o /tmp/evaluation-result-4304386-1534076571/solver-4304386-1534076571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=147515614 -superng HOME/instance-4304386-1534076571.xml

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=147515614

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8796992 kB
MemAvailable:   28299864 kB
Buffers:          245752 kB
Cached:         19213592 kB
SwapCached:          352 kB
Active:         12485288 kB
Inactive:       10625652 kB
Active(anon):    3604216 kB
Inactive(anon):    99552 kB
Active(file):    8881072 kB
Inactive(file): 10526100 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26336 kB
Writeback:             0 kB
AnonPages:       3658476 kB
Mapped:            67224 kB
Shmem:             49592 kB
Slab:             552240 kB
SReclaimable:     524160 kB
SUnreclaim:        28080 kB
KernelStack:        3520 kB
PageTables:        12532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5118468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3430400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33932 MiB
End job on node148 at 2018-08-12 15:04:10