Trace number 4304411

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.2SAT (TO)111 2520.09 2475.43

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32d_c18.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
11.94/5.00	o 137
15.94/6.23	o 132
16.86/6.56	o 131
16.86/6.57	o 130
29.13/16.87	o 128
29.13/16.88	o 120
29.63/17.24	o 118
49.27/35.13	o 116
61.45/46.91	o 115
91.85/76.24	o 113
91.85/76.24	o 112
1135.85/1103.75	o 111
2520.04/2475.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2475.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2475.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2475.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2475.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2475.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2475.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2475.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.04/2475.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.04/2475.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.04/2475.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.04/2475.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2475.40		at scala.Option.map(Option.scala:146)
2520.04/2475.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2475.40		at concrete.MAC.mac(MAC.scala:203)
2520.04/2475.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2475.40		at scala.util.Try$.apply(Try.scala:209)
2520.04/2475.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2475.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2475.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2475.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2475.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2475.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2475.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2475.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2475.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2475.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2475.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2475.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2475.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2475.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2475.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2475.40		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2475.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2475.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2475.40		at scala.util.Success.map(Try.scala:209)
2520.04/2475.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2475.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2475.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2475.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2475.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2475.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2475.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2475.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2475.40		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2475.40		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2475.40		at scala.App.main(App.scala:76)
2520.04/2475.40		at scala.App.main$(App.scala:74)
2520.04/2475.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2475.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2475.41	v <instantiation cost="111">
2520.04/2475.41	v       <list>
2520.04/2475.41	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][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2520.04/2475.41	v       </list>
2520.04/2475.41	v       <values>
2520.04/2475.41	v         3 16 10 7 0 27 1 2 19 18 17 26 22 24 11 25 8 9 5 4 23 15 13 30 31 20 14 28 6 21 12 29 2 0 1 0 0 0 1 1 3 2 2 1 0 2 1 1 1 0 0 0 3 1 1 2 1 0 1 0 0 2 1 1 2 1 2 0 1 2 2 0 1 0 0 2 1 1 1 2 0 2 1 1 1 0 1 0 2 2 1 3 1 2 0 0 2 1 1 3 2 1 0 1 2 2 3 1 2 0 2 1 0 0 0 1 1 1 0 1 0 0
2520.04/2475.41	v       </values>
2520.04/2475.41	v     </instantiation>
2520.04/2475.41	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304411-1534081841/watcher-4304411-1534081841 -o /tmp/evaluation-result-4304411-1534081841/solver-4304411-1534081841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=182844765 HOME/instance-4304411-1534081841.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
Current StackSize limit: 8192 KiB

solver pid=12740, runsolver pid=12737

[startup+0.102089 s]*
/proc/loadavg: 1.50 1.44 1.49 2/207 12797
/proc/meminfo: memFree=15053524/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=10005480 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 4398 13131 0 0 1 1 4 3 20 0 6 0 225747265 10245611520 4269 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2501370 4269 1934 1 0 2489808 0
[pid=12740/tid=12793] ppid=12737 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 2250 13131 0 0 1 0 4 3 20 0 6 0 225747274 10245611520 4269 33554432000 4194304 4196468 140734826350592 140599226839632 140599240125808 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 6 0 225747275 10245611520 4269 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=10005480 memory=140649021204096 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 6 0 225747275 10245611520 4269 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 6 0 225747275 10245611520 4269 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 6 0 225747275 10245611520 4269 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.20998 s]*
/proc/loadavg: 1.50 1.44 1.49 3/216 12806
/proc/meminfo: memFree=15034280/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=10982744 memory=42084 CPUtime=0.24 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 7205 13131 0 0 16 1 4 3 20 0 15 0 225747265 11246329856 10521 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2745686 10521 2958 1 0 2708109 0
[pid=12740/tid=12793] ppid=12737 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 3759 13131 0 0 10 1 4 3 20 0 15 0 225747274 11246329856 10521 33554432000 4194304 4196468 140734826350592 140599226824776 140599240168464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246329856 10521 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=10982744 memory=140649021204096 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246329856 10521 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246329856 10521 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246329856 10521 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=10982744 memory=140649021204096 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747276 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 13 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598103238176 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246329856 10521 33554432000 4194304 4196468 140734826350592 140597901911408 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11246329856 10521 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 559 13131 0 0 1 0 4 3 20 0 15 0 225747279 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 56 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=10982744 memory=140649021204096 CPUtime=0.1 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 609 13131 0 0 3 0 4 3 20 0 15 0 225747280 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246329856 10521 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=10982744 memory=140649021204096 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246329856 10521 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42084 KiB

