Trace number 4295950

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)216 2520.12 2486.14

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.75	c Concrete v3.8.1528841891564 running
10.15/4.76	o 359
10.41/4.80	o 357
11.56/5.33	o 356
11.56/5.36	o 354
11.83/5.43	o 352
11.83/5.44	o 350
12.25/5.72	o 341
12.25/5.73	o 338
12.25/5.74	o 322
12.25/5.75	o 321
12.25/5.75	o 314
13.02/6.30	o 311
13.02/6.30	o 310
13.02/6.31	o 309
13.02/6.31	o 308
14.51/7.34	o 303
14.51/7.35	o 302
14.51/7.36	o 301
15.25/7.99	o 295
15.25/7.99	o 292
15.37/8.02	o 288
15.37/8.03	o 287
15.37/8.07	o 283
15.90/8.40	o 281
20.31/12.04	o 280
24.88/16.23	o 279
24.88/16.23	o 278
25.09/16.46	o 277
28.94/20.13	o 275
28.94/20.13	o 274
29.24/20.46	o 273
98.14/87.86	o 271
109.89/99.11	o 270
282.57/268.66	o 268
286.16/272.11	o 267
1683.29/1655.81	o 266
1684.81/1657.35	o 261
1684.81/1657.37	o 256
1689.14/1661.60	o 254
1708.49/1680.88	o 253
1733.87/1706.08	o 252
1904.02/1874.96	o 249
1904.02/1874.96	o 247
1904.32/1875.21	o 246
1904.32/1875.21	o 244
1905.05/1875.94	o 243
1905.35/1876.30	o 242
1905.45/1876.34	o 241
1905.96/1876.88	o 239
1911.50/1882.35	o 238
1911.50/1882.36	o 236
1912.82/1883.62	o 234
2004.93/1974.94	o 233
2040.06/2009.76	o 232
2078.61/2047.97	o 229
2095.88/2065.08	o 228
2095.88/2065.09	o 226
2095.99/2065.16	o 225
2099.93/2069.02	o 219
2102.96/2072.03	o 218
2116.48/2085.47	o 216
2520.07/2486.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2486.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2486.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2486.12		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2486.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2486.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2486.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2486.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2486.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2486.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.07/2486.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.07/2486.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.07/2486.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2486.12		at scala.Option.map(Option.scala:146)
2520.07/2486.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2486.12		at concrete.MAC.mac(MAC.scala:203)
2520.07/2486.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2486.12		at scala.util.Try$.apply(Try.scala:209)
2520.07/2486.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2486.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2486.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2486.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2486.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2486.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2486.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2486.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2486.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2486.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2486.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2486.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2486.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2486.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2486.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2486.12		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2486.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2486.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2486.12		at scala.util.Success.map(Try.scala:209)
2520.07/2486.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2486.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2486.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2486.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2486.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2486.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2486.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2486.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2486.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2486.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2486.12		at scala.App.main(App.scala:76)
2520.07/2486.12		at scala.App.main$(App.scala:74)
2520.07/2486.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2486.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2486.12	v <instantiation cost="216">
2520.07/2486.12	v       <list>
2520.07/2486.12	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44]
2520.07/2486.12	v       </list>
2520.07/2486.12	v       <values>
2520.07/2486.12	v         39 40 44 38 11 10 4 3 9 15 17 8 12 13 18 24 25 31 41 32 33 29 23 22 28 37 35 36 34 30 26 20 19 14 7 1 0 2 6 5 16 21 27 42 43 9 6 6 27 8 2 1 4 6 3 4 4 1 4 6 2 4 7 8 2 5 4 4 4 8 3 2 1 4 4 4 1 3 4 4 7 2 2 2 5 6 3 13 3 4
2520.07/2486.12	v       </values>
2520.07/2486.12	v     </instantiation>
2520.07/2486.12	s SATISFIABLE

Verifier Data

OK	216

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295950-1532602570/watcher-4295950-1532602570 -o /tmp/evaluation-result-4295950-1532602570/solver-4295950-1532602570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 HOME/instance-4295950-1532602570.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=3786, runsolver pid=3783

