Trace number 4302403

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)113 252.087 240.045

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
11.97/5.42	o 160
12.29/5.50	o 157
12.29/5.52	o 154
12.29/5.55	o 152
12.54/5.60	o 148
18.24/10.43	o 147
18.24/10.44	o 143
18.24/10.45	o 141
18.24/10.46	o 140
18.24/10.47	o 139
18.24/10.48	o 136
18.46/10.50	o 134
19.19/11.28	o 133
24.73/16.39	o 132
24.85/16.46	o 130
37.58/28.40	o 126
41.07/31.80	o 125
53.86/44.50	o 121
106.98/96.51	o 119
111.72/101.22	o 117
111.72/101.23	o 115
112.53/102.09	o 113
252.04/240.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.04/240.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.04/240.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.04/240.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.04/240.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.04/240.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.04/240.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.04/240.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/240.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/240.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.04/240.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.04/240.01		at scala.Option.map(Option.scala:146)
252.04/240.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.04/240.01		at concrete.MAC.mac(MAC.scala:203)
252.04/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/240.01		at scala.util.Try$.apply(Try.scala:209)
252.04/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/240.01		at concrete.MAC.oneRun(MAC.scala:253)
252.04/240.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/240.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/240.01		at concrete.Solver.hasNext(Solver.scala:166)
252.04/240.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/240.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/240.01		at concrete.Solver.foreach(Solver.scala:68)
252.04/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/240.01		at scala.util.Success.map(Try.scala:209)
252.04/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/240.01		at scala.App.main(App.scala:76)
252.04/240.01		at scala.App.main$(App.scala:74)
252.04/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/240.02	v <instantiation cost="113">
252.04/240.02	v       <list>
252.04/240.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] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26]
252.04/240.02	v       </list>
252.04/240.02	v       <values>
252.04/240.02	v         6 13 7 2 9 10 29 31 3 20 22 8 14 15 11 0 26 19 18 25 17 12 1 21 30 24 5 28 16 4 23 27 2 0 1 0 0 1 1 0 2 0 1 0 1 1 2 0 0 1 1 1 1 1 2 0 1 4 1 2 3 1 0 2 1 0 0 0 1 1 0 2 0 1 0 0 0 1 0 0 1 1 0 2 1 1 0 0 0 4 0 0 1 2 1 2 3 0 0 1 1 1 1 0 0 3
252.04/240.02	v       </values>
252.04/240.02	v     </instantiation>
252.04/240.02	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302403-1532896253/watcher-4302403-1532896253 -o /tmp/evaluation-result-4302403-1532896253/solver-4302403-1532896253 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=808278292 HOME/instance-4302403-1532896253.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14385, runsolver pid=14382
Current StackSize limit: 8192 KiB


[startup+0.100097 s]*
/proc/loadavg: 1.12 1.40 1.42 3/207 14442
/proc/meminfo: memFree=23577872/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 4375 12836 0 0 1 0 5 3 20 0 6 0 107188193 10245611520 4203 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2501370 4203 1935 1 0 2489808 0
[pid=14385/tid=14438] ppid=14382 vsize=10005480 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 2215 12836 0 0 1 0 5 3 20 0 6 0 107188202 10245611520 4269 33554432000 4194304 4196468 140734845199280 140494190150224 140494202393950 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107188203 10245611520 4269 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=10005480 memory=140605199890048 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107188203 10245611520 4269 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 6 0 107188203 10245611520 4269 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 6 0 107188203 10245611520 4269 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210236 s]*
/proc/loadavg: 1.12 1.40 1.42 3/216 14451
/proc/meminfo: memFree=23550308/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=10982696 memory=44856 CPUtime=0.26 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 8537 12836 0 0 17 1 5 3 20 0 15 0 107188193 11246280704 11214 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2745674 11214 2962 1 0 2708109 0
[pid=14385/tid=14438] ppid=14382 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 5077 12836 0 0 11 1 5 3 20 0 15 0 107188202 11246280704 11214 33554432000 4194304 4196468 140734845199280 140494190111120 140494199877019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=10982696 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246280704 11214 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=10982696 memory=140605200529307 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246280704 11214 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246280704 11214 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246280704 11214 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=10982696 memory=140605199890048 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188204 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493077865632 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246280704 11214 33554432000 4194304 4196468 140734845199280 140492876538608 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 340 12836 0 0 1 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 287 12836 0 0 1 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=10982696 memory=140605199890048 CPUtime=0.11 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 616 12836 0 0 3 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=10982696 memory=140605199890048 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246280704 11214 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44856 KiB

