Trace number 4304398

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)85 2520.13 2482.53

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32a_c18.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"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

1.05/1.30	c Concrete v3.9.2.1532736233296 running
13.20/6.27	o 123
13.20/6.29	o 122
13.43/6.31	o 120
13.43/6.32	o 118
13.43/6.33	o 111
14.12/6.52	o 110
14.12/6.53	o 109
14.12/6.54	o 107
14.12/6.56	o 103
20.50/11.10	o 101
27.42/17.06	o 100
27.42/17.07	o 98
46.29/35.46	o 95
59.36/48.02	o 93
692.43/673.01	o 92
718.18/698.59	o 91
718.29/698.68	o 89
772.18/751.75	o 88
772.18/751.76	o 86
1428.44/1401.80	o 85
2520.10/2482.51	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.10/2482.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.10/2482.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.10/2482.51		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.10/2482.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.10/2482.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.10/2482.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.10/2482.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.10/2482.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.10/2482.52		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.10/2482.52		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.10/2482.52		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.10/2482.52		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.10/2482.52		at scala.Option.map(Option.scala:146)
2520.10/2482.52		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.10/2482.52		at concrete.MAC.mac(MAC.scala:203)
2520.10/2482.52		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2482.52		at scala.util.Try$.apply(Try.scala:209)
2520.10/2482.52		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2482.52		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2482.52		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2482.52		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2482.52		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2482.52		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2482.52		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2482.52		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2482.52		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2482.52		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2482.52		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2482.52		at concrete.MAC.nextSolution(MAC.scala:355)
2520.10/2482.52		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2482.52		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2482.52		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2482.52		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2482.52		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2482.52		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2482.52		at scala.util.Success.map(Try.scala:209)
2520.10/2482.52		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2482.52		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2482.52		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2482.52		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2482.52		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2482.52		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2482.52		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2482.52		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2482.52		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2482.52		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2482.52		at scala.App.main(App.scala:76)
2520.10/2482.52		at scala.App.main$(App.scala:74)
2520.10/2482.52		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2482.52		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2482.52	v <instantiation cost="85">
2520.10/2482.52	v       <list>
2520.10/2482.52	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] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26]
2520.10/2482.52	v       </list>
2520.10/2482.52	v       <values>
2520.10/2482.52	v         7 6 23 19 2 3 18 30 22 11 1 27 5 4 20 31 14 21 17 24 13 9 28 15 12 26 29 25 0 16 10 8 0 0 0 1 0 2 1 0 0 0 0 0 1 0 1 0 1 2 1 0 1 1 0 1 1 0 0 2 0 1 1 1 1 0 1 0 0 3 0 0 0 2 1 0 0 1 1 0 0 1 1 0 1 0 4 0 1 2 0 1 2 0 2 3 1 1 0 0 1 1 2 0 1 1
2520.10/2482.52	v       </values>
2520.10/2482.52	v     </instantiation>
2520.10/2482.52	s SATISFIABLE

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304398-1534079178/watcher-4304398-1534079178 -o /tmp/evaluation-result-4304398-1534079178/solver-4304398-1534079178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=105050207 -superng HOME/instance-4304398-1534079178.xml 

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

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

solver pid=30508, runsolver pid=30505

[startup+0.100115 s]*
/proc/loadavg: 1.46 1.52 1.50 2/202 30561
/proc/meminfo: memFree=25113496/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=173924 memory=5296 CPUtime=0.08 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 2454 13166 0 0 0 0 5 3 20 0 2 0 225480961 178098176 1324 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 43481 1324 993 1 0 32939 0
[pid=30508/tid=30561] ppid=30505 vsize=173924 memory=3054156605369319308 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) D 30505 30508 27613 0 -1 4202560 262 13166 0 0 0 0 5 3 20 0 2 0 225480970 178098176 1324 33554432000 4194304 4196468 140735072028512 140375978994096 140376007175229 0 0 0 16784584 18446744072100379781 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 173924 KiB
Current children cumulated memory: 5296 KiB