[startup+0.100065 s]*
/proc/loadavg: 1.32 1.28 1.33 3/206 3843
/proc/meminfo: memFree=9463624/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 4323 12996 0 0 1 0 4 3 20 0 6 0 77820157 10212057088 4203 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2493178 4203 1934 1 0 2481616 0
[pid=3786/tid=3839] ppid=3783 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 2186 12996 0 0 1 0 4 3 20 0 6 0 77820166 10212057088 4203 33554432000 4194304 4196468 140724912575824 140464364790352 140464378636117 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 6 0 77820167 10212057088 4203 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=9972712 memory=140112550778496 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 6 0 77820167 10212057088 4203 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 6 0 77820167 10212057088 4203 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 6 0 77820167 10212057088 4203 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210252 s]*
/proc/loadavg: 1.32 1.28 1.33 3/215 3852
/proc/meminfo: memFree=9442972/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10818904 memory=40212 CPUtime=0.25 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 7243 12996 0 0 16 2 4 3 20 0 15 0 77820157 11078557696 10053 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2704726 10053 2948 1 0 2667149 0
[pid=3786/tid=3839] ppid=3783 vsize=10818904 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 4067 12996 0 0 10 1 4 3 20 0 15 0 77820166 11078557696 10251 33554432000 4194304 4196468 140724912575824 140464364749632 140464392967455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10818904 memory=4294967638 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11078557696 10251 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10818904 memory=288370488702490240 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11078557696 10317 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11078557696 10317 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11078557696 10317 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10818904 memory=140112550778496 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820169 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 13 12996 0 0 0 0 4 3 20 0 15 0 77820169 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463281529632 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820169 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463147312240 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11078557696 10317 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 483 12996 0 0 1 0 4 3 20 0 15 0 77820172 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 127 12996 0 0 0 0 4 3 20 0 15 0 77820172 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10818904 memory=140112550778496 CPUtime=0.1 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 606 12996 0 0 3 0 4 3 20 0 15 0 77820172 11078557696 10317 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11078557696 10317 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10818904 memory=140112550778496 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820173 11078557696 10383 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40212 KiB

[startup+0.310279 s]*
/proc/loadavg: 1.32 1.28 1.33 3/215 3852
/proc/meminfo: memFree=9430320/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10819352 memory=53928 CPUtime=0.37 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 10560 12996 0 0 28 2 4 3 20 0 15 0 77820157 11079016448 13482 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2704838 13482 3067 1 0 2667149 0
[pid=3786/tid=3839] ppid=3783 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 7130 12996 0 0 19 2 4 3 20 0 15 0 77820166 11079016448 13524 33554432000 4194304 4196468 140724912575824 140464364765600 140464376140031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10819352 memory=7031125463459224206 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 13524 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 13524 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 13524 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 13524 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 13 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463281529632 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463147312240 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11079016448 13524 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 484 12996 0 0 2 0 4 3 20 0 15 0 77820172 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 127 12996 0 0 1 0 4 3 20 0 15 0 77820172 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 617 12996 0 0 5 0 4 3 20 0 15 0 77820172 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11079016448 13524 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820173 11079016448 13524 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53928 KiB

[startup+0.700746 s]
/proc/loadavg: 1.32 1.28 1.33 3/215 3852
/proc/meminfo: memFree=9419156/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10819352 memory=86380 CPUtime=0.99 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 16743 12996 0 0 88 4 4 3 20 0 15 0 77820157 11079016448 21595 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2704838 21595 3237 1 0 2667149 0
[pid=3786/tid=3839] ppid=3783 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 12266 12996 0 0 56 3 4 3 20 0 15 0 77820166 11079016448 21595 33554432000 4194304 4196468 140724912575824 140464364776592 140464374518582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 21595 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10819352 memory=8751464017575688501 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 21595 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10819352 memory=5787220424116168018 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 21595 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10819352 memory=7588675599774802240 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820167 11079016448 21595 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 5 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 13 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463281529632 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10819352 memory=140112550777329 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820169 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463147312240 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11079016448 21595 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 1068 12996 0 0 10 0 4 3 20 0 15 0 77820172 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 497 12996 0 0 7 0 4 3 20 0 15 0 77820172 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 691 12996 0 0 13 0 4 3 20 0 15 0 77820172 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11079016448 21595 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820173 11079016448 21595 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86380 KiB