[startup+0.310167 s]*
/proc/loadavg: 1.50 1.44 1.49 3/216 12806
/proc/meminfo: memFree=15021896/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=10983192 memory=54468 CPUtime=0.37 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 10178 13131 0 0 28 2 4 3 20 0 15 0 225747265 11246788608 13617 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2745798 13617 3077 1 0 2708109 0
[pid=12740/tid=12793] ppid=12737 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 6905 13131 0 0 19 1 4 3 20 0 15 0 225747274 11246788608 13815 33554432000 4194304 4196468 140734826350592 140599226814880 140599235278685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=10983192 memory=6297530236188774481 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 13815 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 13815 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 13815 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 13815 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747276 11246788608 13815 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 13 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246788608 13815 33554432000 4194304 4196468 140734826350592 140598103238176 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246788608 13815 33554432000 4194304 4196468 140734826350592 140597901911408 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11246788608 13815 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 563 13131 0 0 2 0 4 3 20 0 15 0 225747279 11246788608 13815 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 56 13131 0 0 1 0 4 3 20 0 15 0 225747280 11246788608 13815 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 615 13131 0 0 5 0 4 3 20 0 15 0 225747280 11246788608 13815 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246788608 13815 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246788608 13881 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54468 KiB

[startup+0.700809 s]
/proc/loadavg: 1.50 1.44 1.49 3/216 12806
/proc/meminfo: memFree=15010608/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=10983192 memory=88556 CPUtime=0.98 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 16755 13131 0 0 86 5 4 3 20 0 15 0 225747265 11246788608 22139 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2745798 22139 3248 1 0 2708109 0
[pid=12740/tid=12793] ppid=12737 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 12240 13131 0 0 55 3 4 3 20 0 15 0 225747274 11246788608 22139 33554432000 4194304 4196468 140734826350592 140599226806824 140598792406545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 22139 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=10983192 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 22139 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 22139 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747275 11246788608 22139 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 5 13131 0 0 0 0 4 3 20 0 15 0 225747276 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 13 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598103238176 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747277 11246788608 22139 33554432000 4194304 4196468 140734826350592 140597901911408 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11246788608 22139 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 1202 13131 0 0 10 0 4 3 20 0 15 0 225747279 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 401 13131 0 0 7 0 4 3 20 0 15 0 225747280 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 687 13131 0 0 13 0 4 3 20 0 15 0 225747280 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246788608 22139 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747280 11246788608 22139 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88556 KiB

[startup+1.50098 s]
/proc/loadavg: 1.50 1.44 1.49 3/216 12806
/proc/meminfo: memFree=14967068/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=11000944 memory=197844 CPUtime=2.98 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 30848 13131 0 0 281 10 4 3 20 0 15 0 225747265 11264966656 49461 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2750236 49461 3475 1 0 2711894 0
[pid=12740/tid=12793] ppid=12737 vsize=11000944 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 18857 13131 0 0 127 6 4 3 20 0 15 0 225747274 11264966656 49461 33554432000 4194304 4196468 140734826350592 140599226821656 140599239083358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=11000944 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 16 13131 0 0 0 0 4 3 20 0 15 0 225747275 11264966656 49461 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=11000944 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 12 13131 0 0 1 0 4 3 20 0 15 0 225747275 11264966656 49461 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=11000944 memory=3539892194917298225 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 172 13131 0 0 1 0 4 3 20 0 15 0 225747275 11264966656 49461 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=11000944 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 95 13131 0 0 1 0 4 3 20 0 15 0 225747275 11264966656 49461 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=11000944 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 57 13131 0 0 1 0 4 3 20 0 15 0 225747276 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=11000944 memory=281297809385728 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 14 13131 0 0 0 0 4 3 20 0 15 0 225747277 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598103238176 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=11000944 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747277 11264966656 49461 33554432000 4194304 4196468 140734826350592 140597901911408 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=11000944 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11264966656 49461 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=11000944 memory=3732 CPUtime=0.68 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) R 12737 12740 9560 0 -1 4202560 5628 13131 0 0 60 1 4 3 20 0 15 0 225747279 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598223635112 140599236522546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=11000944 memory=1228 CPUtime=0.57 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) R 12737 12740 9560 0 -1 4202560 2355 13131 0 0 50 0 4 3 20 0 15 0 225747280 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598222582880 140599234249300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=11000944 memory=10624 CPUtime=0.41 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 1441 13131 0 0 34 0 4 3 20 0 15 0 225747280 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=11000944 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11264966656 49461 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=11000944 memory=6768 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1 13131 0 0 0 0 4 3 20 0 15 0 225747280 11264966656 49461 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 11000944 KiB

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

