Trace number 4304394

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)58 2520.06 2484.04

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc64a_c18.xml
MD5SUM88cd58dcc4a8523a6c3e6ee988ef86c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints66
Number of domains2
Minimum domain size6
Maximum domain size64
Distribution of domain sizes[{"size":6,"count":65},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":4031},{"degree":1,"count":42},{"degree":2,"count":71},{"degree":3,"count":4},{"degree":4,"count":1},{"degree":11,"count":9},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":65},{"arity":64,"count":1}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
13.36/5.96	o 74
14.29/6.26	o 69
14.61/6.34	o 61
29.00/18.09	o 60
29.15/18.13	o 59
2248.64/2215.24	o 58
2520.01/2484.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2484.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2484.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2484.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2484.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2484.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2484.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2484.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.01/2484.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.01/2484.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2484.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2484.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2484.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.01/2484.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2484.01		at scala.Option.map(Option.scala:146)
2520.01/2484.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2484.01		at concrete.MAC.mac(MAC.scala:203)
2520.01/2484.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2484.01		at scala.util.Try$.apply(Try.scala:209)
2520.01/2484.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2484.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2484.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2484.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2484.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2484.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2484.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2484.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2484.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2484.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2484.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2484.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2484.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2484.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2484.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2484.01		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2484.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2484.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2484.01		at scala.util.Success.map(Try.scala:209)
2520.01/2484.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2484.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2484.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2484.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2484.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2484.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2484.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2484.01		at scala.App.main(App.scala:76)
2520.01/2484.01		at scala.App.main$(App.scala:74)
2520.01/2484.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2484.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2484.02	v <instantiation cost="58">
2520.01/2484.02	v       <list>
2520.01/2484.02	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] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] d[2][29] d[3][9] d[3][19] d[5][7] d[5][9] d[5][10] d[5][13] d[5][14] d[5][16] d[5][18] d[5][36] d[5][43] d[5][45] d[7][9] d[7][10] d[7][13] d[7][14] d[7][16] d[7][18] d[7][36] d[7][43] d[7][45] d[9][10] d[9][13] d[9][14] d[9][16] d[9][18] d[9][19] d[9][36] d[9][43] d[9][45] d[10][13] d[10][14] d[10][16] d[10][18] d[10][36] d[10][43] d[10][45] d[13][14] d[13][16] d[13][18] d[13][21] d[13][36] d[13][43] d[13][45] d[14][16] d[14][18] d[14][36] d[14][43] d[14][45] d[16][18] d[16][36] d[16][43] d[16][45] d[18][36] d[18][43] d[18][45] d[19][26] d[26][38] d[27][29] d[27][31] d[32][34] d[36][43] d[36][45] d[43][45]
2520.01/2484.02	v       </list>
2520.01/2484.02	v       <values>
2520.01/2484.02	v         32 20 29 37 47 0 18 3 49 5 8 58 44 11 9 54 15 62 13 53 42 27 63 45 22 59 21 60 40 61 48 56 4 6 36 31 2 25 17 46 38 26 14 10 57 1 28 30 7 41 24 23 52 12 35 19 39 16 34 51 43 55 50 33 0 0 0 1 1 0 2 1 3 2 0 1 0 1 2 0 1 1 2 0 1 0 2 2 1 1 0 1 2 3 0 1 0 2 1 1 0 1 0 0 1 0 1 0 1 1 0 2 1 0 0 2 1 2 3 2 1 0 0 0 0 0 0 1 2
2520.01/2484.02	v       </values>
2520.01/2484.02	v     </instantiation>
2520.01/2484.02	s SATISFIABLE

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304394-1534079051/watcher-4304394-1534079051 -o /tmp/evaluation-result-4304394-1534079051/solver-4304394-1534079051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21371 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=769080817 -superng HOME/instance-4304394-1534079051.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=23900, runsolver pid=23897
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.93 1.82 1.75 3/209 23957
/proc/meminfo: memFree=8590008/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=10005480 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 4404 13203 0 0 1 0 4 3 20 0 6 0 225468256 10245611520 4269 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2501370 4269 1934 1 0 2489808 0
[pid=23900/tid=23953] ppid=23897 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 2219 13203 0 0 1 0 4 3 20 0 6 0 225468265 10245611520 4269 33554432000 4194304 4196468 140725985461088 139933229859408 139933242103134 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 225468266 10245611520 4269 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=10005480 memory=140559009224320 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 225468266 10245611520 4269 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 6 0 225468266 10245611520 4269 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 225468266 10245611520 4269 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210233 s]*
/proc/loadavg: 1.93 1.82 1.75 3/218 23966
/proc/meminfo: memFree=8566908/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=10982744 memory=45704 CPUtime=0.26 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 8097 13203 0 0 17 2 4 3 20 0 15 0 225468256 11246329856 11426 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2745686 11426 2984 1 0 2708109 0
[pid=23900/tid=23953] ppid=23897 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 1077944384 4656 13203 0 0 10 1 4 3 20 0 15 0 225468265 11246329856 11426 33554432000 4194304 4196468 140725985461088 139933229847456 139933250701869 0 4 0 16800975 18446744072101740068 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246329856 11426 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=10982744 memory=140559009245948 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246329856 11426 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246362624 11426 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246362624 11492 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=10983736 memory=140559009224320 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468267 11247345664 11492 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 225468268 11247345664 11492 33554432000 4194304 4196468 140725985461088 139932114871840 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=10983736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468268 11247345664 11492 33554432000 4194304 4196468 140725985461088 139931913545072 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=10983736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11247345664 11492 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 541 13203 0 0 1 0 4 3 20 0 15 0 225468271 11247345664 11558 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 67 13203 0 0 1 0 4 3 20 0 15 0 225468271 11247345664 11558 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=10983736 memory=140559009224320 CPUtime=0.1 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 612 13203 0 0 3 0 4 3 20 0 15 0 225468271 11247345664 11558 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11247345664 11558 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=10983736 memory=140559009224320 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468271 11247345664 11558 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45704 KiB