[startup+1.5008 s]
/proc/loadavg: 1.32 1.28 1.33 3/215 3852
/proc/meminfo: memFree=9376484/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10834252 memory=178524 CPUtime=2.38 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 24349 12996 0 0 222 9 4 3 20 0 15 0 77820157 11094274048 44631 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2708563 44631 3472 1 0 2670221 0
[pid=3786/tid=3839] ppid=3783 vsize=10834252 memory=2600 CPUtime=1.42 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 17675 12996 0 0 130 5 4 3 20 0 15 0 77820166 11094274048 44631 33554432000 4194304 4196468 140724912575824 140464364784784 140464392975517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10834252 memory=2708 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 23 12996 0 0 1 0 4 3 20 0 15 0 77820167 11094274048 44631 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10834252 memory=280224873070048 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 178 12996 0 0 1 0 4 3 20 0 15 0 77820167 11094274048 44631 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10834252 memory=7739551834925262434 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 15 12996 0 0 1 0 4 3 20 0 15 0 77820167 11094274048 44631 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 66 12996 0 0 1 0 4 3 20 0 15 0 77820167 11094274048 44631 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 51 12996 0 0 1 0 4 3 20 0 15 0 77820169 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 14 12996 0 0 0 0 4 3 20 0 15 0 77820169 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463281529696 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 2 12996 0 0 0 0 4 3 20 0 15 0 77820169 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463147312256 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11094274048 44631 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10834252 memory=6944656592387989600 CPUtime=0.33 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 1658 12996 0 0 26 0 4 3 20 0 15 0 77820172 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10834252 memory=280224873354000 CPUtime=0.31 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 1158 12996 0 0 24 0 4 3 20 0 15 0 77820172 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10834252 memory=12806 CPUtime=0.41 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 1313 12996 0 0 34 0 4 3 20 0 15 0 77820172 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10834252 memory=24389 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11094274048 44631 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1 12996 0 0 0 0 4 3 20 0 15 0 77820173 11094274048 44631 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 87893 12996 0 0 236693 29 4 3 20 0 15 0 77820166 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464364788272 140463982703785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.33 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 14579 12996 0 0 595 31 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10916192 memory=602452 CPUtime=6.33 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 12641 12996 0 0 591 35 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.33 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 10065 12996 0 0 595 31 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10916192 memory=23176 CPUtime=6.37 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 17298 12996 0 0 600 30 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.01 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 10763 12996 0 0 562 32 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10916192 memory=280224874879072 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 15 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463281529760 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10916192 memory=602528 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 5 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463147312256 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10916192 memory=602528 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10916192 memory=602452 CPUtime=6.98 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 47031 12996 0 0 684 7 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10916192 memory=602528 CPUtime=5.8 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 31493 12996 0 0 566 7 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10916192 memory=602528 CPUtime=3.25 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 43406 12996 0 0 312 6 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10916192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11178180608 150632 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10916192 memory=23176 CPUtime=1.4 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1545 12996 0 0 68 65 4 3 20 0 15 0 77820173 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 2415.57 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 602528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.39 1.40 3/215 4104
/proc/meminfo: memFree=11198392/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10916192 memory=602528 CPUtime=2475.97 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 279553 12996 0 0 247355 235 4 3 20 0 15 0 77820157 11178180608 150632 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2729048 150632 3526 1 0 2690701 0
[pid=3786/tid=3839] ppid=3783 vsize=10916192 memory=602528 CPUtime=2426.95 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 88252 12996 0 0 242658 30 4 3 20 0 15 0 77820166 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464364778592 140463982703114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10916192 memory=0 CPUtime=6.48 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 14601 12996 0 0 609 32 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.47 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 12657 12996 0 0 604 36 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.47 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 10085 12996 0 0 608 32 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.51 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 17313 12996 0 0 613 31 4 3 20 0 15 0 77820167 11178180608 150632 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10916192 memory=602452 CPUtime=6.15 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 10938 12996 0 0 575 33 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10916192 memory=602528 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 15 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463281529760 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10916192 memory=13580 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 5 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463147312256 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10916192 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10916192 memory=602528 CPUtime=6.98 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 47032 12996 0 0 684 7 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10916192 memory=602528 CPUtime=5.8 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 31493 12996 0 0 566 7 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10916192 memory=602528 CPUtime=3.25 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 43406 12996 0 0 312 6 4 3 20 0 15 0 77820172 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10916192 memory=5408 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11178180608 150632 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10916192 memory=602528 CPUtime=1.44 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1561 12996 0 0 70 67 4 3 20 0 15 0 77820173 11178180608 150632 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 2475.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 602528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.11 s]
/proc/loadavg: 1.46 1.42 1.41 3/215 4105
/proc/meminfo: memFree=11214700/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10916192 memory=604672 CPUtime=2520.07 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 280654 12996 0 0 251761 239 4 3 20 0 15 0 77820157 11178180608 151168 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2729048 151168 3526 1 0 2690701 0
[pid=3786/tid=3839] ppid=3783 vsize=10916192 memory=604672 CPUtime=2470.51 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 88648 12996 0 0 247014 30 4 3 20 0 15 0 77820166 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464364788240 140463980882859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.58 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 14638 12996 0 0 618 33 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10916192 memory=55 CPUtime=6.58 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 12684 12996 0 0 614 37 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.57 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 10148 12996 0 0 618 32 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.62 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 17670 12996 0 0 623 32 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10916192 memory=604640 CPUtime=6.24 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 11138 12996 0 0 584 33 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10916192 memory=604640 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 15 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463281529760 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 5 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463147312256 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.98 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 47034 12996 0 0 684 7 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10916192 memory=1728 CPUtime=5.8 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 31495 12996 0 0 566 7 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10916192 memory=1700 CPUtime=3.25 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 43408 12996 0 0 312 6 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11178180608 151168 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10916192 memory=604672 CPUtime=1.46 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1576 12996 0 0 71 68 4 3 20 0 15 0 77820173 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 604672 KiB

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

