Trace number 4294337

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)210 2520.13 2472.73

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-16_c18.xml
MD5SUM056eb1ebd10e8d59a6677e448014ff35
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size256
Maximum domain size257
Distribution of domain sizes[{"size":256,"count":120},{"size":257,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":15,"count":15},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity120
Distribution of constraint arities[{"arity":3,"count":120},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.8.1528841891564 running
13.34/5.96	o 256
14.38/6.44	o 255
14.71/6.52	o 254
15.29/6.79	o 250
17.09/8.05	o 246
17.77/8.70	o 242
21.35/11.49	o 237
38.09/27.65	o 235
60.93/49.79	o 234
61.90/50.66	o 225
65.14/53.88	o 221
65.95/54.61	o 220
84.66/73.21	o 219
100.33/88.87	o 218
101.03/89.59	o 217
104.86/93.38	o 216
160.87/148.71	o 213
246.74/233.44	o 211
1065.82/1040.97	o 210
2520.07/2472.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2472.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2472.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2472.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2472.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2472.71		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2472.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2472.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2472.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2472.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2472.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2472.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2472.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2472.71		at scala.Option.map(Option.scala:146)
2520.07/2472.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2472.71		at concrete.MAC.mac(MAC.scala:203)
2520.07/2472.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2472.71		at scala.util.Try$.apply(Try.scala:209)
2520.07/2472.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2472.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2472.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2472.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2472.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2472.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2472.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2472.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2472.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2472.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2472.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2472.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2472.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2472.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2472.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2472.71		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2472.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2472.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2472.71		at scala.util.Success.map(Try.scala:209)
2520.07/2472.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2472.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2472.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2472.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2472.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2472.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2472.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2472.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2472.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2472.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2472.71		at scala.App.main(App.scala:76)
2520.07/2472.71		at scala.App.main$(App.scala:74)
2520.07/2472.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2472.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2472.71	v <instantiation cost="210">
2520.07/2472.71	v       <list>
2520.07/2472.71	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] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[4][15] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[11][12] y[11][13] y[11][14] y[11][15] y[12][13] y[12][14] y[12][15] y[13][14] y[13][15] y[14][15]
2520.07/2472.71	v       </list>
2520.07/2472.71	v       <values>
2520.07/2472.71	v         0 6 29 49 68 81 106 121 152 166 182 199 200 203 208 210 6 29 49 68 81 106 121 152 166 182 199 200 203 208 210 23 43 62 75 100 115 146 160 176 193 194 197 202 204 20 39 52 77 92 123 137 153 170 171 174 179 181 19 32 57 72 103 117 133 150 151 154 159 161 13 38 53 84 98 114 131 132 135 140 142 25 40 71 85 101 118 119 122 127 129 15 46 60 76 93 94 97 102 104 31 45 61 78 79 82 87 89 14 30 47 48 51 56 58 16 33 34 37 42 44 17 18 21 26 28 1 4 9 11 3 8 10 5 7 2
2520.07/2472.71	v       </values>
2520.07/2472.71	v     </instantiation>
2520.07/2472.72	s SATISFIABLE

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294337-1532453440/watcher-4294337-1532453440 -o /tmp/evaluation-result-4294337-1532453440/solver-4294337-1532453440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=145424222 -superng HOME/instance-4294337-1532453440.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=26222, runsolver pid=26219

[startup+0.100058 s]*
/proc/loadavg: 1.20 1.44 1.45 3/207 26279
/proc/meminfo: memFree=21901768/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=9972712 memory=17340 CPUtime=0.08 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 4447 13128 0 0 1 0 4 3 20 0 6 0 62907191 10212057088 4269 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2493178 4269 1934 1 0 2481616 0
[pid=26222/tid=26275] ppid=26219 vsize=9972712 memory=4279135703913103502 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 2267 13128 0 0 1 0 4 3 20 0 6 0 62907200 10212057088 4335 33554432000 4194304 4196468 140728541260816 139938421838416 139938435133937 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 6 0 62907201 10212057088 4335 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=9972712 memory=140622193477248 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 6 0 62907201 10212057088 4335 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 6 0 62907201 10212057088 4335 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 6 0 62907201 10212057088 4335 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.209846 s]*
/proc/loadavg: 1.20 1.44 1.45 4/216 26288
/proc/meminfo: memFree=21875268/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10818856 memory=47532 CPUtime=0.25 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 8722 13128 0 0 16 2 4 3 20 0 15 0 62907191 11078508544 11883 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2704714 11883 2958 1 0 2667149 0
[pid=26222/tid=26275] ppid=26219 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 5404 13128 0 0 10 1 4 3 20 0 15 0 62907200 11078508544 11883 33554432000 4194304 4196468 140728541260816 139938421799312 139938430278480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11078508544 11883 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10818856 memory=140622193477248 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11078508544 11883 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11078508544 11883 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907201 11078508544 11949 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10818856 memory=140622193477248 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907202 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 62907203 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937886233888 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907203 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937752016496 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 497 13128 0 0 1 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 89 13128 0 0 1 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10818856 memory=140622193477248 CPUtime=0.1 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 552 13128 0 0 3 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10818856 memory=140622193477248 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907206 11078508544 11949 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47532 KiB

[startup+0.310293 s]*
/proc/loadavg: 1.20 1.44 1.45 3/216 26288
/proc/meminfo: memFree=21864352/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10819352 memory=58336 CPUtime=0.38 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 10632 13128 0 0 28 3 4 3 20 0 15 0 62907191 11079016448 14584 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2704838 14584 3089 1 0 2667149 0
[pid=26222/tid=26275] ppid=26219 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 7272 13128 0 0 19 2 4 3 20 0 15 0 62907200 11079016448 14584 33554432000 4194304 4196468 140728541260816 139938421813664 139938433204512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 14584 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 14584 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 14584 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 14584 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907202 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 62907203 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937886233888 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907203 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937752016496 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 497 13128 0 0 1 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 90 13128 0 0 1 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 559 13128 0 0 5 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 14584 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58336 KiB

[startup+0.700753 s]
/proc/loadavg: 1.20 1.44 1.45 3/216 26288
/proc/meminfo: memFree=21855792/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10819352 memory=90884 CPUtime=0.98 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 16810 13128 0 0 86 5 4 3 20 0 15 0 62907191 11079016448 22721 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2704838 22721 3238 1 0 2667149 0
[pid=26222/tid=26275] ppid=26219 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 12531 13128 0 0 55 4 4 3 20 0 15 0 62907200 11079016448 22721 33554432000 4194304 4196468 140728541260816 139938421822480 139938431565230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 22721 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 22721 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 22721 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907201 11079016448 22721 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 62907202 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 62907203 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937886233888 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907203 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937752016496 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 757 13128 0 0 7 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10819352 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 700 13128 0 0 9 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10819352 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 605 13128 0 0 12 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907206 11079016448 22721 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90884 KiB

[startup+1.5007 s]
/proc/loadavg: 1.20 1.44 1.45 3/216 26288
/proc/meminfo: memFree=21808616/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10834252 memory=182544 CPUtime=2.28 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 24170 13128 0 0 210 11 4 3 20 0 15 0 62907191 11094274048 45636 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2708563 45636 3475 1 0 2670221 0
[pid=26222/tid=26275] ppid=26219 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 18300 13128 0 0 129 7 4 3 20 0 15 0 62907200 11094274048 45636 33554432000 4194304 4196468 140728541260816 139938421833632 139938435445315 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 15 13128 0 0 1 0 4 3 20 0 15 0 62907201 11094274048 45636 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 24 13128 0 0 1 0 4 3 20 0 15 0 62907201 11094274048 45636 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 206 13128 0 0 0 0 4 3 20 0 15 0 62907201 11094274048 45636 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 74 13128 0 0 1 0 4 3 20 0 15 0 62907201 11094274048 45636 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 62 13128 0 0 1 0 4 3 20 0 15 0 62907202 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10834252 memory=281244122294528 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 14 13128 0 0 0 0 4 3 20 0 15 0 62907203 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937886233952 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907203 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937752016512 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10834252 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10834252 memory=1704 CPUtime=0.29 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 1222 13128 0 0 22 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10834252 memory=9924 CPUtime=0.26 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 816 13128 0 0 19 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10834252 memory=5788 CPUtime=0.39 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 1243 13128 0 0 32 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10834252 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10834252 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 62907206 11094274048 45636 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 98098 13128 0 0 235698 57 4 3 20 0 15 0 62907200 11176083456 323083 33554432000 4194304 4196468 140728541260816 139938421836064 139938042746629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10914144 memory=1292332 CPUtime=11.83 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 14733 13128 0 0 1125 51 4 3 20 0 15 0 62907201 11176083456 323083 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10914144 memory=1292332 CPUtime=11.83 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 15572 13128 0 0 1128 48 4 3 20 0 15 0 62907201 11176083456 323083 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10914144 memory=1292332 CPUtime=11.82 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 19128 13128 0 0 1121 54 4 3 20 0 15 0 62907201 11176083456 323083 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10914144 memory=1292332 CPUtime=11.76 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 22106 13128 0 0 1121 48 4 3 20 0 15 0 62907201 11176083456 323083 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10914144 memory=1292332 CPUtime=10.08 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 16751 13128 0 0 950 51 4 3 20 0 15 0 62907202 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10914144 memory=1292332 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 17 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937886233952 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10914144 memory=1292332 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937752016512 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10914144 memory=1292332 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10914144 memory=1292332 CPUtime=4.86 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 25951 13128 0 0 476 3 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10914144 memory=1292332 CPUtime=5.41 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 41921 13128 0 0 528 6 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10914144 memory=1292332 CPUtime=2.05 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 21011 13128 0 0 193 5 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10914144 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10914144 memory=1292 CPUtime=1.47 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1286 13128 0 0 63 77 4 3 20 0 15 0 62907206 11176083456 323083 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 2428.2 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1292332 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.34 1.35 3/216 26513
/proc/meminfo: memFree=20452652/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2489.19 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 280530 13128 0 0 248556 356 4 3 20 0 15 0 62907191 11176083456 324107 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2728536 324107 3536 1 0 2690189 0
[pid=26222/tid=26275] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2416.97 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 98848 13128 0 0 241633 57 4 3 20 0 15 0 62907200 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938421836016 139938043367155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10914144 memory=1294380 CPUtime=12.17 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 15074 13128 0 0 1158 52 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10914144 memory=1294380 CPUtime=12.16 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 15994 13128 0 0 1160 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10914144 memory=1294380 CPUtime=12.15 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 19174 13128 0 0 1153 55 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.1 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 22131 13128 0 0 1154 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10914144 memory=1296428 CPUtime=10.33 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 16902 13128 0 0 974 52 4 3 20 0 15 0 62907202 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10914144 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 17 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937886233952 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937752016512 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10914144 memory=18252 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10914144 memory=1294380 CPUtime=4.86 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 25953 13128 0 0 476 3 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10914144 memory=6944656592387989600 CPUtime=5.41 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 41923 13128 0 0 528 6 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2.05 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 21013 13128 0 0 193 5 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10914144 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10914144 memory=1296428 CPUtime=1.5 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1304 13128 0 0 64 79 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 2489.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1296428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.7 s]
/proc/loadavg: 1.41 1.37 1.36 3/216 26513
/proc/meminfo: memFree=20450356/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2520.07 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 281179 13128 0 0 251642 358 4 3 20 0 15 0 62907191 11176083456 324107 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2728536 324107 3536 1 0 2690189 0
[pid=26222/tid=26275] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2447.02 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 99173 13128 0 0 244638 57 4 3 20 0 15 0 62907200 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938421835872 139938054387180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10914144 memory=1212 CPUtime=12.33 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 15077 13128 0 0 1174 52 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.34 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 16118 13128 0 0 1178 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.32 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 19195 13128 0 0 1169 56 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.27 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 22176 13128 0 0 1171 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10914144 memory=1296428 CPUtime=10.47 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 17012 13128 0 0 987 53 4 3 20 0 15 0 62907202 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 17 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937886233952 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937752016512 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10914144 memory=33 CPUtime=4.86 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 25955 13128 0 0 476 3 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10914144 memory=4136 CPUtime=5.41 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 41925 13128 0 0 528 6 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2.05 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 21015 13128 0 0 193 5 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10914144 memory=19420 CPUtime=1.52 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1319 13128 0 0 65 80 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1296428 KiB

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