[startup+0.750079 s]*
/proc/loadavg: 1.46 1.52 1.50 3/215 30574
/proc/meminfo: memFree=25103424/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=10982744 memory=37360 CPUtime=0.24 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 7116 13166 0 0 15 1 5 3 20 0 15 0 225480961 11246329856 9340 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2745686 9340 2970 1 0 2708109 0
[pid=30508/tid=30561] ppid=30505 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 3585 13166 0 0 9 0 5 3 20 0 15 0 225480970 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375978948272 140375988714907 0 4 0 16800975 0 0 0 -1 1 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246329856 9340 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=10982744 memory=140431685652593 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=10982744 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481028 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246329856 9340 33554432000 4194304 4196468 140735072028512 140374764938784 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 21 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246329856 9340 33554432000 4194304 4196468 140735072028512 140374697825648 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 434 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 201 13166 0 0 1 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=10982744 memory=140431684941440 CPUtime=0.11 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 655 13166 0 0 3 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=10982744 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246329856 9340 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 37360 KiB

[startup+0.810339 s]*
/proc/loadavg: 1.46 1.52 1.50 3/215 30574
/proc/meminfo: memFree=25094456/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=10983192 memory=48608 CPUtime=0.32 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 10044 13166 0 0 22 2 5 3 20 0 15 0 225480961 11246788608 12152 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2745798 12152 3097 1 0 2708109 0
[pid=30508/tid=30561] ppid=30505 vsize=10983192 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 6489 13166 0 0 15 1 5 3 20 0 15 0 225480970 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375978976176 140376007173277 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 12152 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481028 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246788608 12152 33554432000 4194304 4196468 140735072028512 140374764938784 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 21 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246788608 12152 33554432000 4194304 4196468 140735072028512 140374697825648 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 434 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 201 13166 0 0 1 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.12 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 679 13166 0 0 4 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 12152 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 48608 KiB

[startup+0.910264 s]*
/proc/loadavg: 1.46 1.52 1.50 3/215 30574
/proc/meminfo: memFree=25086144/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=10983192 memory=56072 CPUtime=0.43 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 11602 13166 0 0 33 2 5 3 20 0 15 0 225480961 11246788608 14018 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2745798 14018 3108 1 0 2708109 0
[pid=30508/tid=30561] ppid=30505 vsize=10983192 memory=7022364594140610616 CPUtime=0.33 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 8006 13166 0 0 24 1 5 3 20 0 15 0 225480970 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375978963360 140375991231838 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=10983192 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 14018 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=10983192 memory=140431685652593 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481028 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246788608 14018 33554432000 4194304 4196468 140735072028512 140374764938784 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 21 13166 0 0 0 0 5 3 20 0 15 0 225481029 11246788608 14018 33554432000 4194304 4196468 140735072028512 140374697825648 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 442 13166 0 0 1 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 207 13166 0 0 1 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.13 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 706 13166 0 0 5 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=10983192 memory=140431684941440 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481032 11246788608 14018 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56072 KiB

[startup+1.5007 s]*
/proc/loadavg: 1.50 1.53 1.50 3/215 30574
/proc/meminfo: memFree=25037432/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=10989824 memory=105224 CPUtime=1.39 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 18925 13166 0 0 126 5 5 3 20 0 15 0 225480961 11253579776 26306 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2747456 26306 3396 1 0 2709133 0
[pid=30508/tid=30561] ppid=30505 vsize=10989824 memory=-6517102902069810590 CPUtime=0.92 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 13960 13166 0 0 81 3 5 3 20 0 15 0 225480970 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375978982176 140376007163286 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=10989824 memory=4642197910265684584 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11253579776 26306 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=10989824 memory=3544807822814701236 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=10989824 memory=7516630263827884393 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481027 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=10989824 memory=3539891112568568112 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 225481027 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=10989824 memory=4050619360867412640 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 5 13166 0 0 0 0 5 3 20 0 15 0 225481028 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=10989824 memory=3539888892104225331 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11253579776 26306 33554432000 4194304 4196468 140735072028512 140374764938784 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=10989824 memory=7444825561389879400 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 21 13166 0 0 0 0 5 3 20 0 15 0 225481029 11253579776 26306 33554432000 4194304 4196468 140735072028512 140374697825648 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=10989824 memory=6444202935925763176 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=10989824 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 890 13166 0 0 9 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=10989824 memory=4050482322358744095 CPUtime=0.21 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 799 13166 0 0 13 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=10989824 memory=3540022653669762720 CPUtime=0.28 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) R 30505 30508 27613 0 -1 4202560 1033 13166 0 0 20 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375242270832 140375986136052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=10989824 memory=3690752908253606961 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=10989824 memory=4050619360867412640 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 225481032 11253579776 26306 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10989824 KiB
Current children cumulated memory: 105224 KiB

