Trace number 4295990

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)248 2520.14 2489.33

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-50-30-00_c18.xml
MD5SUM80c5a80d7c962cf143a1b6c53ca701c2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size33
Maximum domain size50
Distribution of domain sizes[{"size":33,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
10.12/5.13	o 327
10.12/5.15	o 323
10.12/5.17	o 321
10.12/5.19	o 320
10.40/5.20	o 319
10.40/5.22	o 312
10.82/5.48	o 311
10.82/5.49	o 310
11.09/5.53	o 309
11.68/5.97	o 308
11.68/5.97	o 304
11.68/5.97	o 289
11.68/5.99	o 288
11.88/6.02	o 286
14.41/7.87	o 285
14.53/7.90	o 284
17.23/10.40	o 281
17.23/10.40	o 279
103.82/94.21	o 275
103.82/94.22	o 274
104.02/94.44	o 273
105.09/95.45	o 272
109.81/99.95	o 269
110.03/100.11	o 268
188.77/177.70	o 267
1462.20/1437.96	o 259
1462.20/1437.96	o 258
1462.31/1438.05	o 257
1462.42/1438.14	o 254
1462.42/1438.14	o 251
1462.42/1438.15	o 250
1462.99/1438.64	o 249
1465.04/1440.62	o 248
2520.09/2489.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2489.31		at concrete.MAC.mac(MAC.scala:188)
2520.09/2489.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2489.31		at scala.util.Try$.apply(Try.scala:209)
2520.09/2489.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2489.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2489.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2489.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2489.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2489.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2489.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2489.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2489.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2489.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2489.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2489.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2489.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2489.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2489.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2489.31		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2489.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2489.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2489.31		at scala.util.Success.map(Try.scala:209)
2520.09/2489.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2489.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2489.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2489.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2489.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2489.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2489.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2489.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2489.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2489.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2489.31		at scala.App.main(App.scala:76)
2520.09/2489.31		at scala.App.main$(App.scala:74)
2520.09/2489.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2489.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2489.32	v <instantiation cost="248">
2520.09/2489.32	v       <list>
2520.09/2489.32	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] c[45] c[46] c[47] c[48] c[49] 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] d[45] d[46] d[47] d[48] d[49]
2520.09/2489.32	v       </list>
2520.09/2489.32	v       <values>
2520.09/2489.32	v         12 16 19 20 17 25 34 31 24 23 14 7 1 2 9 8 13 4 10 21 3 49 42 41 39 44 43 47 48 45 37 33 36 46 35 29 28 22 18 11 15 27 26 32 40 38 30 6 0 5 2 4 3 3 7 4 1 4 1 4 2 4 8 7 1 4 4 2 4 7 29 6 1 3 5 9 2 3 5 5 5 6 8 7 4 2 4 2 4 10 6 4 4 10 1 6 11 4 3 3
2520.09/2489.32	v       </values>
2520.09/2489.32	v     </instantiation>
2520.09/2489.32	s SATISFIABLE

Verifier Data

OK	248

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295990-1532606396/watcher-4295990-1532606396 -o /tmp/evaluation-result-4295990-1532606396/solver-4295990-1532606396 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2060898776 HOME/instance-4295990-1532606396.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=1259, runsolver pid=1256