[startup+0.310567 s]*
/proc/loadavg: 1.93 1.82 1.75 3/218 23966
/proc/meminfo: memFree=8554584/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=10983192 memory=56408 CPUtime=0.38 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 10596 13203 0 0 28 3 4 3 20 0 15 0 225468256 11246788608 14102 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2745798 14102 3103 1 0 2708109 0
[pid=23900/tid=23953] ppid=23897 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 7146 13203 0 0 19 2 4 3 20 0 15 0 225468265 11246788608 14102 33554432000 4194304 4196468 140725985461088 139933229834656 139933258044573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 14102 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 14102 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 14102 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 14102 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468267 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 225468268 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932114871840 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468268 11246788608 14102 33554432000 4194304 4196468 140725985461088 139931913545072 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 544 13203 0 0 1 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 69 13203 0 0 1 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=10983192 memory=140559009224320 CPUtime=0.12 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 618 13203 0 0 5 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=10983192 memory=140559009224320 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 14102 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56408 KiB

[startup+0.700922 s]
/proc/loadavg: 1.93 1.82 1.75 4/218 23966
/proc/meminfo: memFree=8534836/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=10983192 memory=88708 CPUtime=0.98 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 16789 13203 0 0 87 4 4 3 20 0 15 0 225468256 11246788608 22113 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2745798 22113 3238 1 0 2708109 0
[pid=23900/tid=23953] ppid=23897 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 12238 13203 0 0 56 3 4 3 20 0 15 0 225468265 11246788608 22177 33554432000 4194304 4196468 140725985461088 139933229843472 139933242103134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 22177 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 22177 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=10983192 memory=140558911812400 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 22177 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=10983192 memory=140561394696780 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468266 11246788608 22177 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 5 13203 0 0 0 0 4 3 20 0 15 0 225468267 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 225468268 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932114871840 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 225468268 11246788608 22177 33554432000 4194304 4196468 140725985461088 139931913545072 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=10983192 memory=33844 CPUtime=0.15 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 1132 13203 0 0 8 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=10983192 memory=14644 CPUtime=0.15 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 518 13203 0 0 8 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) R 23897 23900 21340 0 -1 4202560 687 13203 0 0 13 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932680853616 139933242377138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468271 11246788608 22177 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88708 KiB