[startup+0.310354 s]*
/proc/loadavg: 1.12 1.40 1.42 3/216 14451
/proc/meminfo: memFree=23542244/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=10983192 memory=56184 CPUtime=0.39 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 10555 12836 0 0 29 2 5 3 20 0 15 0 107188193 11246788608 14046 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2745798 14046 3094 1 0 2708109 0
[pid=14385/tid=14438] ppid=14382 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 7089 12836 0 0 20 1 5 3 20 0 15 0 107188202 11246788608 14046 33554432000 4194304 4196468 140734845199280 140494190125472 140494199876992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 14046 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 14046 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 14046 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 14046 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188204 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493077865632 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246788608 14046 33554432000 4194304 4196468 140734845199280 140492876538608 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 341 12836 0 0 1 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 287 12836 0 0 1 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=10983192 memory=140605199890048 CPUtime=0.13 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 621 12836 0 0 5 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=10983192 memory=140605199890048 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 14046 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56184 KiB

[startup+0.700749 s]
/proc/loadavg: 1.12 1.40 1.42 3/216 14451
/proc/meminfo: memFree=23530832/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=10983192 memory=88652 CPUtime=0.98 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 16794 12836 0 0 86 4 5 3 20 0 15 0 107188193 11246788608 22163 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2745798 22163 3237 1 0 2708109 0
[pid=14385/tid=14438] ppid=14382 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 12392 12836 0 0 55 3 5 3 20 0 15 0 107188202 11246788608 22163 33554432000 4194304 4196468 140734845199280 140494190135632 140494202393950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 22163 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 22163 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 22163 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188203 11246788608 22163 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 5 12836 0 0 0 0 5 3 20 0 15 0 107188204 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493077865632 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=10983192 memory=140605082710800 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188205 11246788608 22163 33554432000 4194304 4196468 140734845199280 140492876538608 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=10983192 memory=140608639337041 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=10983192 memory=14076 CPUtime=0.15 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 618 12836 0 0 7 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=10983192 memory=4639098309541127269 CPUtime=0.17 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 885 12836 0 0 9 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 679 12836 0 0 13 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188208 11246788608 22163 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88652 KiB

[startup+1.50065 s]
/proc/loadavg: 1.12 1.40 1.42 2/216 14451
/proc/meminfo: memFree=23489680/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=10991948 memory=118892 CPUtime=1.7 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 19771 12836 0 0 156 6 5 3 20 0 15 0 107188193 11255754752 29723 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2747987 29723 3441 1 0 2709645 0
[pid=14385/tid=14438] ppid=14382 vsize=10991948 memory=12848 CPUtime=1.06 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 14913 12836 0 0 93 5 5 3 20 0 15 0 107188202 11255754752 29723 33554432000 4194304 4196468 140734845199280 140494190145488 140494202393950 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11255754752 29723 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=10991948 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11255754752 29723 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=10991948 memory=3084 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188203 11255754752 29723 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=10991948 memory=88652 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188203 11255754752 29723 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 6 12836 0 0 0 0 5 3 20 0 15 0 107188204 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 13 12836 0 0 0 0 5 3 20 0 15 0 107188205 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493077865632 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 1 12836 0 0 0 0 5 3 20 0 15 0 107188205 11255754752 29723 33554432000 4194304 4196468 140734845199280 140492876538608 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=10991948 memory=6935649255759568960 CPUtime=0.23 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 665 12836 0 0 15 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=10991948 memory=281210165697408 CPUtime=0.27 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 943 12836 0 0 19 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=10991948 memory=6944656592452938395 CPUtime=0.36 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) R 14382 14385 6529 0 -1 4202560 1031 12836 0 0 28 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493506472432 140494202393950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=10991948 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=10991948 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188208 11255754752 29723 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10991948 KiB

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