/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 77835 13131 0 0 230420 38 4 3 20 0 15 0 225747274 11345952768 177021 33554432000 4194304 4196468 140734826350592 140599226837312 140598805582175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=11080032 memory=1296 CPUtime=7.69 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 10084 13131 0 0 725 37 4 3 20 0 15 0 225747275 11345952768 177021 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=11080032 memory=708084 CPUtime=7.69 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 6125 13131 0 0 724 38 4 3 20 0 15 0 225747275 11345952768 177021 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=11080032 memory=708084 CPUtime=7.67 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 5307 13131 0 0 722 38 4 3 20 0 15 0 225747275 11345952768 177021 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=11080032 memory=708084 CPUtime=7.69 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 8974 13131 0 0 723 39 4 3 20 0 15 0 225747275 11345952768 177021 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=11080032 memory=708084 CPUtime=7.16 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 9126 13131 0 0 676 33 4 3 20 0 15 0 225747276 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=11080032 memory=708084 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 15 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598103238304 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=11080032 memory=708084 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177021 33554432000 4194304 4196468 140734826350592 140597901911424 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=11080032 memory=708084 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11345952768 177021 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=11080032 memory=4552 CPUtime=9.81 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 34338 13131 0 0 969 5 4 3 20 0 15 0 225747279 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=11080032 memory=708084 CPUtime=9.04 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 29108 13131 0 0 892 5 4 3 20 0 15 0 225747280 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=11080032 memory=708084 CPUtime=3.36 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 24576 13131 0 0 323 6 4 3 20 0 15 0 225747280 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=11080032 memory=708084 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11345952768 177021 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=11080032 memory=34800 CPUtime=1.4 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1386 13131 0 0 67 66 4 3 20 0 15 0 225747280 11345952768 177021 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 2365.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 708084 KiB