[startup+1.50077 s]
/proc/loadavg: 1.93 1.82 1.75 5/218 23966
/proc/meminfo: memFree=8498404/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=10998092 memory=202144 CPUtime=2.83 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 26635 13203 0 0 266 10 4 3 20 0 15 0 225468256 11262046208 50536 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2749523 50536 3471 1 0 2711181 0
[pid=23900/tid=23953] ppid=23897 vsize=10998092 memory=64992 CPUtime=1.42 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 17334 13203 0 0 129 6 4 3 20 0 15 0 225468265 11262046208 50536 33554432000 4194304 4196468 140725985461088 139933229839760 139933258036551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 182 13203 0 0 1 0 4 3 20 0 15 0 225468266 11262046208 50536 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=10998092 memory=281117823656096 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 25 13203 0 0 1 0 4 3 20 0 15 0 225468266 11262046208 50536 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 65 13203 0 0 1 0 4 3 20 0 15 0 225468266 11262046208 50536 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 24 13203 0 0 1 0 4 3 20 0 15 0 225468266 11262046208 50536 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 66 13203 0 0 1 0 4 3 20 0 15 0 225468267 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 225468268 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932114871840 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468268 11262046208 50536 33554432000 4194304 4196468 140725985461088 139931913545072 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=10998092 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 2333 13203 0 0 43 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=10998092 memory=10 CPUtime=0.56 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 2904 13203 0 0 49 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 1486 13203 0 0 35 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=10998092 memory=281117823900544 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 225468271 11262046208 50536 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10998092 KiB

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