/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 53684 12836 0 0 10132 16 5 3 20 0 15 0 107188202 11345952768 149804 33554432000 4194304 4196468 140734845199280 140494190142432 140493780568881 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=11080032 memory=4140 CPUtime=0.18 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 2395 12836 0 0 8 2 5 3 20 0 15 0 107188203 11345952768 149804 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=11080032 memory=4126316290023845779 CPUtime=0.19 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 2660 12836 0 0 10 1 5 3 20 0 15 0 107188203 11345952768 149804 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=11080032 memory=1576 CPUtime=0.18 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1024 12836 0 0 8 2 5 3 20 0 15 0 107188203 11345952768 149804 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=11080032 memory=601696 CPUtime=0.2 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2714 12836 0 0 10 2 5 3 20 0 15 0 107188203 11345952768 149804 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=11080032 memory=601696 CPUtime=0.19 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 7137 12836 0 0 10 1 5 3 20 0 15 0 107188204 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=11080032 memory=599216 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493077865696 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=11080032 memory=604260 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 149804 33554432000 4194304 4196468 140734845199280 140492876538624 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=11080032 memory=599216 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=11080032 memory=69 CPUtime=4.34 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 24537 12836 0 0 422 4 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=11080032 memory=0 CPUtime=4.6 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 19603 12836 0 0 450 2 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=11080032 memory=202374564049051 CPUtime=1.88 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 15260 12836 0 0 177 3 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=11080032 memory=202374564049052 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=11080032 memory=4140 CPUtime=0.11 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 354 12836 0 0 2 1 5 3 20 0 15 0 107188208 11345952768 149804 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 112.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 599216 KiB

[startup+162.301 s]
/proc/loadavg: 1.76 1.60 1.50 3/216 14581
/proc/meminfo: memFree=21001728/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=11080032 memory=599700 CPUtime=173.54 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 141323 12836 0 0 17304 42 5 3 20 0 15 0 107188193 11345952768 149925 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2770008 149925 3527 1 0 2731661 0
[pid=14385/tid=14438] ppid=14382 vsize=11080032 memory=599700 CPUtime=161.35 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 54767 12836 0 0 16110 17 5 3 20 0 15 0 107188202 11345952768 149925 33554432000 4194304 4196468 140734845199280 140494190145928 140493780028813 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.28 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 3470 12836 0 0 17 3 5 3 20 0 15 0 107188203 11345952768 149925 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.28 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 3226 12836 0 0 18 2 5 3 20 0 15 0 107188203 11345952768 149925 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.26 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1071 12836 0 0 15 3 5 3 20 0 15 0 107188203 11345952768 149925 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.28 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 2854 12836 0 0 18 2 5 3 20 0 15 0 107188203 11345952768 149925 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.27 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 7447 12836 0 0 17 2 5 3 20 0 15 0 107188204 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493077865696 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=11080032 memory=281210166120768 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 149925 33554432000 4194304 4196468 140734845199280 140492876538624 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=11080032 memory=-7028383565733675155 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=11080032 memory=599700 CPUtime=4.69 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 27325 12836 0 0 457 4 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=11080032 memory=4140 CPUtime=4.69 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 21051 12836 0 0 459 2 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=11080032 memory=0 CPUtime=1.91 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 17517 12836 0 0 180 3 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=11080032 memory=460 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=11080032 memory=599700 CPUtime=0.14 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 384 12836 0 0 3 3 5 3 20 0 15 0 107188208 11345952768 149925 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 173.54 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 599700 KiB

