Trace number 4293850

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.8-SuperNG 2018-06-13SAT (TO)73 2520.1 2483.64

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.97/0.73	c Concrete v3.8.1528841891564 running
12.66/6.39	o 114
12.89/6.42	o 108
13.16/6.57	o 106
13.16/6.58	o 104
13.16/6.59	o 103
13.16/6.60	o 101
13.51/6.62	o 100
14.77/7.22	o 98
14.77/7.23	o 96
14.77/7.24	o 94
14.77/7.28	o 92
15.02/7.32	o 90
18.06/9.44	o 89
18.06/9.45	o 87
35.74/25.66	o 85
200.89/187.92	o 83
200.89/187.92	o 81
203.02/189.96	o 77
602.21/584.95	o 75
677.28/659.18	o 73
2520.05/2483.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2483.60		at concrete.MAC.mac(MAC.scala:188)
2520.05/2483.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2483.60		at scala.util.Try$.apply(Try.scala:209)
2520.05/2483.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2483.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2483.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2483.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2483.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2483.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2483.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2483.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2483.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2483.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2483.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2483.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2483.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2483.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2483.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2483.61		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2483.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2483.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2483.61		at scala.util.Success.map(Try.scala:209)
2520.05/2483.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2483.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2483.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2483.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2483.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2483.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2483.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2483.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2483.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2483.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2483.61		at scala.App.main(App.scala:76)
2520.05/2483.61		at scala.App.main$(App.scala:74)
2520.05/2483.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2483.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2483.61	v <instantiation cost="73">
2520.05/2483.61	v       <list>
2520.05/2483.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26]
2520.05/2483.61	v       </list>
2520.05/2483.61	v       <values>
2520.05/2483.61	v         0 24 9 10 26 2 21 27 8 6 1 17 4 28 12 19 25 13 5 22 31 3 23 7 11 16 15 30 18 29 14 20 1 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 2 1 1 1 1 1 0 0 0 0 1 2 0 1 1 0 1 0 1 1 0 0 0 0 1 0 1 0 2 0 0 1 0 1 1 2 2 1 1 2 0 1 1 0 2 0 1 0 1 0 0 1 0 1 0 0
2520.05/2483.61	v       </values>
2520.05/2483.61	v     </instantiation>
2520.05/2483.61	s SATISFIABLE

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293850-1532372437/watcher-4293850-1532372437 -o /tmp/evaluation-result-4293850-1532372437/solver-4293850-1532372437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=689611923 -superng HOME/instance-4293850-1532372437.xml 

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

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

solver pid=17745, runsolver pid=17742

[startup+0.100091 s]*
/proc/loadavg: 1.79 1.74 1.76 4/207 17802
/proc/meminfo: memFree=26947420/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=9988792 memory=19380 CPUtime=0.08 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 4468 13015 0 0 1 0 5 2 20 0 6 0 54806875 10228523008 4845 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2497198 4845 1973 1 0 2485636 0
[pid=17745/tid=17798] ppid=17742 vsize=10055356 memory=4279135703913365648 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 2338 13015 0 0 1 0 5 2 20 0 7 0 54806883 10296684544 4911 33554432000 4194304 4196468 140734671642928 140431265065744 140431278905173 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10055356 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 7 0 54806884 10296684544 4911 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10055356 memory=140221173278336 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 7 0 54806884 10296684544 4911 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 7 0 54806884 10296684544 4911 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 7 0 54806884 10296684544 4911 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10055356 memory=140221173278336 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 7 0 54806886 10296684544 4911 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 19380 KiB