/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 84959 13203 0 0 231018 38 4 3 20 0 15 0 225468265 11345952768 256942 33554432000 4194304 4196468 140725985461088 139933229858064 139932817424510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=11080032 memory=1027768 CPUtime=5.32 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 11736 13203 0 0 497 28 4 3 20 0 15 0 225468266 11345952768 256942 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=11080032 memory=1027768 CPUtime=5.35 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 12165 13203 0 0 497 31 4 3 20 0 15 0 225468266 11345952768 256942 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=11080032 memory=1027768 CPUtime=5.35 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 9813 13203 0 0 500 28 4 3 20 0 15 0 225468266 11345952768 256942 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=11080032 memory=1027768 CPUtime=5.34 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 8249 13203 0 0 498 29 4 3 20 0 15 0 225468266 11345952768 256942 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=11080032 memory=1027768 CPUtime=4.67 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 14473 13203 0 0 434 26 4 3 20 0 15 0 225468267 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=11080032 memory=1027768 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 22 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932114871904 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=11080032 memory=1027768 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 9 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256942 33554432000 4194304 4196468 140725985461088 139931913545088 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=11080032 memory=281117824578448 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=11080032 memory=1027768 CPUtime=8.07 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 56192 13203 0 0 794 6 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=11080032 memory=1027768 CPUtime=8.26 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 58502 13203 0 0 812 7 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=11080032 memory=1027768 CPUtime=3.06 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 49251 13203 0 0 292 7 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=11080032 memory=1027768 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=11080032 memory=1027768 CPUtime=1.19 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1228 13203 0 0 59 53 4 3 20 0 15 0 225468271 11345952768 256942 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 2356.71 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1027768 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.50 1.54 3/216 24193
/proc/meminfo: memFree=9594556/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=11080032 memory=1029816 CPUtime=2417.23 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 310913 13203 0 0 241493 223 4 3 20 0 15 0 225468256 11345952768 257454 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2770008 257454 3527 1 0 2731661 0
[pid=23900/tid=23953] ppid=23897 vsize=11080032 memory=1029816 CPUtime=2370.33 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 85357 13203 0 0 236988 38 4 3 20 0 15 0 225468265 11345952768 257454 33554432000 4194304 4196468 140725985461088 139933229857200 139932811810800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=11080032 memory=1029816 CPUtime=5.45 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 12112 13203 0 0 510 28 4 3 20 0 15 0 225468266 11345952768 257454 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=11080032 memory=1029816 CPUtime=5.48 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 12188 13203 0 0 510 31 4 3 20 0 15 0 225468266 11345952768 257454 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=11080032 memory=1029816 CPUtime=5.48 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 9840 13203 0 0 513 28 4 3 20 0 15 0 225468266 11345952768 257454 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=11080032 memory=1029816 CPUtime=5.47 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 8282 13203 0 0 511 29 4 3 20 0 15 0 225468266 11345952768 257454 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=11080032 memory=1029816 CPUtime=4.78 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 14648 13203 0 0 445 26 4 3 20 0 15 0 225468267 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=11080032 memory=1029816 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 22 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932114871904 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=11080032 memory=3216 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 9 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 257454 33554432000 4194304 4196468 140725985461088 139931913545088 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=11080032 memory=1029816 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=11080032 memory=3684 CPUtime=8.13 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 56548 13203 0 0 800 6 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=11080032 memory=61408 CPUtime=8.31 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 58777 13203 0 0 817 7 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=11080032 memory=1029816 CPUtime=3.09 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 49686 13203 0 0 295 7 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=11080032 memory=1029816 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=11080032 memory=3848 CPUtime=1.22 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1245 13203 0 0 61 54 4 3 20 0 15 0 225468271 11345952768 257454 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 2417.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1029816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.55 1.55 3/216 24194
/proc/meminfo: memFree=9567060/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=11080032 memory=1026224 CPUtime=2477.85 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 313514 13203 0 0 247550 228 4 3 20 0 15 0 225468256 11345952768 256556 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2770008 256556 3527 1 0 2731661 0
[pid=23900/tid=23953] ppid=23897 vsize=11080032 memory=1026224 CPUtime=2430.05 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 86018 13203 0 0 242960 38 4 3 20 0 15 0 225468265 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933229857952 139932805858907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=11080032 memory=1029816 CPUtime=5.58 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 12194 13203 0 0 522 29 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=11080032 memory=1026736 CPUtime=5.6 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 12299 13203 0 0 522 31 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=11080032 memory=1026224 CPUtime=5.6 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 9896 13203 0 0 524 29 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=11080032 memory=1026224 CPUtime=5.61 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 8319 13203 0 0 524 30 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=11080032 memory=1026224 CPUtime=4.89 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 14831 13203 0 0 455 27 4 3 20 0 15 0 225468267 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=11080032 memory=1026224 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 22 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932114871904 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=11080032 memory=876 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 9 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931913545088 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=11080032 memory=1026224 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=11080032 memory=1720 CPUtime=8.22 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 57123 13203 0 0 809 6 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=11080032 memory=3684 CPUtime=8.41 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 59093 13203 0 0 827 7 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=11080032 memory=1029816 CPUtime=3.15 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 50249 13203 0 0 301 7 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=11080032 memory=1026224 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=11080032 memory=1026224 CPUtime=1.24 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1262 13203 0 0 62 55 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 2477.85 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1026224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484 s]*
/proc/loadavg: 1.46 1.50 1.54 3/215 24194
/proc/meminfo: memFree=9549144/32770624 swapFree=67108404/67108860
[pid=23900] ppid=23897 vsize=11080032 memory=1026224 CPUtime=2520.01 cores=0,2,4,6
/proc/23900/stat : 23900 (java) S 23897 23900 21340 0 -1 1077944320 316098 13203 0 0 251764 230 4 3 20 0 15 0 225468256 11345952768 256556 33554432000 4194304 4196468 140725985461088 140725985443632 139933258022647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
/proc/23900/statm: 2770008 256556 3527 1 0 2731661 0
[pid=23900/tid=23953] ppid=23897 vsize=11080032 memory=6791534058613427641 CPUtime=2471.57 cores=0,2,4,6
/proc/23900/task/23953/stat : 23953 (java) R 23897 23900 21340 0 -1 4202560 86459 13203 0 0 247112 38 4 3 20 0 15 0 225468265 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933229853488 139932817101863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23954] ppid=23897 vsize=11080032 memory=4872558044660077418 CPUtime=5.66 cores=0,2,4,6
/proc/23900/task/23954/stat : 23954 (java) S 23897 23900 21340 0 -1 1077944384 12272 13203 0 0 530 29 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933262256784 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23955] ppid=23897 vsize=11080032 memory=1027768 CPUtime=5.69 cores=0,2,4,6
/proc/23900/task/23955/stat : 23955 (java) S 23897 23900 21340 0 -1 1077944384 12322 13203 0 0 530 32 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933127600656 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23956] ppid=23897 vsize=11080032 memory=6988 CPUtime=5.68 cores=0,2,4,6
/proc/23900/task/23956/stat : 23956 (java) S 23897 23900 21340 0 -1 1077944384 10236 13203 0 0 532 29 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933126547856 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23957] ppid=23897 vsize=11080032 memory=1720 CPUtime=5.69 cores=0,2,4,6
/proc/23900/task/23957/stat : 23957 (java) S 23897 23900 21340 0 -1 1077944384 8360 13203 0 0 532 30 4 3 20 0 15 0 225468266 11345952768 256556 33554432000 4194304 4196468 140725985461088 139933125495056 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23958] ppid=23897 vsize=11080032 memory=508 CPUtime=4.96 cores=0,2,4,6
/proc/23900/task/23958/stat : 23958 (java) S 23897 23900 21340 0 -1 1077944384 15025 13203 0 0 462 27 4 3 20 0 15 0 225468267 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932684012400 139933258033794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23959] ppid=23897 vsize=11080032 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23959/stat : 23959 (java) S 23897 23900 21340 0 -1 1077944384 22 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932114871904 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23960] ppid=23897 vsize=11080032 memory=1172 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23960/stat : 23960 (java) S 23897 23900 21340 0 -1 1077944384 9 13203 0 0 0 0 4 3 20 0 15 0 225468268 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931913545088 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23961] ppid=23897 vsize=11080032 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23961/stat : 23961 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931606145360 139933258041243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23962] ppid=23897 vsize=11080032 memory=1156 CPUtime=8.31 cores=0,2,4,6
/proc/23900/task/23962/stat : 23962 (java) S 23897 23900 21340 0 -1 1077944384 57727 13203 0 0 818 6 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932682959216 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23963] ppid=23897 vsize=11080032 memory=15212 CPUtime=8.49 cores=0,2,4,6
/proc/23900/task/23963/stat : 23963 (java) S 23897 23900 21340 0 -1 1077944384 59383 13203 0 0 835 7 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932681906416 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23964] ppid=23897 vsize=11080032 memory=4044 CPUtime=3.2 cores=0,2,4,6
/proc/23900/task/23964/stat : 23964 (java) S 23897 23900 21340 0 -1 1077944384 50805 13203 0 0 306 7 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932680853616 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23965] ppid=23897 vsize=11080032 memory=33876 CPUtime=0.07 cores=0,2,4,6
/proc/23900/task/23965/stat : 23965 (java) S 23897 23900 21340 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139931175348448 139933258032853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
[pid=23900/tid=23966] ppid=23897 vsize=11080032 memory=6791534058613427641 CPUtime=1.27 cores=0,2,4,6
/proc/23900/task/23966/stat : 23966 (java) S 23897 23900 21340 0 -1 1077944384 1279 13203 0 0 64 56 4 3 20 0 15 0 225468271 11345952768 256556 33554432000 4194304 4196468 140725985461088 139932679802032 139933258033794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 39104512 140725985466980 140725985469788 140725985469788 140725985472463 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1026224 KiB

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