[startup+222.301 s]
/proc/loadavg: 1.80 1.64 1.52 3/216 14841
/proc/meminfo: memFree=21589428/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=11080032 memory=601824 CPUtime=234.18 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 147231 12836 0 0 23354 56 5 3 20 0 15 0 107188193 11345952768 150456 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2770008 150456 3527 1 0 2731661 0
[pid=14385/tid=14438] ppid=14382 vsize=11080032 memory=0 CPUtime=221.01 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 55624 12836 0 0 22067 26 5 3 20 0 15 0 107188202 11345952768 150456 33554432000 4194304 4196468 140734845199280 140494190148064 140493780024275 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=11080032 memory=601756 CPUtime=0.41 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 3518 12836 0 0 29 4 5 3 20 0 15 0 107188203 11345952768 150456 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=11080032 memory=601756 CPUtime=0.42 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 4863 12836 0 0 31 3 5 3 20 0 15 0 107188203 11345952768 150456 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=11080032 memory=601824 CPUtime=0.4 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1100 12836 0 0 28 4 5 3 20 0 15 0 107188203 11345952768 150456 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=11080032 memory=601824 CPUtime=0.42 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 3018 12836 0 0 31 3 5 3 20 0 15 0 107188203 11345952768 150456 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=11080032 memory=4140 CPUtime=0.4 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 7765 12836 0 0 30 2 5 3 20 0 15 0 107188204 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=11080032 memory=601824 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493077865696 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=11080032 memory=601824 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 150456 33554432000 4194304 4196468 140734845199280 140492876538624 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=11080032 memory=601756 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=11080032 memory=601756 CPUtime=4.8 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 29078 12836 0 0 468 4 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=11080032 memory=601756 CPUtime=4.81 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 21622 12836 0 0 471 2 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=11080032 memory=0 CPUtime=1.95 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 18016 12836 0 0 184 3 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=11080032 memory=6859046417825621860 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=11080032 memory=601824 CPUtime=0.16 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 416 12836 0 0 4 4 5 3 20 0 15 0 107188208 11345952768 150456 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 234.18 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 601824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.70 1.64 1.52 3/216 14841
/proc/meminfo: memFree=21291600/32770624 swapFree=67108688/67108860
[pid=14385] ppid=14382 vsize=11080032 memory=601840 CPUtime=252.04 cores=0,2,4,6
/proc/14385/stat : 14385 (java) S 14382 14385 6529 0 -1 1077944320 148657 12836 0 0 25139 57 5 3 20 0 15 0 107188193 11345952768 150460 33554432000 4194304 4196468 140734845199280 140734845181824 140494218313463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
/proc/14385/statm: 2770008 150460 3527 1 0 2731661 0
[pid=14385/tid=14438] ppid=14382 vsize=11080032 memory=6791534058613427641 CPUtime=238.62 cores=0,2,4,6
/proc/14385/task/14438/stat : 14438 (java) R 14382 14385 6529 0 -1 4202560 55683 12836 0 0 23828 26 5 3 20 0 15 0 107188202 11345952768 150460 33554432000 4194304 4196468 140734845199280 140494190146160 140493779701995 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14439] ppid=14382 vsize=11080032 memory=4126316290023845779 CPUtime=0.45 cores=0,2,4,6
/proc/14385/task/14439/stat : 14439 (java) S 14382 14385 6529 0 -1 1077944384 3519 12836 0 0 33 4 5 3 20 0 15 0 107188203 11345952768 150460 33554432000 4194304 4196468 140734845199280 140494222556176 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14440] ppid=14382 vsize=11080032 memory=1788 CPUtime=0.46 cores=0,2,4,6
/proc/14385/task/14440/stat : 14440 (java) S 14382 14385 6529 0 -1 1077944384 4864 12836 0 0 35 3 5 3 20 0 15 0 107188203 11345952768 150460 33554432000 4194304 4196468 140734845199280 140494087892112 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14441] ppid=14382 vsize=11080032 memory=644 CPUtime=0.44 cores=0,2,4,6
/proc/14385/task/14441/stat : 14441 (java) S 14382 14385 6529 0 -1 1077944384 1105 12836 0 0 32 4 5 3 20 0 15 0 107188203 11345952768 150460 33554432000 4194304 4196468 140734845199280 140494086839056 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14442] ppid=14382 vsize=11080032 memory=952 CPUtime=0.46 cores=0,2,4,6
/proc/14385/task/14442/stat : 14442 (java) S 14382 14385 6529 0 -1 1077944384 3020 12836 0 0 35 3 5 3 20 0 15 0 107188203 11345952768 150460 33554432000 4194304 4196468 140734845199280 140494085786512 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14443] ppid=14382 vsize=11080032 memory=1232 CPUtime=0.43 cores=0,2,4,6
/proc/14385/task/14443/stat : 14443 (java) S 14382 14385 6529 0 -1 1077944384 7768 12836 0 0 33 2 5 3 20 0 15 0 107188204 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493509630192 140494218324610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14444] ppid=14382 vsize=11080032 memory=601840 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14444/stat : 14444 (java) S 14382 14385 6529 0 -1 1077944384 14 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493077865696 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14445] ppid=14382 vsize=11080032 memory=601840 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14445/stat : 14445 (java) S 14382 14385 6529 0 -1 1077944384 2 12836 0 0 0 0 5 3 20 0 15 0 107188205 11345952768 150460 33554432000 4194304 4196468 140734845199280 140492876538624 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14446] ppid=14382 vsize=11080032 memory=20689 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14446/stat : 14446 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140492569139152 140494218332059 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14447] ppid=14382 vsize=11080032 memory=18481 CPUtime=4.82 cores=0,2,4,6
/proc/14385/task/14447/stat : 14447 (java) S 14382 14385 6529 0 -1 1077944384 29534 12836 0 0 470 4 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493508578032 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14448] ppid=14382 vsize=11080032 memory=16273 CPUtime=4.82 cores=0,2,4,6
/proc/14385/task/14448/stat : 14448 (java) S 14382 14385 6529 0 -1 1077944384 21885 12836 0 0 472 2 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493507525488 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14449] ppid=14382 vsize=11080032 memory=14067 CPUtime=1.96 cores=0,2,4,6
/proc/14385/task/14449/stat : 14449 (java) S 14382 14385 6529 0 -1 1077944384 18652 12836 0 0 185 3 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493506472432 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14450] ppid=14382 vsize=11080032 memory=11857 CPUtime=0.08 cores=0,2,4,6
/proc/14385/task/14450/stat : 14450 (java) S 14382 14385 6529 0 -1 1077944384 3 12836 0 0 0 0 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140492138343264 140494218323669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
[pid=14385/tid=14451] ppid=14382 vsize=11080032 memory=9673 CPUtime=0.17 cores=0,2,4,6
/proc/14385/task/14451/stat : 14451 (java) S 14382 14385 6529 0 -1 1077944384 416 12836 0 0 4 5 5 3 20 0 15 0 107188208 11345952768 150460 33554432000 4194304 4196468 140734845199280 140493505419824 140494218324610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8765440 140734845201010 140734845203809 140734845203809 140734845206479 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 601840 KiB

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