[startup+3.10074 s]
/proc/loadavg: 1.50 1.53 1.50 4/215 30574
/proc/meminfo: memFree=24942208/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=11006304 memory=209364 CPUtime=5.43 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 39107 13166 0 0 522 13 5 3 20 0 15 0 225480961 11270455296 52341 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2751576 52341 3488 1 0 2713229 0

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

/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 87039 13166 0 0 231027 29 5 3 20 0 15 0 225480970 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375978984464 140375590040611 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=11080032 memory=1168 CPUtime=5.44 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 10573 13166 0 0 511 25 5 3 20 0 15 0 225481027 11345952768 155466 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=11080032 memory=1984 CPUtime=5.47 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 13562 13166 0 0 510 29 5 3 20 0 15 0 225481027 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=11080032 memory=920 CPUtime=5.46 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 14379 13166 0 0 511 27 5 3 20 0 15 0 225481027 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=11080032 memory=1572 CPUtime=5.43 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 12453 13166 0 0 505 30 5 3 20 0 15 0 225481027 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=11080032 memory=6791534058613427641 CPUtime=4.71 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 12840 13166 0 0 438 25 5 3 20 0 15 0 225481028 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=11080032 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155466 33554432000 4194304 4196468 140735072028512 140374764938848 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=11080032 memory=1736 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 43 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155466 33554432000 4194304 4196468 140735072028512 140374697825664 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=11080032 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=11080032 memory=836 CPUtime=8.57 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 69495 13166 0 0 841 8 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=11080032 memory=1084 CPUtime=8.41 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 75645 13166 0 0 826 7 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=11080032 memory=621864 CPUtime=3.53 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 60108 13166 0 0 337 8 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=11080032 memory=2176 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=11080032 memory=3984 CPUtime=1.16 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1941 13166 0 0 51 57 5 3 20 0 15 0 225481032 11345952768 155466 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 2358.21 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621864 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.65 1.66 3/215 30778
/proc/meminfo: memFree=24404864/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=11080032 memory=621928 CPUtime=2419 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 361679 13166 0 0 241675 217 5 3 20 0 15 0 225480961 11345952768 155482 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2770008 155482 3532 1 0 2731661 0
[pid=30508/tid=30561] ppid=30505 vsize=11080032 memory=14872 CPUtime=2370.39 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 87364 13166 0 0 237001 30 5 3 20 0 15 0 225480970 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375978982176 140375590755914 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=11080032 memory=6791534058613427641 CPUtime=5.55 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 10617 13166 0 0 522 25 5 3 20 0 15 0 225481027 11345952768 155482 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=11080032 memory=2176 CPUtime=5.59 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 13586 13166 0 0 522 29 5 3 20 0 15 0 225481027 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=11080032 memory=3984 CPUtime=5.58 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 14393 13166 0 0 522 28 5 3 20 0 15 0 225481027 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=11080032 memory=1916 CPUtime=5.56 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 12475 13166 0 0 517 31 5 3 20 0 15 0 225481027 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=11080032 memory=7528 CPUtime=4.82 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 12958 13166 0 0 448 26 5 3 20 0 15 0 225481028 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=11080032 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155482 33554432000 4194304 4196468 140735072028512 140374764938848 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=11080032 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 43 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155482 33554432000 4194304 4196468 140735072028512 140374697825664 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=11080032 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=11080032 memory=3848 CPUtime=8.73 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 69771 13166 0 0 857 8 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=11080032 memory=2732 CPUtime=8.58 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 75862 13166 0 0 843 7 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=11080032 memory=2608 CPUtime=3.62 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 60444 13166 0 0 346 8 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=11080032 memory=2080 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=11080032 memory=1036 CPUtime=1.19 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1955 13166 0 0 52 59 5 3 20 0 15 0 225481032 11345952768 155482 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 2419 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621928 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.63 1.66 3/215 30779
/proc/meminfo: memFree=24371984/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=11080032 memory=621964 CPUtime=2479.66 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 363519 13166 0 0 247736 222 5 3 20 0 15 0 225480961 11345952768 155491 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2770008 155491 3532 1 0 2731661 0
[pid=30508/tid=30561] ppid=30505 vsize=11080032 memory=1036 CPUtime=2430.16 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 87754 13166 0 0 242977 31 5 3 20 0 15 0 225480970 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375978986512 140375590757633 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=11080032 memory=1736 CPUtime=5.67 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 10635 13166 0 0 533 26 5 3 20 0 15 0 225481027 11345952768 155491 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=11080032 memory=6791534058613427641 CPUtime=5.71 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 13609 13166 0 0 533 30 5 3 20 0 15 0 225481027 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=11080032 memory=1736 CPUtime=5.69 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 14713 13166 0 0 533 28 5 3 20 0 15 0 225481027 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=11080032 memory=752 CPUtime=5.67 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 12546 13166 0 0 528 31 5 3 20 0 15 0 225481027 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=11080032 memory=836 CPUtime=4.92 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 13033 13166 0 0 457 27 5 3 20 0 15 0 225481028 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=11080032 memory=621964 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155491 33554432000 4194304 4196468 140735072028512 140374764938848 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=11080032 memory=621964 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 43 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155491 33554432000 4194304 4196468 140735072028512 140374697825664 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=11080032 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=11080032 memory=5804 CPUtime=8.85 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 69962 13166 0 0 869 8 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=11080032 memory=3304 CPUtime=8.69 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 76154 13166 0 0 854 7 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=11080032 memory=1260 CPUtime=3.69 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 60899 13166 0 0 353 8 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=11080032 memory=14872 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=11080032 memory=3296 CPUtime=1.23 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1960 13166 0 0 54 61 5 3 20 0 15 0 225481032 11345952768 155491 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 2479.66 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 621964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.5 s]*
/proc/loadavg: 1.49 1.60 1.65 3/215 30779
/proc/meminfo: memFree=24373236/32770624 swapFree=67108804/67108860
[pid=30508] ppid=30505 vsize=11080032 memory=620440 CPUtime=2520.1 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 27613 0 -1 1077944320 364381 13166 0 0 251777 225 5 3 20 0 15 0 225480961 11345952768 155110 33554432000 4194304 4196468 140735072028512 140735072011056 140376007151351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
/proc/30508/statm: 2770008 155110 3532 1 0 2731661 0
[pid=30508/tid=30561] ppid=30505 vsize=11080032 memory=6791534058613427641 CPUtime=2470.19 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 27613 0 -1 4202560 88198 13166 0 0 246980 31 5 3 20 0 15 0 225480970 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375978980160 140375590040766 0 4 0 16800975 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30562] ppid=30505 vsize=11080032 memory=4126316290023845779 CPUtime=5.75 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 27613 0 -1 1077944384 10727 13166 0 0 540 27 5 3 20 0 15 0 225481027 11345952768 155110 33554432000 4194304 4196468 140735072028512 140376011393680 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30563] ppid=30505 vsize=11080032 memory=6944652177228980320 CPUtime=5.78 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 27613 0 -1 1077944384 13671 13166 0 0 540 30 5 3 20 0 15 0 225481027 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375907596816 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30564] ppid=30505 vsize=11080032 memory=-4190076264842474805 CPUtime=5.77 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 27613 0 -1 1077944384 14821 13166 0 0 540 29 5 3 20 0 15 0 225481027 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375545538960 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30565] ppid=30505 vsize=11080032 memory=-7017622370417098911 CPUtime=5.75 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 27613 0 -1 1077944384 12595 13166 0 0 536 31 5 3 20 0 15 0 225481027 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375544486160 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30566] ppid=30505 vsize=11080032 memory=6944656425123485561 CPUtime=4.98 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 27613 0 -1 1077944384 13092 13166 0 0 463 27 5 3 20 0 15 0 225481028 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375245429616 140376007162498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30567] ppid=30505 vsize=11080032 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 27613 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155110 33554432000 4194304 4196468 140735072028512 140374764938848 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30568] ppid=30505 vsize=11080032 memory=4627853888499060086 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 27613 0 -1 1077944384 43 13166 0 0 0 0 5 3 20 0 15 0 225481029 11345952768 155110 33554432000 4194304 4196468 140735072028512 140374697825664 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30569] ppid=30505 vsize=11080032 memory=7827413994055111515 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140374390430032 140376007169947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30570] ppid=30505 vsize=11080032 memory=0 CPUtime=8.85 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 27613 0 -1 1077944384 69997 13166 0 0 869 8 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375244376432 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30571] ppid=30505 vsize=11080032 memory=0 CPUtime=8.69 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 27613 0 -1 1077944384 76154 13166 0 0 854 7 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375243323632 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30572] ppid=30505 vsize=11080032 memory=0 CPUtime=3.69 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 27613 0 -1 1077944384 60899 13166 0 0 353 8 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375242270832 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30573] ppid=30505 vsize=11080032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 27613 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140373959633120 140376007161557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
[pid=30508/tid=30574] ppid=30505 vsize=11080032 memory=280863080386592 CPUtime=1.24 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 27613 0 -1 1077944384 1973 13166 0 0 54 62 5 3 20 0 15 0 225481032 11345952768 155110 33554432000 4194304 4196468 140735072028512 140375241219248 140376007162498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9089024 140735072037476 140735072040284 140735072040284 140735072042959 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 620440 KiB

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