[startup+2486.14 s]
# the end of solver process 3786 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.68 s, system=2.4399 s

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

[startup+2486.11 s]
/proc/loadavg: 1.46 1.42 1.41 3/215 4105
/proc/meminfo: memFree=11214700/32770624 swapFree=67108860/67108860
[pid=3786] ppid=3783 vsize=10916192 memory=604672 CPUtime=2520.07 cores=0,2,4,6
/proc/3786/stat : 3786 (java) S 3783 3786 32629 0 -1 1077944320 280654 12996 0 0 251761 239 4 3 20 0 15 0 77820157 11178180608 151168 33554432000 4194304 4196468 140724912575824 140724912558368 140464392953591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
/proc/3786/statm: 2729048 151168 3526 1 0 2690701 0
[pid=3786/tid=3839] ppid=3783 vsize=10916192 memory=604672 CPUtime=2470.51 cores=0,2,4,6
/proc/3786/task/3839/stat : 3839 (java) R 3783 3786 32629 0 -1 4202560 88648 12996 0 0 247014 30 4 3 20 0 15 0 77820166 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464364788240 140463980882859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3840] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.58 cores=0,2,4,6
/proc/3786/task/3840/stat : 3840 (java) S 3783 3786 32629 0 -1 1077944384 14638 12996 0 0 618 33 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464397196176 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3841] ppid=3783 vsize=10916192 memory=55 CPUtime=6.58 cores=0,2,4,6
/proc/3786/task/3841/stat : 3841 (java) S 3783 3786 32629 0 -1 1077944384 12684 12996 0 0 614 37 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464296086288 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3842] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.57 cores=0,2,4,6
/proc/3786/task/3842/stat : 3842 (java) S 3783 3786 32629 0 -1 1077944384 10148 12996 0 0 618 32 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464295034000 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3843] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.62 cores=0,2,4,6
/proc/3786/task/3843/stat : 3843 (java) S 3783 3786 32629 0 -1 1077944384 17670 12996 0 0 623 32 4 3 20 0 15 0 77820167 11178180608 151168 33554432000 4194304 4196468 140724912575824 140464293981200 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3844] ppid=3783 vsize=10916192 memory=604640 CPUtime=6.24 cores=0,2,4,6
/proc/3786/task/3844/stat : 3844 (java) S 3783 3786 32629 0 -1 1077944384 11138 12996 0 0 584 33 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463851722864 140464392964738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3845] ppid=3783 vsize=10916192 memory=604640 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3845/stat : 3845 (java) S 3783 3786 32629 0 -1 1077944384 15 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463281529760 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3846] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3846/stat : 3846 (java) S 3783 3786 32629 0 -1 1077944384 5 12996 0 0 0 0 4 3 20 0 15 0 77820169 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463147312256 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3847] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3847/stat : 3847 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140462907021392 140464392972187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3848] ppid=3783 vsize=10916192 memory=604672 CPUtime=6.98 cores=0,2,4,6
/proc/3786/task/3848/stat : 3848 (java) S 3783 3786 32629 0 -1 1077944384 47034 12996 0 0 684 7 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463850670704 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3849] ppid=3783 vsize=10916192 memory=1728 CPUtime=5.8 cores=0,2,4,6
/proc/3786/task/3849/stat : 3849 (java) S 3783 3786 32629 0 -1 1077944384 31495 12996 0 0 566 7 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463849617904 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3850] ppid=3783 vsize=10916192 memory=1700 CPUtime=3.25 cores=0,2,4,6
/proc/3786/task/3850/stat : 3850 (java) S 3783 3786 32629 0 -1 1077944384 43408 12996 0 0 312 6 4 3 20 0 15 0 77820172 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463848565616 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3851] ppid=3783 vsize=10916192 memory=604672 CPUtime=0.07 cores=0,2,4,6
/proc/3786/task/3851/stat : 3851 (java) S 3783 3786 32629 0 -1 1077944384 3 12996 0 0 0 0 4 3 20 0 15 0 77820173 11178180608 151168 33554432000 4194304 4196468 140724912575824 140462873463776 140464392963797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
[pid=3786/tid=3852] ppid=3783 vsize=10916192 memory=604672 CPUtime=1.46 cores=0,2,4,6
/proc/3786/task/3852/stat : 3852 (java) S 3783 3786 32629 0 -1 1077944384 1576 12996 0 0 71 68 4 3 20 0 15 0 77820173 11178180608 151168 33554432000 4194304 4196468 140724912575824 140463847512496 140464392964738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31715328 140724912581231 140724912584028 140724912584028 140724912586703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 604672 KiB

