Trace number 4304542

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)116 2520.1 2486.33

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
9.38/4.29	o 169
9.66/4.31	o 162
11.25/4.85	o 161
11.25/4.85	o 160
11.25/4.85	o 158
11.25/4.85	o 157
11.25/4.85	o 155
11.25/4.85	o 151
11.25/4.85	o 150
11.25/4.85	o 143
11.25/4.87	o 140
11.92/5.01	o 133
12.39/5.20	o 127
13.53/5.88	o 125
29.21/20.23	o 124
29.92/20.99	o 120
86.14/76.46	o 119
155.28/145.09	o 117
625.30/609.69	o 116
2520.06/2486.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2486.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2486.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2486.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2486.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2486.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2486.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2486.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.06/2486.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.06/2486.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2486.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2486.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2486.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.06/2486.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2486.30		at scala.Option.map(Option.scala:146)
2520.06/2486.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2486.30		at concrete.MAC.mac(MAC.scala:203)
2520.06/2486.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2486.30		at scala.util.Try$.apply(Try.scala:209)
2520.06/2486.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2486.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2486.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2486.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2486.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2486.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2486.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2486.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2486.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2486.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2486.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2486.30		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2486.30		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2486.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2486.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2486.30		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2486.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2486.30		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2486.30		at scala.util.Success.map(Try.scala:209)
2520.06/2486.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2486.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2486.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2486.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2486.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2486.30		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2486.30		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2486.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2486.30		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2486.30		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2486.30		at scala.App.main(App.scala:76)
2520.06/2486.30		at scala.App.main$(App.scala:74)
2520.06/2486.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2486.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2486.31	v <instantiation cost="116">
2520.06/2486.31	v       <list>
2520.06/2486.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] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.06/2486.31	v       </list>
2520.06/2486.31	v       <values>
2520.06/2486.31	v         1 8 12 17 40 50 70 87 95 101 113 114 116 7 11 16 39 49 69 86 94 100 112 113 115 4 9 32 42 62 79 87 93 105 106 108 5 28 38 58 75 83 89 101 102 104 23 33 53 70 78 84 96 97 99 10 30 47 55 61 73 74 76 20 37 45 51 63 64 66 17 25 31 43 44 46 8 14 26 27 29 6 18 19 21 12 13 15 1 3 2
2520.06/2486.31	v       </values>
2520.06/2486.31	v     </instantiation>
2520.06/2486.31	s SATISFIABLE

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304542-1534101632/watcher-4304542-1534101632 -o /tmp/evaluation-result-4304542-1534101632/solver-4304542-1534101632 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=135856894 -superng HOME/instance-4304542-1534101632.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=28496, runsolver pid=28493
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.65 1.50 1.44 3/206 28553
/proc/meminfo: memFree=13375196/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=10005480 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 4258 12887 0 0 1 0 5 3 20 0 6 0 227726382 10245611520 4648 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2501370 4648 1934 1 0 2489808 0
[pid=28496/tid=28549] ppid=28493 vsize=10005480 memory=4279135703946986127 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 2063 12887 0 0 1 0 5 3 20 0 6 0 227726391 10245611520 4648 33554432000 4194304 4196468 140722502832080 140484808000080 140484836185245 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 227726392 10245611520 4648 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=10005480 memory=139771114112640 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 227726392 10245611520 4648 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 227726392 10245611520 4648 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 6 0 227726392 10245611520 4648 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210032 s]*
/proc/loadavg: 1.65 1.50 1.44 3/215 28562
/proc/meminfo: memFree=13352272/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=10982744 memory=46260 CPUtime=0.26 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 7790 12887 0 0 16 2 5 3 20 0 15 0 227726382 11246329856 11565 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2745686 11565 2953 1 0 2708109 0
[pid=28496/tid=28549] ppid=28493 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) D 28493 28496 27600 0 -1 1077944384 4344 12887 0 0 11 1 5 3 20 0 15 0 227726391 11246329856 11565 33554432000 4194304 4196468 140722502832080 140484807988128 140484828842541 0 4 0 16800975 18446744072101740068 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246329856 11565 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=10982744 memory=139771114140251 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246329856 11565 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246329856 11565 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246362624 11565 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=10982776 memory=139771114112640 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246362624 11565 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 227726394 11247345664 11631 33554432000 4194304 4196468 140722502832080 140483682624544 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726394 11247345664 11631 33554432000 4194304 4196468 140722502832080 140483481297776 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11247345664 11631 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=10983736 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 423 12887 0 0 1 0 5 3 20 0 15 0 227726397 11247345664 11631 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=10983736 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 190 12887 0 0 1 0 5 3 20 0 15 0 227726397 11247345664 11631 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=10983736 memory=139771114112640 CPUtime=0.1 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 615 12887 0 0 2 0 5 3 20 0 15 0 227726397 11247345664 11697 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11247345664 11697 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=10983736 memory=139771114112640 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726397 11247345664 11697 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46260 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.65 1.50 1.44 3/215 28562
/proc/meminfo: memFree=13340860/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=10983192 memory=56936 CPUtime=0.39 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 10288 12887 0 0 28 3 5 3 20 0 15 0 227726382 11246788608 14234 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2745798 14234 3072 1 0 2708109 0
[pid=28496/tid=28549] ppid=28493 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 6834 12887 0 0 20 1 5 3 20 0 15 0 227726391 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484807975328 140484820243806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 14234 33554432000 4194304 4196468 140722502832080 140483682624544 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 14234 33554432000 4194304 4196468 140722502832080 140483481297776 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 425 12887 0 0 1 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 190 12887 0 0 1 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=10983192 memory=139771114112640 CPUtime=0.12 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 621 12887 0 0 4 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=10983192 memory=139771114112640 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 14234 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56936 KiB