[startup+0.100079 s]*
/proc/loadavg: 1.47 1.38 1.34 3/206 1324
/proc/meminfo: memFree=12691604/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=9972712 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 4338 12843 0 0 1 1 4 3 20 0 6 0 78202744 10212057088 4202 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2493178 4202 1934 1 0 2481616 0
[pid=1259/tid=1320] ppid=1256 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 2254 12843 0 0 1 0 4 3 20 0 6 0 78202753 10212057088 4268 33554432000 4194304 4196468 140734857629936 139772625646160 139772637889886 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 6 0 78202754 10212057088 4268 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=9972712 memory=139749129455232 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 6 0 78202754 10212057088 4334 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 6 0 78202754 10212057088 4334 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 6 0 78202754 10212057088 4334 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209807 s]*
/proc/loadavg: 1.47 1.38 1.34 3/215 1333
/proc/meminfo: memFree=12669928/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10818904 memory=43828 CPUtime=0.25 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 7719 12843 0 0 16 2 4 3 20 0 15 0 78202744 11078557696 10957 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2704726 10957 2945 1 0 2667149 0
[pid=1259/tid=1320] ppid=1256 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 4716 12843 0 0 11 1 4 3 20 0 15 0 78202753 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772625616016 139772637889886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10818904 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10818904 memory=139749129480934 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10818904 memory=139749129455232 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202755 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 33 12843 0 0 0 0 4 3 20 0 15 0 78202756 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772111549344 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202756 11078557696 11419 33554432000 4194304 4196468 140734857629936 139771657577456 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 86 12843 0 0 0 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 528 12843 0 0 1 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10818904 memory=139749129455232 CPUtime=0.1 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) R 1256 1259 29230 0 -1 4202560 618 12843 0 0 3 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772075887344 139772632612528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10818904 memory=139749129455232 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202759 11078557696 11419 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43828 KiB

[startup+0.310097 s]*
/proc/loadavg: 1.47 1.38 1.34 3/215 1333
/proc/meminfo: memFree=12658280/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10819352 memory=56644 CPUtime=0.37 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 10676 12843 0 0 28 2 4 3 20 0 15 0 78202744 11079016448 14161 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2704838 14161 3099 1 0 2667149 0
[pid=1259/tid=1320] ppid=1256 vsize=10819352 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 7202 12843 0 0 20 1 4 3 20 0 15 0 78202753 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772625621408 139772653831325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10819352 memory=4294967295 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10819352 memory=139749129455232 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10819352 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10819352 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202755 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 33 12843 0 0 0 0 4 3 20 0 15 0 78202756 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772111549344 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202756 11079016448 14161 33554432000 4194304 4196468 140734857629936 139771657577456 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 86 12843 0 0 1 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 529 12843 0 0 1 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10819352 memory=139749129455232 CPUtime=0.11 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 624 12843 0 0 4 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10819352 memory=139749129455232 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 14161 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56644 KiB

[startup+0.700692 s]
/proc/loadavg: 1.47 1.38 1.34 3/215 1333
/proc/meminfo: memFree=12647488/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10819352 memory=88900 CPUtime=0.99 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 16772 12843 0 0 88 4 4 3 20 0 15 0 78202744 11079016448 22225 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2704838 22225 3247 1 0 2667149 0
[pid=1259/tid=1320] ppid=1256 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 12256 12843 0 0 57 2 4 3 20 0 15 0 78202753 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772625630224 139772636996229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10819352 memory=139749129454065 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202754 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 6 12843 0 0 0 0 4 3 20 0 15 0 78202755 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 33 12843 0 0 0 0 4 3 20 0 15 0 78202756 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772111549344 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10819352 memory=2529064650241 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202756 11079016448 22225 33554432000 4194304 4196468 140734857629936 139771657577456 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10819352 memory=215418560 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10819352 memory=-8628789465997925488 CPUtime=0.15 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 671 12843 0 0 8 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10819352 memory=15876 CPUtime=0.15 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 929 12843 0 0 8 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10819352 memory=4044 CPUtime=0.2 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 676 12843 0 0 13 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10819352 memory=13612 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10819352 memory=16432 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202759 11079016448 22225 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88900 KiB