[startup+2484.04 s]
# the end of solver process 23900 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.71 s, system=2.34526 s

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

Child status: 143
Real time (s): 2484.04
CPU time (s): 2520.06
CPU user time (s): 2517.71
CPU system time (s): 2.34526
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 1167024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.71
system time used= 2.34526
maximum resident set size= 1172668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162636
involuntary context switches= 6369


# summary of solver processes directly reported to runsolver:
#   pid: 23900
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.71
#   total CPU system time (s): 2.34526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3165 second user time and 24.8394 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 15:04:11
IDJOB=4304394
IDBENCH=141245
IDSOLVER=2781
FILE ID=node148/4304394-1534079051
RUNJOBID= node148-1534062012-21371
PBS_JOBID= 21036979
Free space on /tmp= 33960 MiB

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

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=769080817

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:         8596428 kB
MemAvailable:   28100092 kB
Buffers:          246568 kB
Cached:         19213728 kB
SwapCached:          352 kB
Active:         12687120 kB
Inactive:       10626572 kB
Active(anon):    3806164 kB
Inactive(anon):    99552 kB
Active(file):    8880956 kB
Inactive(file): 10527020 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26684 kB
Writeback:             0 kB
AnonPages:       3860408 kB
Mapped:            67196 kB
Shmem:             49592 kB
Slab:             552324 kB
SReclaimable:     524148 kB
SUnreclaim:        28176 kB
KernelStack:        3632 kB
PageTables:        13452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5098224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3606528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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