[startup+2472.73 s]
# the end of solver process 26222 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.62717 s

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

[startup+2472.7 s]
/proc/loadavg: 1.41 1.37 1.36 3/216 26513
/proc/meminfo: memFree=20450356/32770624 swapFree=67108860/67108860
[pid=26222] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2520.07 cores=1,3,5,7
/proc/26222/stat : 26222 (java) S 26219 26222 24765 0 -1 1077944320 281179 13128 0 0 251642 358 4 3 20 0 15 0 62907191 11176083456 324107 33554432000 4194304 4196468 140728541260816 140728541243360 139938450001655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
/proc/26222/statm: 2728536 324107 3536 1 0 2690189 0
[pid=26222/tid=26275] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2447.02 cores=1,3,5,7
/proc/26222/task/26275/stat : 26275 (java) R 26219 26222 24765 0 -1 4202560 99173 13128 0 0 244638 57 4 3 20 0 15 0 62907200 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938421835872 139938054387180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26276] ppid=26219 vsize=10914144 memory=1212 CPUtime=12.33 cores=1,3,5,7
/proc/26222/task/26276/stat : 26276 (java) S 26219 26222 24765 0 -1 1077944384 15077 13128 0 0 1174 52 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938454243728 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26277] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.34 cores=1,3,5,7
/proc/26222/task/26277/stat : 26277 (java) S 26219 26222 24765 0 -1 1077944384 16118 13128 0 0 1178 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938358446352 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26278] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.32 cores=1,3,5,7
/proc/26222/task/26278/stat : 26278 (java) S 26219 26222 24765 0 -1 1077944384 19195 13128 0 0 1169 56 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938357394064 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26279] ppid=26219 vsize=10914144 memory=1296428 CPUtime=12.27 cores=1,3,5,7
/proc/26222/task/26279/stat : 26279 (java) S 26219 26222 24765 0 -1 1077944384 22176 13128 0 0 1171 49 4 3 20 0 15 0 62907201 11176083456 324107 33554432000 4194304 4196468 140728541260816 139938021300752 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26280] ppid=26219 vsize=10914144 memory=1296428 CPUtime=10.47 cores=1,3,5,7
/proc/26222/task/26280/stat : 26280 (java) S 26219 26222 24765 0 -1 1077944384 17012 13128 0 0 987 53 4 3 20 0 15 0 62907202 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937976674928 139938450012802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26281] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26281/stat : 26281 (java) S 26219 26222 24765 0 -1 1077944384 17 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937886233952 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26282] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26282/stat : 26282 (java) S 26219 26222 24765 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 62907203 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937752016512 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26283] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26283/stat : 26283 (java) S 26219 26222 24765 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937148037712 139938450020251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26284] ppid=26219 vsize=10914144 memory=33 CPUtime=4.86 cores=1,3,5,7
/proc/26222/task/26284/stat : 26284 (java) S 26219 26222 24765 0 -1 1077944384 25955 13128 0 0 476 3 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937975621744 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26285] ppid=26219 vsize=10914144 memory=4136 CPUtime=5.41 cores=1,3,5,7
/proc/26222/task/26285/stat : 26285 (java) S 26219 26222 24765 0 -1 1077944384 41925 13128 0 0 528 6 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937974568944 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26286] ppid=26219 vsize=10914144 memory=1296428 CPUtime=2.05 cores=1,3,5,7
/proc/26222/task/26286/stat : 26286 (java) S 26219 26222 24765 0 -1 1077944384 21015 13128 0 0 193 5 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937973516656 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26287] ppid=26219 vsize=10914144 memory=1296428 CPUtime=0.07 cores=1,3,5,7
/proc/26222/task/26287/stat : 26287 (java) S 26219 26222 24765 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139936678275552 139938450011861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
[pid=26222/tid=26288] ppid=26219 vsize=10914144 memory=19420 CPUtime=1.52 cores=1,3,5,7
/proc/26222/task/26288/stat : 26288 (java) S 26219 26222 24765 0 -1 1077944384 1319 13128 0 0 65 80 4 3 20 0 15 0 62907206 11176083456 324107 33554432000 4194304 4196468 140728541260816 139937972464560 139938450012802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6979584 140728541264044 140728541267292 140728541267292 140728541269967 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1296428 KiB