[startup+1.5007 s]
/proc/loadavg: 1.47 1.38 1.34 3/215 1333
/proc/meminfo: memFree=12601900/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10834252 memory=182380 CPUtime=2.35 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 24310 12843 0 0 218 10 4 3 20 0 15 0 78202744 11094274048 45595 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2708563 45595 3468 1 0 2670221 0
[pid=1259/tid=1320] ppid=1256 vsize=10834252 memory=2608 CPUtime=1.43 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 17707 12843 0 0 130 6 4 3 20 0 15 0 78202753 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772625632496 139772637889886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10834252 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 22 12843 0 0 1 0 4 3 20 0 15 0 78202754 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 186 12843 0 0 1 0 4 3 20 0 15 0 78202754 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10834252 memory=6442213863488383583 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 29 12843 0 0 1 0 4 3 20 0 15 0 78202754 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10834252 memory=7591214565600683353 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 58 12843 0 0 1 0 4 3 20 0 15 0 78202754 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10834252 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 61 12843 0 0 1 0 4 3 20 0 15 0 78202755 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 34 12843 0 0 0 0 4 3 20 0 15 0 78202756 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772111549408 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10834252 memory=139748974948464 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202756 11094274048 45595 33554432000 4194304 4196468 140734857629936 139771657577472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10834252 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 1152 12843 0 0 24 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10834252 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 1593 12843 0 0 24 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10834252 memory=279497949577456 CPUtime=0.4 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 1275 12843 0 0 33 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1 12843 0 0 0 0 4 3 20 0 15 0 78202759 11094274048 45595 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 79670 12843 0 0 236840 30 4 3 20 0 15 0 78202753 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772625643824 139772224508687 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10916192 memory=550088 CPUtime=5.53 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 7189 12843 0 0 512 34 4 3 20 0 15 0 78202754 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10916192 memory=550088 CPUtime=5.51 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 8674 12843 0 0 513 31 4 3 20 0 15 0 78202754 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10916192 memory=550088 CPUtime=5.54 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 15694 12843 0 0 516 31 4 3 20 0 15 0 78202754 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10916192 memory=550144 CPUtime=5.54 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 9545 12843 0 0 518 29 4 3 20 0 15 0 78202754 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10916192 memory=550144 CPUtime=5.46 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 9979 12843 0 0 510 29 4 3 20 0 15 0 78202755 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10916192 memory=550144 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 39 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772111549472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10916192 memory=550144 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 4 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137536 33554432000 4194304 4196468 140734857629936 139771657577472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10916192 memory=550144 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10916192 memory=7 CPUtime=6.26 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 42463 12843 0 0 614 5 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10916192 memory=1300 CPUtime=5.94 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 31745 12843 0 0 583 4 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10916192 memory=1732 CPUtime=3.22 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 34090 12843 0 0 309 6 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10916192 memory=550144 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10916192 memory=550144 CPUtime=1.2 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1182 12843 0 0 59 54 4 3 20 0 15 0 78202759 11178180608 137536 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 2412.44 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 550144 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.67 1.63 3/216 1568
/proc/meminfo: memFree=10192200/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10916192 memory=550152 CPUtime=2472.81 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 243043 12843 0 0 247051 223 4 3 20 0 15 0 78202744 11178180608 137538 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2729048 137538 3526 1 0 2690701 0
[pid=1259/tid=1320] ppid=1256 vsize=10916192 memory=550152 CPUtime=2428.42 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 80031 12843 0 0 242805 30 4 3 20 0 15 0 78202753 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772625643984 139772224868249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.68 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 7208 12843 0 0 526 35 4 3 20 0 15 0 78202754 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.64 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 8684 12843 0 0 526 31 4 3 20 0 15 0 78202754 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.67 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 15731 12843 0 0 528 32 4 3 20 0 15 0 78202754 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.67 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 9554 12843 0 0 530 30 4 3 20 0 15 0 78202754 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.59 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 10104 12843 0 0 523 29 4 3 20 0 15 0 78202755 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10916192 memory=550152 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 39 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772111549472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10916192 memory=550152 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 4 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137538 33554432000 4194304 4196468 140734857629936 139771657577472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10916192 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10916192 memory=11008 CPUtime=6.26 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 42463 12843 0 0 614 5 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10916192 memory=550152 CPUtime=5.94 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 31745 12843 0 0 583 4 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10916192 memory=796 CPUtime=3.22 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 34090 12843 0 0 309 6 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10916192 memory=550152 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10916192 memory=4012 CPUtime=1.23 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1197 12843 0 0 60 56 4 3 20 0 15 0 78202759 11178180608 137538 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 2472.81 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 550152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.3 s]
/proc/loadavg: 1.84 1.70 1.64 3/216 1569
/proc/meminfo: memFree=10191892/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10916192 memory=550204 CPUtime=2520.09 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 244077 12843 0 0 251775 227 4 3 20 0 15 0 78202744 11178180608 137551 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2729048 137551 3526 1 0 2690701 0
[pid=1259/tid=1320] ppid=1256 vsize=10916192 memory=550204 CPUtime=2475.16 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 80449 12843 0 0 247478 31 4 3 20 0 15 0 78202753 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772625643872 139772220066472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.78 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 7548 12843 0 0 536 35 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.75 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 8776 12843 0 0 536 32 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.78 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 15742 12843 0 0 538 33 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10916192 memory=1952 CPUtime=5.77 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 9565 12843 0 0 539 31 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.7 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 10246 12843 0 0 533 30 4 3 20 0 15 0 78202755 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10916192 memory=550204 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 39 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772111549472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10916192 memory=550204 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 4 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137551 33554432000 4194304 4196468 140734857629936 139771657577472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10916192 memory=4012 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10916192 memory=23348 CPUtime=6.26 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 42465 12843 0 0 614 5 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.94 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 31747 12843 0 0 583 4 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10916192 memory=4629771062077588875 CPUtime=3.23 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 34092 12843 0 0 310 6 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10916192 memory=3292 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10916192 memory=550204 CPUtime=1.26 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1211 12843 0 0 61 58 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 550204 KiB

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