[startup+2382.3 s]
/proc/loadavg: 1.62 1.61 1.62 3/215 13295
/proc/meminfo: memFree=15059412/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=11080032 memory=708112 CPUtime=2426.1 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 209935 13131 0 0 242339 264 4 3 20 0 15 0 225747265 11345952768 177028 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2770008 177028 3528 1 0 2731661 0
[pid=12740/tid=12793] ppid=12737 vsize=11080032 memory=708112 CPUtime=2364.25 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 78213 13131 0 0 236380 38 4 3 20 0 15 0 225747274 11345952768 177028 33554432000 4194304 4196468 140734826350592 140599226837744 140598805582128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=11080032 memory=708112 CPUtime=7.86 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 10454 13131 0 0 741 38 4 3 20 0 15 0 225747275 11345952768 177028 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=11080032 memory=708112 CPUtime=7.86 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 6139 13131 0 0 741 38 4 3 20 0 15 0 225747275 11345952768 177028 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=11080032 memory=708112 CPUtime=7.83 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 5323 13131 0 0 737 39 4 3 20 0 15 0 225747275 11345952768 177028 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=11080032 memory=33 CPUtime=7.86 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 9010 13131 0 0 739 40 4 3 20 0 15 0 225747275 11345952768 177028 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=11080032 memory=708112 CPUtime=7.32 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 9159 13131 0 0 691 34 4 3 20 0 15 0 225747276 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=11080032 memory=708112 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 15 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598103238304 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=11080032 memory=6768 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177028 33554432000 4194304 4196468 140734826350592 140597901911424 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=11080032 memory=281297810117712 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11345952768 177028 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=11080032 memory=708112 CPUtime=9.81 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 34340 13131 0 0 969 5 4 3 20 0 15 0 225747279 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=11080032 memory=708112 CPUtime=9.04 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 29110 13131 0 0 892 5 4 3 20 0 15 0 225747280 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=11080032 memory=708112 CPUtime=3.36 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 24578 13131 0 0 323 6 4 3 20 0 15 0 225747280 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=11080032 memory=708112 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11345952768 177028 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=11080032 memory=1616 CPUtime=1.43 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1392 13131 0 0 69 67 4 3 20 0 15 0 225747280 11345952768 177028 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 2426.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 708112 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.60 1.62 3/215 13296
/proc/meminfo: memFree=15069484/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=11080032 memory=708156 CPUtime=2486.58 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 211059 13131 0 0 248380 271 4 3 20 0 15 0 225747265 11345952768 177039 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2770008 177039 3528 1 0 2731661 0
[pid=12740/tid=12793] ppid=12737 vsize=11080032 memory=708132 CPUtime=2423.85 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 78780 13131 0 0 242339 39 4 3 20 0 15 0 225747274 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599226832176 140598803078366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=11080032 memory=708132 CPUtime=8.03 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 10488 13131 0 0 757 39 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=11080032 memory=708112 CPUtime=8.03 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 6151 13131 0 0 757 39 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=11080032 memory=708132 CPUtime=8.02 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 5352 13131 0 0 754 41 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=11080032 memory=708132 CPUtime=8.03 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 9108 13131 0 0 755 41 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=11080032 memory=708132 CPUtime=7.48 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 9352 13131 0 0 706 35 4 3 20 0 15 0 225747276 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=11080032 memory=708132 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 15 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598103238304 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=11080032 memory=708132 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597901911424 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=11080032 memory=708156 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=11080032 memory=281297810386464 CPUtime=9.81 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 34340 13131 0 0 969 5 4 3 20 0 15 0 225747279 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=11080032 memory=708156 CPUtime=9.04 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 29110 13131 0 0 892 5 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=11080032 memory=708156 CPUtime=3.36 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 24764 13131 0 0 323 6 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=11080032 memory=708156 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=11080032 memory=708132 CPUtime=1.46 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1397 13131 0 0 70 69 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 2486.58 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 708156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.69 1.62 1.62 3/215 13296
/proc/meminfo: memFree=15073712/32770624 swapFree=67108504/67108860
[pid=12740] ppid=12737 vsize=11080032 memory=708156 CPUtime=2520.04 cores=0,2,4,6
/proc/12740/stat : 12740 (java) S 12737 12740 9560 0 -1 1077944320 211819 13131 0 0 251723 274 4 3 20 0 15 0 225747265 11345952768 177039 33554432000 4194304 4196468 140734826350592 140734826333136 140599255002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
/proc/12740/statm: 2770008 177039 3528 1 0 2731661 0
[pid=12740/tid=12793] ppid=12737 vsize=11080032 memory=1116 CPUtime=2456.66 cores=0,2,4,6
/proc/12740/task/12793/stat : 12793 (java) R 12737 12740 9560 0 -1 4202560 79065 13131 0 0 245620 39 4 3 20 0 15 0 225747274 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599226838272 140598805583639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12794] ppid=12737 vsize=11080032 memory=2144 CPUtime=8.16 cores=0,2,4,6
/proc/12740/task/12794/stat : 12794 (java) S 12737 12740 9560 0 -1 1077944384 10535 13131 0 0 769 40 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599259245200 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12795] ppid=12737 vsize=11080032 memory=1752 CPUtime=8.16 cores=0,2,4,6
/proc/12740/task/12795/stat : 12795 (java) S 12737 12740 9560 0 -1 1077944384 6162 13131 0 0 769 40 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599113964048 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12796] ppid=12737 vsize=11080032 memory=1404 CPUtime=8.14 cores=0,2,4,6
/proc/12740/task/12796/stat : 12796 (java) S 12737 12740 9560 0 -1 1077944384 5700 13131 0 0 766 41 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599112911248 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12797] ppid=12737 vsize=11080032 memory=3288 CPUtime=8.16 cores=0,2,4,6
/proc/12740/task/12797/stat : 12797 (java) S 12737 12740 9560 0 -1 1077944384 9139 13131 0 0 767 42 4 3 20 0 15 0 225747275 11345952768 177039 33554432000 4194304 4196468 140734826350592 140599111858448 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12798] ppid=12737 vsize=11080032 memory=708156 CPUtime=7.59 cores=0,2,4,6
/proc/12740/task/12798/stat : 12798 (java) S 12737 12740 9560 0 -1 1077944384 9380 13131 0 0 717 35 4 3 20 0 15 0 225747276 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598224702320 140599255014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12799] ppid=12737 vsize=11080032 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12799/stat : 12799 (java) S 12737 12740 9560 0 -1 1077944384 15 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598103238304 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12800] ppid=12737 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12800/stat : 12800 (java) S 12737 12740 9560 0 -1 1077944384 2 13131 0 0 0 0 4 3 20 0 15 0 225747277 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597901911424 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12801] ppid=12737 vsize=11080032 memory=3296 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12801/stat : 12801 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747279 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597594511696 140599255021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12802] ppid=12737 vsize=11080032 memory=2144 CPUtime=9.81 cores=0,2,4,6
/proc/12740/task/12802/stat : 12802 (java) S 12737 12740 9560 0 -1 1077944384 34342 13131 0 0 969 5 4 3 20 0 15 0 225747279 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598223649136 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12803] ppid=12737 vsize=11080032 memory=1752 CPUtime=9.04 cores=0,2,4,6
/proc/12740/task/12803/stat : 12803 (java) S 12737 12740 9560 0 -1 1077944384 29112 13131 0 0 892 5 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598222596336 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12804] ppid=12737 vsize=11080032 memory=748 CPUtime=3.36 cores=0,2,4,6
/proc/12740/task/12804/stat : 12804 (java) S 12737 12740 9560 0 -1 1077944384 24766 13131 0 0 323 6 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598221543536 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12805] ppid=12737 vsize=11080032 memory=1820 CPUtime=0.07 cores=0,2,4,6
/proc/12740/task/12805/stat : 12805 (java) S 12737 12740 9560 0 -1 1077944384 3 13131 0 0 0 0 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140597163714784 140599255013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
[pid=12740/tid=12806] ppid=12737 vsize=11080032 memory=4552 CPUtime=1.48 cores=0,2,4,6
/proc/12740/task/12806/stat : 12806 (java) S 12737 12740 9560 0 -1 1077944384 1401 13131 0 0 71 70 4 3 20 0 15 0 225747280 11345952768 177039 33554432000 4194304 4196468 140734826350592 140598220491952 140599255014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17809408 140734826359405 140734826362204 140734826362204 140734826364879 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 708156 KiB

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

