Trace number 4293877

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 2018-06-13SAT (TO)116 2520.11 2481.43

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
10.63/4.79	o 134
10.93/4.82	o 133
15.09/7.22	o 131
16.87/8.75	o 130
18.35/10.07	o 129
18.54/10.11	o 128
18.54/10.12	o 127
18.54/10.17	o 125
169.12/155.35	o 121
174.54/160.56	o 119
657.35/634.06	o 118
1207.64/1179.66	o 116
2520.06/2481.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2481.40		at concrete.MAC.mac(MAC.scala:188)
2520.06/2481.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2481.40		at scala.util.Try$.apply(Try.scala:209)
2520.06/2481.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2481.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2481.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2481.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2481.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2481.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2481.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2481.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2481.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2481.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2481.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2481.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2481.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2481.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2481.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2481.40		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2481.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2481.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2481.41		at scala.util.Success.map(Try.scala:209)
2520.06/2481.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2481.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2481.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2481.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2481.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2481.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2481.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2481.41		at scala.App.main(App.scala:76)
2520.06/2481.41		at scala.App.main$(App.scala:74)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2481.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2481.41	v <instantiation cost="116">
2520.06/2481.41	v       <list>
2520.06/2481.41	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2520.06/2481.41	v       </list>
2520.06/2481.41	v       <values>
2520.06/2481.41	v         7 18 14 5 15 17 22 23 30 31 19 11 29 10 16 24 27 26 9 12 0 28 6 2 20 21 4 25 13 3 1 8 2 0 0 1 0 2 1 1 2 4 2 3 3 1 0 1 1 2 0 1 0 1 1 0 0 1 0 2 1 1 0 2 0 1 3 1 2 2 1 3 0 0 1 1 2 0 0 1 1 2 1 2 2 1 1 0 0 3 2 3 1 2 0 2 1 2 1 1 0 1 0 2 2 0 1 2 1 2 0 1 0 1 1 0 0 2 1 1 0 0
2520.06/2481.41	v       </values>
2520.06/2481.41	v     </instantiation>
2520.06/2481.42	s SATISFIABLE

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293877-1532383410/watcher-4293877-1532383410 -o /tmp/evaluation-result-4293877-1532383410/solver-4293877-1532383410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=946144028 HOME/instance-4293877-1532383410.xml 

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

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

solver pid=17040, runsolver pid=17037

[startup+0.100061 s]*
/proc/loadavg: 1.23 1.40 1.47 3/208 17097
/proc/meminfo: memFree=22842860/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 4325 13228 0 0 1 1 5 2 20 0 6 0 55904158 10212057088 4138 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2493178 4138 1932 1 0 2481616 0
[pid=17040/tid=17093] ppid=17037 vsize=9972712 memory=4279135704013571469 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 2148 13228 0 0 0 0 5 2 20 0 6 0 55904167 10212057088 4204 33554432000 4194304 4196468 140737048853616 139795554431568 139795566675294 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 6 0 55904168 10212057088 4204 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=9972712 memory=140036787779200 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 6 0 55904168 10212057088 4204 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 6 0 55904168 10212057088 4204 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 6 0 55904168 10212057088 4204 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210137 s]*
/proc/loadavg: 1.23 1.40 1.47 3/217 17106
/proc/meminfo: memFree=22819464/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10818904 memory=43924 CPUtime=0.25 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 7720 13228 0 0 16 2 5 2 20 0 15 0 55904158 11078557696 10981 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2704726 10981 2949 1 0 2667149 0
[pid=17040/tid=17093] ppid=17037 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 4346 13228 0 0 11 1 5 2 20 0 15 0 55904167 11078557696 11047 33554432000 4194304 4196468 140737048853616 139795554413048 139795562870514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11078557696 11113 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10818904 memory=140036787779200 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11078557696 11113 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11078557696 11113 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11078557696 11113 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10818904 memory=140036787779200 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904169 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 33 13228 0 0 0 0 5 2 20 0 15 0 55904170 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794718680096 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904170 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794608808816 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 485 13228 0 0 1 0 5 2 20 0 15 0 55904173 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 122 13228 0 0 0 0 5 2 20 0 15 0 55904173 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10818904 memory=140036787779200 CPUtime=0.09 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 612 13228 0 0 2 0 5 2 20 0 15 0 55904173 11078557696 11113 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11078557696 11113 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10818904 memory=140036787779200 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904173 11078557696 11179 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43924 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.21 1.40 1.47 3/217 17106
/proc/meminfo: memFree=22807416/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10819352 memory=55948 CPUtime=0.38 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 10562 13228 0 0 28 3 5 2 20 0 15 0 55904158 11079016448 13987 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2704838 13987 3068 1 0 2667149 0
[pid=17040/tid=17093] ppid=17037 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 7088 13228 0 0 20 1 5 2 20 0 15 0 55904167 11079016448 13987 33554432000 4194304 4196468 140737048853616 139795554406816 139795562866194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 13987 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10819352 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 13987 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 13987 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 13987 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904169 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 33 13228 0 0 0 0 5 2 20 0 15 0 55904170 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794718680096 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904170 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794608808816 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 485 13228 0 0 1 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 125 13228 0 0 1 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 623 13228 0 0 4 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 13987 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55948 KiB