[startup+2489.33 s]
# the end of solver process 1259 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.82 s, system=2.31438 s

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

[startup+2489.3 s]
/proc/loadavg: 1.84 1.70 1.64 3/216 1569
/proc/meminfo: memFree=10191892/32770624 swapFree=67108852/67108860
[pid=1259] ppid=1256 vsize=10916192 memory=550204 CPUtime=2520.09 cores=0,2,4,6
/proc/1259/stat : 1259 (java) S 1256 1259 29230 0 -1 1077944320 244077 12843 0 0 251775 227 4 3 20 0 15 0 78202744 11178180608 137551 33554432000 4194304 4196468 140734857629936 140734857612480 139772653809399 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
/proc/1259/statm: 2729048 137551 3526 1 0 2690701 0
[pid=1259/tid=1320] ppid=1256 vsize=10916192 memory=550204 CPUtime=2475.16 cores=0,2,4,6
/proc/1259/task/1320/stat : 1320 (java) R 1256 1259 29230 0 -1 4202560 80449 12843 0 0 247478 31 4 3 20 0 15 0 78202753 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772625643872 139772220066472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1321] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.78 cores=0,2,4,6
/proc/1259/task/1321/stat : 1321 (java) S 1256 1259 29230 0 -1 1077944384 7548 12843 0 0 536 35 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772658051856 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1322] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.75 cores=0,2,4,6
/proc/1259/task/1322/stat : 1322 (java) S 1256 1259 29230 0 -1 1077944384 8776 12843 0 0 536 32 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772546325392 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1323] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.78 cores=0,2,4,6
/proc/1259/task/1323/stat : 1323 (java) S 1256 1259 29230 0 -1 1077944384 15742 12843 0 0 538 33 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772545272848 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1324] ppid=1256 vsize=10916192 memory=1952 CPUtime=5.77 cores=0,2,4,6
/proc/1259/task/1324/stat : 1324 (java) S 1256 1259 29230 0 -1 1077944384 9565 12843 0 0 539 31 4 3 20 0 15 0 78202754 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772544220304 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1325] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.7 cores=0,2,4,6
/proc/1259/task/1325/stat : 1325 (java) S 1256 1259 29230 0 -1 1077944384 10246 12843 0 0 533 30 4 3 20 0 15 0 78202755 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772112603120 139772653820546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1326] ppid=1256 vsize=10916192 memory=550204 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1326/stat : 1326 (java) S 1256 1259 29230 0 -1 1077944384 39 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772111549472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1327] ppid=1256 vsize=10916192 memory=550204 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1327/stat : 1327 (java) S 1256 1259 29230 0 -1 1077944384 4 12843 0 0 0 0 4 3 20 0 15 0 78202756 11178180608 137551 33554432000 4194304 4196468 140734857629936 139771657577472 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1328] ppid=1256 vsize=10916192 memory=4012 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1328/stat : 1328 (java) S 1256 1259 29230 0 -1 1077944384 2 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139771389143248 139772653827995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1329] ppid=1256 vsize=10916192 memory=23348 CPUtime=6.26 cores=0,2,4,6
/proc/1259/task/1329/stat : 1329 (java) S 1256 1259 29230 0 -1 1077944384 42465 12843 0 0 614 5 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772077992432 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1330] ppid=1256 vsize=10916192 memory=550204 CPUtime=5.94 cores=0,2,4,6
/proc/1259/task/1330/stat : 1330 (java) S 1256 1259 29230 0 -1 1077944384 31747 12843 0 0 583 4 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772076939888 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1331] ppid=1256 vsize=10916192 memory=4629771062077588875 CPUtime=3.23 cores=0,2,4,6
/proc/1259/task/1331/stat : 1331 (java) S 1256 1259 29230 0 -1 1077944384 34092 12843 0 0 310 6 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772075887344 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1332] ppid=1256 vsize=10916192 memory=3292 CPUtime=0.07 cores=0,2,4,6
/proc/1259/task/1332/stat : 1332 (java) S 1256 1259 29230 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139770919382112 139772653819605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
[pid=1259/tid=1333] ppid=1256 vsize=10916192 memory=550204 CPUtime=1.26 cores=0,2,4,6
/proc/1259/task/1333/stat : 1333 (java) S 1256 1259 29230 0 -1 1077944384 1211 12843 0 0 61 58 4 3 20 0 15 0 78202759 11178180608 137551 33554432000 4194304 4196468 140734857629936 139772074834224 139772653820546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34545664 140734857632366 140734857635164 140734857635164 140734857637839 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 550204 KiB