Child status: 143
Real time (s): 2486.14
CPU time (s): 2520.12
CPU user time (s): 2517.68
CPU system time (s): 2.4399
CPU usage (%): 101.367
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 615776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.68
system time used= 2.4399
maximum resident set size= 617824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194208
involuntary context switches= 7907


# summary of solver processes directly reported to runsolver:
#   pid: 3786
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.68
#   total CPU system time (s): 2.4399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.732 second user time and 19.2834 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 12:56:10
IDJOB=4295950
IDBENCH=141620
IDSOLVER=2750
FILE ID=node139/4295950-1532602570
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295950-1532602570/watcher-4295950-1532602570 -o /tmp/evaluation-result-4295950-1532602570/solver-4295950-1532602570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 HOME/instance-4295950-1532602570.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=486646824

node139.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.80
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.80
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.80
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.80
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:         9469144 kB
MemAvailable:   28962976 kB
Buffers:          237632 kB
Cached:         19212804 kB
SwapCached:            0 kB
Active:          5897420 kB
Inactive:       16570488 kB
Active(anon):    2972024 kB
Inactive(anon):    73596 kB
Active(file):    2925396 kB
Inactive(file): 16496892 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:       3031140 kB
Mapped:            54124 kB
Shmem:             25228 kB
Slab:             527660 kB
SReclaimable:     500004 kB
SUnreclaim:        27656 kB
KernelStack:        3808 kB
PageTables:        11440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3929676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2863104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 13:37:36