Child status: 143
Real time (s): 2472.73
CPU time (s): 2520.13
CPU user time (s): 2516.5
CPU system time (s): 3.62717
CPU usage (%): 101.917
Max. virtual memory (cumulated for all children) (KiB): 10917020
Max. memory (cumulated for all children) (KiB): 1327656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.62717
maximum resident set size= 1330696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252690
involuntary context switches= 6593


# summary of solver processes directly reported to runsolver:
#   pid: 26222
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.62717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1671 second user time and 23.0311 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 19:30:40
IDJOB=4294337
IDBENCH=141366
IDSOLVER=2751
FILE ID=node105/4294337-1532453440
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-16_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-4294337-1532453440/watcher-4294337-1532453440 -o /tmp/evaluation-result-4294337-1532453440/solver-4294337-1532453440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=145424222 -superng HOME/instance-4294337-1532453440.xml

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

MD5SUM BENCH= 056eb1ebd10e8d59a6677e448014ff35
RANDOM SEED=145424222

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:        21910304 kB
MemAvailable:   31175400 kB
Buffers:          219208 kB
Cached:          9186392 kB
SwapCached:            0 kB
Active:          2406288 kB
Inactive:        7815880 kB
Active(anon):     771016 kB
Inactive(anon):    65412 kB
Active(file):    1635272 kB
Inactive(file):  7750468 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:        824076 kB
Mapped:            51524 kB
Shmem:             17036 kB
Slab:             334904 kB
SReclaimable:     307816 kB
SUnreclaim:        27088 kB
KernelStack:        3504 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1801960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 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= 44712 MiB
End job on node105 at 2018-07-24 20:11:53