[startup+0.209916 s]*
/proc/loadavg: 1.79 1.74 1.76 4/216 17811
/proc/meminfo: memFree=26925800/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10818904 memory=45648 CPUtime=0.26 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 9263 13015 0 0 17 2 5 2 20 0 15 0 54806875 11078557696 11412 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2704726 11412 2972 1 0 2667149 0
[pid=17745/tid=17798] ppid=17742 vsize=10819044 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 5955 13015 0 0 11 1 5 2 20 0 15 0 54806883 11078701056 11412 33554432000 4194304 4196468 140734671642928 140431265047456 140430886035176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10819044 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11078701056 11412 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10819044 memory=140221173602243 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11078701056 11412 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10819044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11078701056 11412 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10819052 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11078709248 11412 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10819052 memory=140221173278336 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806886 11078709248 11412 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10819052 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 13 13015 0 0 0 0 5 2 20 0 15 0 54806886 11078709248 11412 33554432000 4194304 4196468 140734671642928 140430733730976 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10819052 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806886 11078709248 11412 33554432000 4194304 4196468 140734671642928 140430129750768 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10819052 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11078709248 11412 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10819052 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 486 13015 0 0 1 0 5 2 20 0 15 0 54806889 11078709248 11412 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10819096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 88 13015 0 0 1 0 5 2 20 0 15 0 54806889 11078754304 11412 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10819096 memory=140221173278336 CPUtime=0.1 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) R 17742 17745 17273 0 -1 4202560 552 13015 0 0 3 0 5 2 20 0 15 0 54806889 11078754304 11412 33554432000 4194304 4196468 140734671642928 140430816754160 140431293243994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10819096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11078754304 11412 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10819096 memory=140221173278336 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806889 11078754304 11412 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45648 KiB

[startup+0.310413 s]*
/proc/loadavg: 1.79 1.74 1.76 3/216 17811
/proc/meminfo: memFree=26914140/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10819352 memory=53524 CPUtime=0.38 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 10450 13015 0 0 29 2 5 2 20 0 15 0 54806875 11079016448 13381 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2704838 13381 3091 1 0 2667149 0
[pid=17745/tid=17798] ppid=17742 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 7099 13015 0 0 20 1 5 2 20 0 15 0 54806883 11079016448 13381 33554432000 4194304 4196468 140734671642928 140431265034656 140431274786203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 13381 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 13381 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 13381 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 13381 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 13 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430733730976 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430129750768 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 486 13015 0 0 1 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 89 13015 0 0 1 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10819352 memory=140221173278336 CPUtime=0.12 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 559 13015 0 0 5 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10819352 memory=140221173278336 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 13381 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53524 KiB

[startup+0.700714 s]
/proc/loadavg: 1.79 1.74 1.76 4/216 17811
/proc/meminfo: memFree=26904712/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10819352 memory=86300 CPUtime=0.97 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 16741 13015 0 0 86 4 5 2 20 0 15 0 54806875 11079016448 21575 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2704838 21575 3237 1 0 2667149 0
[pid=17745/tid=17798] ppid=17742 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 12313 13015 0 0 56 3 5 2 20 0 15 0 54806883 11079016448 21575 33554432000 4194304 4196468 140734671642928 140431265043472 140431274786180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 21575 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 21575 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 21575 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 54806884 11079016448 21575 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10819352 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 5 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10819352 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 13 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430733730976 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806886 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430129750768 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 1105 13015 0 0 9 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 458 13015 0 0 7 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10819352 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 645 13015 0 0 12 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806889 11079016448 21575 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86300 KiB

[startup+1.50065 s]
/proc/loadavg: 1.81 1.74 1.76 4/216 17811
/proc/meminfo: memFree=26858008/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10834252 memory=178716 CPUtime=2.39 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 24376 13015 0 0 223 9 5 2 20 0 15 0 54806875 11094274048 44679 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2708563 44679 3478 1 0 2670221 0
[pid=17745/tid=17798] ppid=17742 vsize=10834252 memory=-5153075247754915967 CPUtime=1.42 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 17821 13015 0 0 129 6 5 2 20 0 15 0 54806883 11094274048 44679 33554432000 4194304 4196468 140734671642928 140431265050992 140431278388192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10834252 memory=-7960770259361910467 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 13 13015 0 0 1 0 5 2 20 0 15 0 54806884 11094274048 44679 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10834252 memory=6720696446780543624 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 21 13015 0 0 1 0 5 2 20 0 15 0 54806884 11094274048 44679 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10834252 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 196 13015 0 0 1 0 5 2 20 0 15 0 54806884 11094274048 44679 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10834252 memory=118284 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 77 13015 0 0 1 0 5 2 20 0 15 0 54806884 11094274048 44679 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 59 13015 0 0 1 0 5 2 20 0 15 0 54806886 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 14 13015 0 0 0 0 5 2 20 0 15 0 54806886 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430733731040 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10834252 memory=280442037143232 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806886 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430129750784 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10834252 memory=280442037557456 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10834252 memory=140221018581328 CPUtime=0.34 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 1574 13015 0 0 27 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10834252 memory=140221173280849 CPUtime=0.3 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 1106 13015 0 0 23 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10834252 memory=47 CPUtime=0.41 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 1301 13015 0 0 34 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10834252 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10834252 memory=146 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 54806889 11094274048 44679 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0

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