[startup+0.700731 s]
/proc/loadavg: 1.65 1.50 1.44 3/215 28562
/proc/meminfo: memFree=13329448/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=10983192 memory=89496 CPUtime=1 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 16381 12887 0 0 88 4 5 3 20 0 15 0 227726382 11246788608 22374 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2745798 22374 3250 1 0 2708109 0
[pid=28496/tid=28549] ppid=28493 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 11892 12887 0 0 56 3 5 3 20 0 15 0 227726391 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484807984144 140484816438649 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=10983192 memory=139770986640176 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=10983192 memory=139771120714316 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 227726392 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=10983192 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 5 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=10983192 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 22374 33554432000 4194304 4196468 140722502832080 140483682624544 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=10983192 memory=6082220498126138728 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726394 11246788608 22374 33554432000 4194304 4196468 140722502832080 140483481297776 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=10983192 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=10983192 memory=34192 CPUtime=0.14 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 801 12887 0 0 6 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=10983192 memory=14644 CPUtime=0.18 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 792 12887 0 0 10 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=10983192 memory=1720 CPUtime=0.21 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 674 12887 0 0 13 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=10983192 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726397 11246788608 22374 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89496 KiB

[startup+1.50078 s]
/proc/loadavg: 1.65 1.50 1.44 4/215 28562
/proc/meminfo: memFree=13284780/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=10998092 memory=179332 CPUtime=2.29 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 23396 12887 0 0 212 9 5 3 20 0 15 0 227726382 11262046208 44833 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2749523 44833 3477 1 0 2711181 0
[pid=28496/tid=28549] ppid=28493 vsize=10998092 memory=65728 CPUtime=1.43 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 17315 12887 0 0 130 5 5 3 20 0 15 0 227726391 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484807994656 140484836185245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 244 12887 0 0 0 0 5 3 20 0 15 0 227726392 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=10998092 memory=279541973311648 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 12 12887 0 0 1 0 5 3 20 0 15 0 227726392 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 227726392 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 78 12887 0 0 1 0 5 3 20 0 15 0 227726392 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 48 12887 0 0 1 0 5 3 20 0 15 0 227726394 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 14 12887 0 0 0 0 5 3 20 0 15 0 227726394 11262046208 44833 33554432000 4194304 4196468 140722502832080 140483682624608 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726394 11262046208 44833 33554432000 4194304 4196468 140722502832080 140483481297792 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=10998092 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 1009 12887 0 0 18 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=10998092 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 1236 12887 0 0 23 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 1228 12887 0 0 32 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=10998092 memory=279541973556096 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 227726397 11262046208 44833 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 96526 12887 0 0 236506 38 5 3 20 0 15 0 227726391 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484807997584 140484375840962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=11077984 memory=882104 CPUtime=7.76 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 19363 12887 0 0 731 37 5 3 20 0 15 0 227726392 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=11077984 memory=882104 CPUtime=7.77 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 15990 12887 0 0 735 34 5 3 20 0 15 0 227726392 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=11077984 memory=882104 CPUtime=7.71 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 19483 12887 0 0 726 37 5 3 20 0 15 0 227726392 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=11077984 memory=882104 CPUtime=7.76 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 22299 12887 0 0 736 32 5 3 20 0 15 0 227726392 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=11077984 memory=6791534058613427641 CPUtime=6.67 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 15579 12887 0 0 627 32 5 3 20 0 15 0 227726394 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=11077984 memory=5789204974373269074 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 15 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 220526 33554432000 4194304 4196468 140722502832080 140483682624672 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=11077984 memory=882104 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 6 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 220526 33554432000 4194304 4196468 140722502832080 140483481297792 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=11077984 memory=3684 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=11077984 memory=882104 CPUtime=4.46 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 35598 12887 0 0 434 4 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=11077984 memory=882104 CPUtime=4.75 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 44266 12887 0 0 463 4 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=11077984 memory=882104 CPUtime=1.95 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 25647 12887 0 0 181 6 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=11077984 memory=3684 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=11077984 memory=62012 CPUtime=1.31 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1768 12887 0 0 65 58 5 3 20 0 15 0 227726397 11343855616 220526 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 2415.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 882104 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 1.59 1.51 3/216 28792
/proc/meminfo: memFree=13540280/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=11077984 memory=884152 CPUtime=2475.64 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 300095 12887 0 0 247306 250 5 3 20 0 15 0 227726382 11343855616 221038 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2769496 221038 3531 1 0 2731149 0
[pid=28496/tid=28549] ppid=28493 vsize=11077984 memory=884152 CPUtime=2425.11 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 97101 12887 0 0 242464 39 5 3 20 0 15 0 227726391 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484807997600 140484383503398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=11077984 memory=884152 CPUtime=7.95 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 19699 12887 0 0 749 38 5 3 20 0 15 0 227726392 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=11077984 memory=884152 CPUtime=7.98 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 16102 12887 0 0 755 35 5 3 20 0 15 0 227726392 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=11077984 memory=884152 CPUtime=7.92 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 19571 12887 0 0 746 38 5 3 20 0 15 0 227726392 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=11077984 memory=884152 CPUtime=7.97 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 22321 12887 0 0 756 33 5 3 20 0 15 0 227726392 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=11077984 memory=884152 CPUtime=6.82 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 15781 12887 0 0 642 32 5 3 20 0 15 0 227726394 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 15 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221038 33554432000 4194304 4196468 140722502832080 140483682624672 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 6 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221038 33554432000 4194304 4196468 140722502832080 140483481297792 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=11077984 memory=884152 CPUtime=4.46 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 35600 12887 0 0 434 4 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=11077984 memory=884152 CPUtime=4.75 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 44268 12887 0 0 463 4 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=11077984 memory=3684 CPUtime=1.95 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 25649 12887 0 0 181 6 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=11077984 memory=62032 CPUtime=1.35 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1785 12887 0 0 67 60 5 3 20 0 15 0 227726397 11343855616 221038 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 2475.64 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 884152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.3 s]
/proc/loadavg: 1.98 1.65 1.53 3/216 28793
/proc/meminfo: memFree=13538988/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=11077984 memory=886200 CPUtime=2520.06 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 300855 12887 0 0 251744 254 5 3 20 0 15 0 227726382 11343855616 221550 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2769496 221550 3531 1 0 2731149 0
[pid=28496/tid=28549] ppid=28493 vsize=11077984 memory=886200 CPUtime=2468.82 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 97471 12887 0 0 246835 39 5 3 20 0 15 0 227726391 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484807997888 140484375843016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=11077984 memory=884152 CPUtime=8.1 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 19770 12887 0 0 763 39 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.12 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 16118 12887 0 0 769 35 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.06 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 19625 12887 0 0 759 39 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.11 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 22371 12887 0 0 770 33 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=11077984 memory=886200 CPUtime=6.94 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 15962 12887 0 0 653 33 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 15 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483682624672 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 6 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483481297792 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=11077984 memory=886200 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=11077984 memory=884152 CPUtime=4.46 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 35602 12887 0 0 434 4 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=11077984 memory=886200 CPUtime=4.75 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 44270 12887 0 0 463 4 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=11077984 memory=886200 CPUtime=1.95 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 25649 12887 0 0 181 6 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=11077984 memory=886200 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=11077984 memory=886200 CPUtime=1.37 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1799 12887 0 0 68 61 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 886200 KiB

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