[startup+2482.53 s]
# the end of solver process 30508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.84 s, system=2.28875 s

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

Child status: 143
Real time (s): 2482.53
CPU time (s): 2520.13
CPU user time (s): 2517.84
CPU system time (s): 2.28875
CPU usage (%): 101.515
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 763196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.84
system time used= 2.28875
maximum resident set size= 765784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165316
involuntary context switches= 3876


# summary of solver processes directly reported to runsolver:
#   pid: 30508
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.84
#   total CPU system time (s): 2.28875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5594 second user time and 22.252 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 15:06:18
IDJOB=4304398
IDBENCH=141247
IDSOLVER=2781
FILE ID=node105/4304398-1534079178
RUNJOBID= node105-1534063459-27645
PBS_JOBID= 21036987
Free space on /tmp= 40948 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304398-1534079178/watcher-4304398-1534079178 -o /tmp/evaluation-result-4304398-1534079178/solver-4304398-1534079178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=105050207 -superng HOME/instance-4304398-1534079178.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=105050207

node105.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.32
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.32
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.32
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.32
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:        25129708 kB
MemAvailable:   28483748 kB
Buffers:          133912 kB
Cached:          3476916 kB
SwapCached:           16 kB
Active:          5237224 kB
Inactive:        1846968 kB
Active(anon):    3425208 kB
Inactive(anon):   100480 kB
Active(file):    1812016 kB
Inactive(file):  1746488 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:       3463688 kB
Mapped:            63868 kB
Shmem:             49748 kB
Slab:             250592 kB
SReclaimable:     222744 kB
SUnreclaim:        27848 kB
KernelStack:        3808 kB
PageTables:        11728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4557344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3213312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40924 MiB
End job on node105 at 2018-08-12 15:47:41