/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 88304 13015 0 0 231013 32 5 2 20 0 15 0 54806883 11178180608 161706 33554432000 4194304 4196468 140734671642928 140431265057328 140430898996723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10916192 memory=646824 CPUtime=5.54 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 10047 13015 0 0 519 28 5 2 20 0 15 0 54806884 11178180608 161706 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10916192 memory=646824 CPUtime=5.51 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 10814 13015 0 0 516 28 5 2 20 0 15 0 54806884 11178180608 161706 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10916192 memory=646824 CPUtime=5.54 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 9582 13015 0 0 518 29 5 2 20 0 15 0 54806884 11178180608 161706 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10916192 memory=646824 CPUtime=5.53 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 15470 13015 0 0 518 28 5 2 20 0 15 0 54806884 11178180608 161706 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10916192 memory=646824 CPUtime=4.79 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 10222 13015 0 0 448 24 5 2 20 0 15 0 54806886 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10916192 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 16 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430733731104 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10916192 memory=11300 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 10 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430129750784 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10916192 memory=646824 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10916192 memory=1728 CPUtime=7.65 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 60892 13015 0 0 753 5 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10916192 memory=4028 CPUtime=8.66 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 70066 13015 0 0 852 7 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10916192 memory=646824 CPUtime=3.45 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 56359 13015 0 0 330 8 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10916192 memory=646824 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10916192 memory=17624 CPUtime=1.05 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1407 13015 0 0 49 49 5 2 20 0 15 0 54806889 11178180608 161706 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 2357.72 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 646824 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.66 1.58 3/216 17906
/proc/meminfo: memFree=25157700/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10916192 memory=646884 CPUtime=2418.11 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 336191 13015 0 0 241589 215 5 2 20 0 15 0 54806875 11178180608 161721 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2729048 161721 3532 1 0 2690701 0
[pid=17745/tid=17798] ppid=17742 vsize=10916192 memory=646824 CPUtime=2370.25 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 88669 13015 0 0 236985 33 5 2 20 0 15 0 54806883 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431265058064 140430898998499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.67 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 10119 13015 0 0 531 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10916192 memory=646824 CPUtime=5.65 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 10830 13015 0 0 529 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.67 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 9887 13015 0 0 531 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.67 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 15484 13015 0 0 531 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10916192 memory=646884 CPUtime=4.91 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 10246 13015 0 0 459 25 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10916192 memory=7679373425970869011 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 16 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430733731104 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10916192 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 10 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430129750784 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10916192 memory=646884 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10916192 memory=4028 CPUtime=7.65 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 60894 13015 0 0 753 5 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10916192 memory=646884 CPUtime=8.66 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 70068 13015 0 0 852 7 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10916192 memory=646884 CPUtime=3.45 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 56361 13015 0 0 330 8 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10916192 memory=646884 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10916192 memory=960 CPUtime=1.06 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1413 13015 0 0 49 50 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 2418.11 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 646884 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.63 1.58 3/216 17907
/proc/meminfo: memFree=25127812/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10916192 memory=646884 CPUtime=2478.48 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 336788 13015 0 0 247623 218 5 2 20 0 15 0 54806875 11178180608 161721 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2729048 161721 3532 1 0 2690701 0
[pid=17745/tid=17798] ppid=17742 vsize=10916192 memory=646884 CPUtime=2429.96 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 88982 13015 0 0 242956 33 5 2 20 0 15 0 54806883 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431265053168 140430898403318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.8 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 10130 13015 0 0 544 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.77 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 10844 13015 0 0 541 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.81 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 9895 13015 0 0 544 30 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.8 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 15540 13015 0 0 544 29 5 2 20 0 15 0 54806884 11178180608 161721 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10916192 memory=646884 CPUtime=5.02 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 10425 13015 0 0 469 26 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10916192 memory=646884 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 16 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430733731104 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 10 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430129750784 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10916192 memory=646884 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10916192 memory=646884 CPUtime=7.65 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 60894 13015 0 0 753 5 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10916192 memory=646884 CPUtime=8.66 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 70068 13015 0 0 852 7 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10916192 memory=646884 CPUtime=3.45 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 56361 13015 0 0 330 8 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10916192 memory=646884 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10916192 memory=11308 CPUtime=1.1 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1429 13015 0 0 51 52 5 2 20 0 15 0 54806889 11178180608 161721 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 2478.48 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 646884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.6 s]
/proc/loadavg: 1.45 1.58 1.56 6/216 18038
/proc/meminfo: memFree=25041032/32770624 swapFree=67108860/67108860
[pid=17745] ppid=17742 vsize=10916192 memory=648952 CPUtime=2520.05 cores=1,3,5,7
/proc/17745/stat : 17745 (java) S 17742 17745 17273 0 -1 1077944320 337861 13015 0 0 251777 221 5 2 20 0 15 0 54806875 11178180608 162238 33554432000 4194304 4196468 140734671642928 140734671625472 140431293222647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
/proc/17745/statm: 2729048 162238 3532 1 0 2690701 0
[pid=17745/tid=17798] ppid=17742 vsize=10916192 memory=11308 CPUtime=2471.06 cores=1,3,5,7
/proc/17745/task/17798/stat : 17798 (java) R 17742 17745 17273 0 -1 4202560 89369 13015 0 0 247066 33 5 2 20 0 15 0 54806883 11178180608 162238 33554432000 4194304 4196468 140734671642928 140431265051776 140430898997079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17799] ppid=17742 vsize=10916192 memory=4052 CPUtime=5.89 cores=1,3,5,7
/proc/17745/task/17799/stat : 17799 (java) S 17742 17745 17273 0 -1 1077944384 10437 13015 0 0 552 30 5 2 20 0 15 0 54806884 11178180608 162238 33554432000 4194304 4196468 140734671642928 140431297465360 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17800] ppid=17742 vsize=10916192 memory=6791534058613427641 CPUtime=5.87 cores=1,3,5,7
/proc/17745/task/17800/stat : 17800 (java) S 17742 17745 17273 0 -1 1077944384 10879 13015 0 0 550 30 5 2 20 0 15 0 54806884 11178180608 162238 33554432000 4194304 4196468 140734671642928 140431212285072 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17801] ppid=17742 vsize=10916192 memory=960 CPUtime=5.9 cores=1,3,5,7
/proc/17745/task/17801/stat : 17801 (java) S 17742 17745 17273 0 -1 1077944384 9912 13015 0 0 553 30 5 2 20 0 15 0 54806884 11178180608 162238 33554432000 4194304 4196468 140734671642928 140431211232016 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17802] ppid=17742 vsize=10916192 memory=2340 CPUtime=5.88 cores=1,3,5,7
/proc/17745/task/17802/stat : 17802 (java) S 17742 17745 17273 0 -1 1077944384 15654 13015 0 0 552 29 5 2 20 0 15 0 54806884 11178180608 162238 33554432000 4194304 4196468 140734671642928 140431210179472 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17803] ppid=17742 vsize=10916192 memory=928 CPUtime=5.1 cores=1,3,5,7
/proc/17745/task/17803/stat : 17803 (java) S 17742 17745 17273 0 -1 1077944384 10615 13015 0 0 477 26 5 2 20 0 15 0 54806886 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430819911920 140431293233794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17804] ppid=17742 vsize=10916192 memory=280442037440480 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17804/stat : 17804 (java) S 17742 17745 17273 0 -1 1077944384 16 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430733731104 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17805] ppid=17742 vsize=10916192 memory=3472468517243978564 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17805/stat : 17805 (java) S 17742 17745 17273 0 -1 1077944384 10 13015 0 0 0 0 5 2 20 0 15 0 54806886 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430129750784 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17806] ppid=17742 vsize=10916192 memory=3472425680236514151 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17806/stat : 17806 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140429822351312 140431293241243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17807] ppid=17742 vsize=10916192 memory=3472468349914326050 CPUtime=7.65 cores=1,3,5,7
/proc/17745/task/17807/stat : 17807 (java) S 17742 17745 17273 0 -1 1077944384 60896 13015 0 0 753 5 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430818859760 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17808] ppid=17742 vsize=10916192 memory=3472468517247258640 CPUtime=8.66 cores=1,3,5,7
/proc/17745/task/17808/stat : 17808 (java) S 17742 17745 17273 0 -1 1077944384 70070 13015 0 0 852 7 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430817807216 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17809] ppid=17742 vsize=10916192 memory=648952 CPUtime=3.45 cores=1,3,5,7
/proc/17745/task/17809/stat : 17809 (java) S 17742 17745 17273 0 -1 1077944384 56363 13015 0 0 330 8 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430816754160 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17810] ppid=17742 vsize=10916192 memory=4052 CPUtime=0.07 cores=1,3,5,7
/proc/17745/task/17810/stat : 17810 (java) S 17742 17745 17273 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140429788793696 140431293232853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
[pid=17745/tid=17811] ppid=17742 vsize=10916192 memory=18444 CPUtime=1.11 cores=1,3,5,7
/proc/17745/task/17811/stat : 17811 (java) S 17742 17745 17273 0 -1 1077944384 1446 13015 0 0 51 53 5 2 20 0 15 0 54806889 11178180608 162238 33554432000 4194304 4196468 140734671642928 140430815701552 140431293233794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37699584 140734671644844 140734671648092 140734671648092 140734671650767 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 648952 KiB

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