[startup+2475.43 s]
# the end of solver process 12740 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.3 s, system=2.79226 s

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

Child status: 143
Real time (s): 2475.43
CPU time (s): 2520.09
CPU user time (s): 2517.3
CPU system time (s): 2.79226
CPU usage (%): 101.804
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 708156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.3
system time used= 2.79226
maximum resident set size= 710468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222579
involuntary context switches= 8800


# summary of solver processes directly reported to runsolver:
#   pid: 12740
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.3
#   total CPU system time (s): 2.79226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3322 second user time and 24.0973 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 15:50:41
IDJOB=4304411
IDBENCH=141254
IDSOLVER=2780
FILE ID=node104/4304411-1534081841
RUNJOBID= node104-1534062308-9591
PBS_JOBID= 21036981
Free space on /tmp= 37524 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304411-1534081841/watcher-4304411-1534081841 -o /tmp/evaluation-result-4304411-1534081841/solver-4304411-1534081841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=182844765 HOME/instance-4304411-1534081841.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=182844765

node104.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.11
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.11
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.11
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.11
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:        15062668 kB
MemAvailable:   30491664 kB
Buffers:          183824 kB
Cached:         15282880 kB
SwapCached:            8 kB
Active:          9064036 kB
Inactive:        7869460 kB
Active(anon):    1417840 kB
Inactive(anon):   100964 kB
Active(file):    7646196 kB
Inactive(file):  7768496 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26616 kB
Writeback:             0 kB
AnonPages:       1375488 kB
Mapped:            65144 kB
Shmem:             49636 kB
Slab:             471056 kB
SReclaimable:     442764 kB
SUnreclaim:        28292 kB
KernelStack:        3856 kB
PageTables:         8568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2531940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 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= 37500 MiB
End job on node104 at 2018-08-12 16:31:57