[startup+0.700823 s]
/proc/loadavg: 1.21 1.40 1.47 3/217 17106
/proc/meminfo: memFree=22796500/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10819352 memory=88516 CPUtime=0.99 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 16764 13228 0 0 87 5 5 2 20 0 15 0 55904158 11079016448 22129 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2704838 22129 3247 1 0 2667149 0
[pid=17040/tid=17093] ppid=17037 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 12207 13228 0 0 56 3 5 2 20 0 15 0 55904167 11079016448 22129 33554432000 4194304 4196468 140737048853616 139795554415632 139795582616733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 22129 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 22129 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 22129 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904168 11079016448 22129 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 5 13228 0 0 0 0 5 2 20 0 15 0 55904169 11079016448 22129 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 33 13228 0 0 0 0 5 2 20 0 15 0 55904170 11079016448 22129 33554432000 4194304 4196468 140737048853616 139794718680096 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904170 11079016448 22129 33554432000 4194304 4196468 140737048853616 139794608808816 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 1072 13228 0 0 10 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10819352 memory=15460 CPUtime=0.13 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 541 13228 0 0 6 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) R 17037 17040 15121 0 -1 4202560 701 13228 0 0 13 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139794683017840 139795561992560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904173 11079016448 22193 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50077 s]
/proc/loadavg: 1.21 1.40 1.47 3/217 17106
/proc/meminfo: memFree=22752464/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10834252 memory=182184 CPUtime=2.39 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 25554 13228 0 0 221 11 5 2 20 0 15 0 55904158 11094274048 45546 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2708563 45546 3469 1 0 2670221 0
[pid=17040/tid=17093] ppid=17037 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 17848 13228 0 0 129 6 5 2 20 0 15 0 55904167 11094274048 45546 33554432000 4194304 4196468 140737048853616 139795554426192 139795582616733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 44 13228 0 0 1 0 5 2 20 0 15 0 55904168 11094274048 45546 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 14 13228 0 0 1 0 5 2 20 0 15 0 55904168 11094274048 45546 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 58 13228 0 0 1 0 5 2 20 0 15 0 55904168 11094274048 45546 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 219 13228 0 0 1 0 5 2 20 0 15 0 55904168 11094274048 45546 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 918 13228 0 0 1 0 5 2 20 0 15 0 55904169 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10834252 memory=280073341053184 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 34 13228 0 0 0 0 5 2 20 0 15 0 55904170 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794718680160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 1 13228 0 0 0 0 5 2 20 0 15 0 55904170 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794608808832 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10834252 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10834252 memory=1704 CPUtime=0.36 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 1664 13228 0 0 29 0 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10834252 memory=9924 CPUtime=0.27 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 1034 13228 0 0 20 0 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10834252 memory=5788 CPUtime=0.42 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 1520 13228 0 0 34 1 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10834252 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10834252 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11094274048 45546 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 77579 13228 0 0 230539 34 5 2 20 0 15 0 55904167 11178180608 170735 33554432000 4194304 4196468 140737048853616 139795554429456 139795176738318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10916192 memory=682940 CPUtime=6.94 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 4921 13228 0 0 652 35 5 2 20 0 15 0 55904168 11178180608 170735 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10916192 memory=682940 CPUtime=6.96 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 9900 13228 0 0 657 32 5 2 20 0 15 0 55904168 11178180608 170735 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10916192 memory=682940 CPUtime=6.94 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 5248 13228 0 0 651 36 5 2 20 0 15 0 55904168 11178180608 170735 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10916192 memory=4136 CPUtime=6.92 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 6937 13228 0 0 651 34 5 2 20 0 15 0 55904168 11178180608 170735 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10916192 memory=682940 CPUtime=6.66 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 8399 13228 0 0 624 35 5 2 20 0 15 0 55904169 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10916192 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 40 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794718680224 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10916192 memory=680864 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794608808832 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10916192 memory=680776 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10916192 memory=1292 CPUtime=7.46 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 31178 13228 0 0 733 6 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10916192 memory=1728 CPUtime=7.83 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 31601 13228 0 0 771 5 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10916192 memory=682940 CPUtime=3.32 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 25143 13228 0 0 318 7 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10916192 memory=682940 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10916192 memory=682940 CPUtime=1.42 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 943 13228 0 0 69 66 5 2 20 0 15 0 55904173 11178180608 170735 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 2359.71 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 682940 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.62 1.62 3/216 17570
/proc/meminfo: memFree=20312804/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10916192 memory=682992 CPUtime=2420.17 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 205258 13228 0 0 241764 246 5 2 20 0 15 0 55904158 11178180608 170748 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2729048 170748 3527 1 0 2690701 0
[pid=17040/tid=17093] ppid=17037 vsize=10916192 memory=682992 CPUtime=2365.38 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 78056 13228 0 0 236497 34 5 2 20 0 15 0 55904167 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795554429392 139795176736357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.11 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 4984 13228 0 0 668 36 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10916192 memory=164 CPUtime=7.13 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 9965 13228 0 0 673 33 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10916192 memory=682940 CPUtime=7.11 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 5581 13228 0 0 667 37 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10916192 memory=682940 CPUtime=7.08 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 6948 13228 0 0 667 34 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10916192 memory=146879291622804 CPUtime=6.82 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 8596 13228 0 0 640 35 5 2 20 0 15 0 55904169 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10916192 memory=6944656601042741910 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 40 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794718680224 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794608808832 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10916192 memory=17896 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10916192 memory=4136 CPUtime=7.47 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 31180 13228 0 0 734 6 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10916192 memory=17896 CPUtime=7.83 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 31603 13228 0 0 771 5 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10916192 memory=0 CPUtime=3.32 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 25145 13228 0 0 318 7 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10916192 memory=68 CPUtime=1.46 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 960 13228 0 0 72 67 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 2420.17 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 682992 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.62 1.62 3/216 17571
/proc/meminfo: memFree=20411544/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10916192 memory=682992 CPUtime=2480.66 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 206105 13228 0 0 247808 251 5 2 20 0 15 0 55904158 11178180608 170748 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2729048 170748 3527 1 0 2690701 0
[pid=17040/tid=17093] ppid=17037 vsize=10916192 memory=682992 CPUtime=2424.97 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 78455 13228 0 0 242456 34 5 2 20 0 15 0 55904167 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795554430256 139795166217395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.28 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 4994 13228 0 0 684 37 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.3 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 9972 13228 0 0 690 33 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.28 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 5924 13228 0 0 683 38 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.26 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 7003 13228 0 0 683 36 5 2 20 0 15 0 55904168 11178180608 170748 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10916192 memory=682992 CPUtime=6.98 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 8623 13228 0 0 655 36 5 2 20 0 15 0 55904169 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10916192 memory=682992 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 40 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794718680224 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10916192 memory=682992 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794608808832 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10916192 memory=682992 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10916192 memory=682992 CPUtime=7.47 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 31180 13228 0 0 734 6 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10916192 memory=1424 CPUtime=7.83 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 31603 13228 0 0 771 5 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10916192 memory=15868 CPUtime=3.32 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 25145 13228 0 0 318 7 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10916192 memory=17896 CPUtime=1.5 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 966 13228 0 0 74 69 5 2 20 0 15 0 55904173 11178180608 170748 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 2480.66 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 682992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.4 s]
/proc/loadavg: 1.53 1.60 1.61 3/216 17571
/proc/meminfo: memFree=20597540/32770624 swapFree=67108860/67108860
[pid=17040] ppid=17037 vsize=10916192 memory=682996 CPUtime=2520.06 cores=0,2,4,6
/proc/17040/stat : 17040 (java) S 17037 17040 15121 0 -1 1077944320 207088 13228 0 0 251746 253 5 2 20 0 15 0 55904158 11178180608 170749 33554432000 4194304 4196468 140737048853616 140737048836160 139795582594807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
/proc/17040/statm: 2729048 170749 3527 1 0 2690701 0
[pid=17040/tid=17093] ppid=17037 vsize=10916192 memory=3848 CPUtime=2463.8 cores=0,2,4,6
/proc/17040/task/17093/stat : 17093 (java) R 17037 17040 15121 0 -1 4202560 78915 13228 0 0 246339 34 5 2 20 0 15 0 55904167 11178180608 170749 33554432000 4194304 4196468 140737048853616 139795554429616 139795176740449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17094] ppid=17037 vsize=10916192 memory=2700 CPUtime=7.4 cores=0,2,4,6
/proc/17040/task/17094/stat : 17094 (java) S 17037 17040 15121 0 -1 1077944384 5044 13228 0 0 695 38 5 2 20 0 15 0 55904168 11178180608 170749 33554432000 4194304 4196468 140737048853616 139795586837648 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17095] ppid=17037 vsize=10916192 memory=2836 CPUtime=7.42 cores=0,2,4,6
/proc/17040/task/17095/stat : 17095 (java) S 17037 17040 15121 0 -1 1077944384 9988 13228 0 0 701 34 5 2 20 0 15 0 55904168 11178180608 170749 33554432000 4194304 4196468 140737048853616 139795485727760 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17096] ppid=17037 vsize=10916192 memory=4104 CPUtime=7.39 cores=0,2,4,6
/proc/17040/task/17096/stat : 17096 (java) S 17037 17040 15121 0 -1 1077944384 5947 13228 0 0 694 38 5 2 20 0 15 0 55904168 11178180608 170749 33554432000 4194304 4196468 140737048853616 139795484674960 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17097] ppid=17037 vsize=10916192 memory=1408 CPUtime=7.36 cores=0,2,4,6
/proc/17040/task/17097/stat : 17097 (java) S 17037 17040 15121 0 -1 1077944384 7019 13228 0 0 693 36 5 2 20 0 15 0 55904168 11178180608 170749 33554432000 4194304 4196468 140737048853616 139795483622160 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17098] ppid=17037 vsize=10916192 memory=3272 CPUtime=7.08 cores=0,2,4,6
/proc/17040/task/17098/stat : 17098 (java) S 17037 17040 15121 0 -1 1077944384 8799 13228 0 0 665 36 5 2 20 0 15 0 55904169 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794719734128 139795582605954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17099] ppid=17037 vsize=10916192 memory=682992 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17099/stat : 17099 (java) S 17037 17040 15121 0 -1 1077944384 40 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794718680224 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17100] ppid=17037 vsize=10916192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17100/stat : 17100 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904170 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794608808832 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17101] ppid=17037 vsize=10916192 memory=4629771062077588875 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17101/stat : 17101 (java) S 17037 17040 15121 0 -1 1077944384 2 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794340374352 139795582613403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17102] ppid=17037 vsize=10916192 memory=2736088 CPUtime=7.47 cores=0,2,4,6
/proc/17040/task/17102/stat : 17102 (java) S 17037 17040 15121 0 -1 1077944384 31182 13228 0 0 734 6 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794685123440 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17103] ppid=17037 vsize=10916192 memory=15868 CPUtime=7.83 cores=0,2,4,6
/proc/17040/task/17103/stat : 17103 (java) S 17037 17040 15121 0 -1 1077944384 31835 13228 0 0 771 5 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794684070640 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17104] ppid=17037 vsize=10916192 memory=682992 CPUtime=3.32 cores=0,2,4,6
/proc/17040/task/17104/stat : 17104 (java) S 17037 17040 15121 0 -1 1077944384 25147 13228 0 0 318 7 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794683017840 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17105] ppid=17037 vsize=10916192 memory=682992 CPUtime=0.07 cores=0,2,4,6
/proc/17040/task/17105/stat : 17105 (java) S 17037 17040 15121 0 -1 1077944384 3 13228 0 0 0 0 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139793870613216 139795582605013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
[pid=17040/tid=17106] ppid=17037 vsize=10916192 memory=6791534058613427641 CPUtime=1.52 cores=0,2,4,6
/proc/17040/task/17106/stat : 17106 (java) S 17037 17040 15121 0 -1 1077944384 972 13228 0 0 75 70 5 2 20 0 15 0 55904173 11178180608 170749 33554432000 4194304 4196468 140737048853616 139794681965232 139795582605954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140737048861295 140737048864092 140737048864092 140737048866767 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 682996 KiB

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