[startup+2483.64 s]
# the end of solver process 17745 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.85 s, system=2.25418 s

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

Child status: 143
Real time (s): 2483.64
CPU time (s): 2520.1
CPU user time (s): 2517.85
CPU system time (s): 2.25418
CPU usage (%): 101.468
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 759272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.85
system time used= 2.25418
maximum resident set size= 762876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168541
involuntary context switches= 4354


# summary of solver processes directly reported to runsolver:
#   pid: 17745
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.85
#   total CPU system time (s): 2.25418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6709 second user time and 24.1275 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 21:00:37
IDJOB=4293850
IDBENCH=141247
IDSOLVER=2751
FILE ID=node151/4293850-1532372437
RUNJOBID= node151-1532369950-17305
PBS_JOBID= 21021572
Free space on /tmp= 55048 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32a_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293850-1532372437/watcher-4293850-1532372437 -o /tmp/evaluation-result-4293850-1532372437/solver-4293850-1532372437 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=689611923 -superng HOME/instance-4293850-1532372437.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=689611923

node151.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.87
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.87
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.87
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.87
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:        26955660 kB
MemAvailable:   31407884 kB
Buffers:          139008 kB
Cached:          4555016 kB
SwapCached:            0 kB
Active:          1483680 kB
Inactive:        3813824 kB
Active(anon):     553968 kB
Inactive(anon):    69336 kB
Active(file):     929712 kB
Inactive(file):  3744488 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26624 kB
Writeback:             0 kB
AnonPages:        670860 kB
Mapped:            50460 kB
Shmem:             17032 kB
Slab:             215268 kB
SReclaimable:     187720 kB
SUnreclaim:        27548 kB
KernelStack:        3520 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1617328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-23 21:42:01