[startup+2486.33 s]
# the end of solver process 28496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.51 s, system=2.58497 s

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

[startup+2486.3 s]
/proc/loadavg: 1.98 1.65 1.53 3/216 28793
/proc/meminfo: memFree=13538988/32770624 swapFree=67108404/67108860
[pid=28496] ppid=28493 vsize=11077984 memory=886200 CPUtime=2520.06 cores=0,2,4,6
/proc/28496/stat : 28496 (java) S 28493 28496 27600 0 -1 1077944320 300855 12887 0 0 251744 254 5 3 20 0 15 0 227726382 11343855616 221550 33554432000 4194304 4196468 140722502832080 140722502814624 140484836163319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
/proc/28496/statm: 2769496 221550 3531 1 0 2731149 0
[pid=28496/tid=28549] ppid=28493 vsize=11077984 memory=886200 CPUtime=2468.82 cores=0,2,4,6
/proc/28496/task/28549/stat : 28549 (java) R 28493 28496 27600 0 -1 4202560 97471 12887 0 0 246835 39 5 3 20 0 15 0 227726391 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484807997888 140484375843016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28550] ppid=28493 vsize=11077984 memory=884152 CPUtime=8.1 cores=0,2,4,6
/proc/28496/task/28550/stat : 28550 (java) S 28493 28496 27600 0 -1 1077944384 19770 12887 0 0 763 39 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484840406160 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28551] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.12 cores=0,2,4,6
/proc/28496/task/28551/stat : 28551 (java) S 28493 28496 27600 0 -1 1077944384 16118 12887 0 0 769 35 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484695125008 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28552] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.06 cores=0,2,4,6
/proc/28496/task/28552/stat : 28552 (java) S 28493 28496 27600 0 -1 1077944384 19625 12887 0 0 759 39 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484694072208 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28553] ppid=28493 vsize=11077984 memory=886200 CPUtime=8.11 cores=0,2,4,6
/proc/28496/task/28553/stat : 28553 (java) S 28493 28496 27600 0 -1 1077944384 22371 12887 0 0 770 33 5 3 20 0 15 0 227726392 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484693019408 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28554] ppid=28493 vsize=11077984 memory=886200 CPUtime=6.94 cores=0,2,4,6
/proc/28496/task/28554/stat : 28554 (java) S 28493 28496 27600 0 -1 1077944384 15962 12887 0 0 653 33 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484261542256 140484836174466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28555] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28555/stat : 28555 (java) S 28493 28496 27600 0 -1 1077944384 15 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483682624672 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28556] ppid=28493 vsize=11077984 memory=884152 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28556/stat : 28556 (java) S 28493 28496 27600 0 -1 1077944384 6 12887 0 0 0 0 5 3 20 0 15 0 227726394 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483481297792 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28557] ppid=28493 vsize=11077984 memory=886200 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28557/stat : 28557 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140483173898064 140484836181915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28558] ppid=28493 vsize=11077984 memory=884152 CPUtime=4.46 cores=0,2,4,6
/proc/28496/task/28558/stat : 28558 (java) S 28493 28496 27600 0 -1 1077944384 35602 12887 0 0 434 4 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484260490096 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28559] ppid=28493 vsize=11077984 memory=886200 CPUtime=4.75 cores=0,2,4,6
/proc/28496/task/28559/stat : 28559 (java) S 28493 28496 27600 0 -1 1077944384 44270 12887 0 0 463 4 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484259437296 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28560] ppid=28493 vsize=11077984 memory=886200 CPUtime=1.95 cores=0,2,4,6
/proc/28496/task/28560/stat : 28560 (java) S 28493 28496 27600 0 -1 1077944384 25649 12887 0 0 181 6 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484258384496 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28561] ppid=28493 vsize=11077984 memory=886200 CPUtime=0.08 cores=0,2,4,6
/proc/28496/task/28561/stat : 28561 (java) S 28493 28496 27600 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140482743102176 140484836173525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
[pid=28496/tid=28562] ppid=28493 vsize=11077984 memory=886200 CPUtime=1.37 cores=0,2,4,6
/proc/28496/task/28562/stat : 28562 (java) S 28493 28496 27600 0 -1 1077944384 1799 12887 0 0 68 61 5 3 20 0 15 0 227726397 11343855616 221550 33554432000 4194304 4196468 140722502832080 140484257331888 140484836174466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19480576 140722502838884 140722502841692 140722502841692 140722502844367 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 886200 KiB