[startup+2481.43 s]
# the end of solver process 17040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.57409 s

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

Child status: 143
Real time (s): 2481.43
CPU time (s): 2520.11
CPU user time (s): 2517.54
CPU system time (s): 2.57409
CPU usage (%): 101.559
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 682996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.57409
maximum resident set size= 687124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213122
involuntary context switches= 8445


# summary of solver processes directly reported to runsolver:
#   pid: 17040
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.57409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7733 second user time and 22.9142 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 00:03:30
IDJOB=4293877
IDBENCH=141254
IDSOLVER=2750
FILE ID=node105/4293877-1532383410
RUNJOBID= node105-1532371073-15152
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293877-1532383410/watcher-4293877-1532383410 -o /tmp/evaluation-result-4293877-1532383410/solver-4293877-1532383410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=946144028 HOME/instance-4293877-1532383410.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=946144028

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22848504 kB
MemAvailable:   30790540 kB
Buffers:          202188 kB
Cached:          7884980 kB
SwapCached:            0 kB
Active:          2614240 kB
Inactive:        6673200 kB
Active(anon):    1154484 kB
Inactive(anon):    65656 kB
Active(file):    1459756 kB
Inactive(file):  6607544 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26336 kB
Writeback:             0 kB
AnonPages:       1155844 kB
Mapped:            50660 kB
Shmem:             17036 kB
Slab:             330704 kB
SReclaimable:     303196 kB
SUnreclaim:        27508 kB
KernelStack:        3872 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2084936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44800 MiB
End job on node105 at 2018-07-24 00:44:51