Child status: 143
Real time (s): 2489.33
CPU time (s): 2520.14
CPU user time (s): 2517.82
CPU system time (s): 2.31438
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 573420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.82
system time used= 2.31438
maximum resident set size= 573916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183495
involuntary context switches= 8076


# summary of solver processes directly reported to runsolver:
#   pid: 1259
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.82
#   total CPU system time (s): 2.31438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5625 second user time and 21.8685 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 13:59:56
IDJOB=4295990
IDBENCH=141630
IDSOLVER=2750
FILE ID=node148/4295990-1532606396
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-50-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-4295990-1532606396/watcher-4295990-1532606396 -o /tmp/evaluation-result-4295990-1532606396/solver-4295990-1532606396 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2060898776 HOME/instance-4295990-1532606396.xml

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

MD5SUM BENCH= 80c5a80d7c962cf143a1b6c53ca701c2
RANDOM SEED=2060898776

node148.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.50
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.50
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.50
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.50
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:        12700668 kB
MemAvailable:   31595668 kB
Buffers:          227916 kB
Cached:         18601936 kB
SwapCached:            8 kB
Active:          2753324 kB
Inactive:       16464396 kB
Active(anon):     341668 kB
Inactive(anon):    74280 kB
Active(file):    2411656 kB
Inactive(file): 16390116 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26312 kB
Writeback:             0 kB
AnonPages:        407324 kB
Mapped:            54024 kB
Shmem:             25216 kB
Slab:             550064 kB
SReclaimable:     521688 kB
SUnreclaim:        28376 kB
KernelStack:        3792 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1319184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 14:41:25