[startup+240.045 s]
# the end of solver process 14385 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.46 s, system=0.627103 s

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

Child status: 143
Real time (s): 240.045
CPU time (s): 252.087
CPU user time (s): 251.46
CPU system time (s): 0.627103
CPU usage (%): 105.016
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 632476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.46
system time used= 0.627103
maximum resident set size= 632476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19462
involuntary context switches= 586


# summary of solver processes directly reported to runsolver:
#   pid: 14385
#   total CPU time (s): 252.087
#   total CPU user time (s): 251.46
#   total CPU system time (s): 0.627103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66507 second user time and 1.98635 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:30:53
IDJOB=4302403
IDBENCH=141247
IDSOLVER=2776
FILE ID=node106/4302403-1532896253
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302403-1532896253/watcher-4302403-1532896253 -o /tmp/evaluation-result-4302403-1532896253/solver-4302403-1532896253 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=808278292 HOME/instance-4302403-1532896253.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=808278292

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        23584396 kB
MemAvailable:   29954428 kB
Buffers:          247012 kB
Cached:          6356132 kB
SwapCached:            0 kB
Active:          4407756 kB
Inactive:        4225444 kB
Active(anon):    1977168 kB
Inactive(anon):    80476 kB
Active(file):    2430588 kB
Inactive(file):  4144968 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26212 kB
Writeback:             0 kB
AnonPages:       2036396 kB
Mapped:            58024 kB
Shmem:             25056 kB
Slab:             248536 kB
SReclaimable:     220620 kB
SUnreclaim:        27916 kB
KernelStack:        3584 kB
PageTables:         9868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3142532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1810432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54572 MiB
End job on node106 at 2018-07-29 22:34:53