Child status: 143
Real time (s): 2486.33
CPU time (s): 2520.1
CPU user time (s): 2517.51
CPU system time (s): 2.58497
CPU usage (%): 101.358
Max. virtual memory (cumulated for all children) (KiB): 11080852
Max. memory (cumulated for all children) (KiB): 886200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.51
system time used= 2.58497
maximum resident set size= 888572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314780
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204477
involuntary context switches= 7329


# summary of solver processes directly reported to runsolver:
#   pid: 28496
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.51
#   total CPU system time (s): 2.58497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3097 second user time and 24.2721 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 21:20:32
IDJOB=4304542
IDBENCH=141368
IDSOLVER=2781
FILE ID=node148/4304542-1534101632
RUNJOBID= node148-1534098057-27631
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304542-1534101632/watcher-4304542-1534101632 -o /tmp/evaluation-result-4304542-1534101632/solver-4304542-1534101632 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=135856894 -superng HOME/instance-4304542-1534101632.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=135856894

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:        13383504 kB
MemAvailable:   28128896 kB
Buffers:          189380 kB
Cached:         14605556 kB
SwapCached:          352 kB
Active:         11048764 kB
Inactive:        7569016 kB
Active(anon):    3775788 kB
Inactive(anon):    99412 kB
Active(file):    7272976 kB
Inactive(file):  7469604 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26712 kB
Writeback:             0 kB
AnonPages:       3829728 kB
Mapped:            67588 kB
Shmem:             49592 kB
Slab:             459092 kB
SReclaimable:     431272 kB
SUnreclaim:        27820 kB
KernelStack:        3616 kB
PageTables:        13160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4860968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3590144 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= 33904 MiB
End job on node148 at 2018-08-12 22:01:59