Trace number 4295970

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)539 2520.04 2489.42

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"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.98/0.73	c Concrete v3.8.1528841891564 running
17.90/10.84	o 825
17.90/10.88	o 821
18.20/10.93	o 778
18.20/10.94	o 768
18.20/10.97	o 766
18.20/10.98	o 764
18.20/10.99	o 761
20.76/12.82	o 716
20.98/13.00	o 701
31.05/22.35	o 699
31.05/22.37	o 694
31.05/22.38	o 692
31.05/22.39	o 674
46.07/36.93	o 657
46.07/36.95	o 655
46.31/37.14	o 654
46.31/37.19	o 653
49.67/40.44	o 569
49.67/40.45	o 553
49.67/40.45	o 539
2520.00/2489.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2489.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2489.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2489.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2489.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2489.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2489.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2489.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2489.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2489.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2489.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2489.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2489.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2489.40		at scala.Option.map(Option.scala:146)
2520.00/2489.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2489.40		at concrete.MAC.mac(MAC.scala:203)
2520.00/2489.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2489.40		at scala.util.Try$.apply(Try.scala:209)
2520.00/2489.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2489.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2489.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2489.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2489.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2489.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2489.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2489.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2489.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2489.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2489.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2489.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2489.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2489.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2489.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2489.41		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2489.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2489.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2489.41		at scala.util.Success.map(Try.scala:209)
2520.00/2489.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2489.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2489.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2489.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2489.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2489.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2489.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2489.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2489.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2489.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2489.41		at scala.App.main(App.scala:76)
2520.00/2489.41		at scala.App.main$(App.scala:74)
2520.00/2489.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2489.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2489.41	v <instantiation cost="539">
2520.00/2489.41	v       <list>
2520.00/2489.41	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] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] 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] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74]
2520.00/2489.41	v       </list>
2520.00/2489.41	v       <values>
2520.00/2489.41	v         16 19 18 15 25 50 54 55 56 64 69 74 73 71 70 68 67 41 5 22 34 40 38 33 24 37 27 20 17 0 1 23 39 43 59 72 44 31 21 26 28 29 47 53 45 48 60 63 58 57 65 62 66 61 49 51 52 46 42 32 36 35 30 6 2 10 3 4 8 11 12 13 9 14 7 3 4 5 12 15 2 1 1 7 4 6 8 6 3 8 5 16 34 26 8 4 2 9 6 7 6 7 4 12 7 16 16 2 10 11 25 10 11 4 4 1 12 4 6 2 6 3 7 5 4 1 2 13 6 15 3 3 4 4 3 2 3 34 4 4 5 2 3 7 7 2 4 1 3 7
2520.00/2489.41	v       </values>
2520.00/2489.41	v     </instantiation>
2520.00/2489.41	s SATISFIABLE

Verifier Data

OK	539

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295970-1532604920/watcher-4295970-1532604920 -o /tmp/evaluation-result-4295970-1532604920/solver-4295970-1532604920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1559783262 HOME/instance-4295970-1532604920.xml 

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

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

solver pid=1085, runsolver pid=1081

[startup+0.100088 s]*
/proc/loadavg: 1.59 1.49 1.43 4/206 1143
/proc/meminfo: memFree=12729704/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 4375 12989 0 0 1 0 5 2 20 0 6 0 78055142 10212057088 4714 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2493178 4714 1934 1 0 2481616 0
[pid=1085/tid=1139] ppid=1081 vsize=9989820 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 2284 12989 0 0 1 0 5 2 20 0 7 0 78055151 10229575680 4845 33554432000 4194304 4196468 140728459564464 140554209776208 140554230679297 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=9989820 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 7 0 78055152 10229575680 4845 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=9989820 memory=139729990963635 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 7 0 78055152 10229575680 4845 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 7 0 78055152 10296684544 4845 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 7 0 78055152 10296684544 4845 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10055356 memory=139729990567552 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 7 0 78055153 10296684544 4845 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209825 s]*
/proc/loadavg: 1.59 1.49 1.43 3/215 1152
/proc/meminfo: memFree=12710752/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10821524 memory=44556 CPUtime=0.25 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 8289 12989 0 0 17 1 5 2 20 0 15 0 78055142 11081240576 11139 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2705381 11139 2985 1 0 2667804 0
[pid=1085/tid=1139] ppid=1081 vsize=10818936 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 5812 12989 0 0 10 1 5 2 20 0 15 0 78055151 11078590464 11449 33554432000 4194304 4196468 140728459564464 140554209764256 140554230619040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10818904 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 78055152 11078557696 11449 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10818904 memory=139729990963635 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11078557696 11449 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11078557696 11449 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11078557696 11449 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10818904 memory=139729990567552 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 78055153 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 78055154 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553341626016 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055154 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553073190128 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 543 12989 0 0 1 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 71 12989 0 0 1 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10818904 memory=139729990567552 CPUtime=0.1 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) R 1081 1085 29230 0 -1 4202560 607 12989 0 0 3 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553761380336 140554237960794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10818904 memory=139729990567552 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055157 11078557696 11449 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44556 KiB

[startup+0.310243 s]*
/proc/loadavg: 1.59 1.49 1.43 3/215 1152
/proc/meminfo: memFree=12696984/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10819352 memory=53672 CPUtime=0.38 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 10436 12989 0 0 29 2 5 2 20 0 15 0 78055142 11079016448 13418 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2704838 13418 3104 1 0 2667149 0
[pid=1085/tid=1139] ppid=1081 vsize=10819352 memory=6081081524271868777 CPUtime=0.28 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 7004 12989 0 0 20 1 5 2 20 0 15 0 78055151 11079016448 13418 33554432000 4194304 4196468 140728459564464 140554209751456 140554221126285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10819352 memory=4294967295 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 13418 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10819352 memory=139729990567552 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 13418 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10819352 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 13418 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10819352 memory=2272 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 13418 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10819352 memory=139734285534847 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 78055153 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 78055154 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553341626016 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055154 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553073190128 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 545 12989 0 0 1 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 71 12989 0 0 1 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10819352 memory=139729990567552 CPUtime=0.12 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 615 12989 0 0 5 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10819352 memory=139729990567552 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 13418 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53672 KiB

[startup+0.700742 s]
/proc/loadavg: 1.59 1.49 1.43 3/215 1152
/proc/meminfo: memFree=12687200/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10819352 memory=86448 CPUtime=0.98 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 16763 12989 0 0 88 3 5 2 20 0 15 0 78055142 11079016448 21612 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2704838 21612 3237 1 0 2667149 0
[pid=1085/tid=1139] ppid=1081 vsize=10819352 memory=1732 CPUtime=0.66 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 12219 12989 0 0 56 3 5 2 20 0 15 0 78055151 11079016448 21612 33554432000 4194304 4196468 140728459564464 140554209760272 140554219502976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10819352 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 21612 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10819352 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 21612 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10819352 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 21612 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10819352 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055152 11079016448 21612 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10819352 memory=139729848930880 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 5 12989 0 0 0 0 5 2 20 0 15 0 78055153 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10819352 memory=279459697551520 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 78055154 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553341626016 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10819352 memory=279459697551712 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055154 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553073190128 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10819352 memory=279459697551904 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10819352 memory=279459697552096 CPUtime=0.14 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 922 12989 0 0 7 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10819352 memory=279459697552288 CPUtime=0.17 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 695 12989 0 0 10 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10819352 memory=279459697552480 CPUtime=0.2 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 703 12989 0 0 13 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10819352 memory=279459697552672 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10819352 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055157 11079016448 21612 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86448 KiB

[startup+1.50075 s]
/proc/loadavg: 1.59 1.49 1.43 3/215 1152
/proc/meminfo: memFree=12640312/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10834252 memory=186480 CPUtime=2.43 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 24328 12989 0 0 227 9 5 2 20 0 15 0 78055142 11094274048 46620 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2708563 46620 3470 1 0 2670221 0
[pid=1085/tid=1139] ppid=1081 vsize=10834252 memory=5792282670527311457 CPUtime=1.43 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 17569 12989 0 0 130 6 5 2 20 0 15 0 78055151 11094274048 46620 33554432000 4194304 4196468 140728459564464 140554209763344 140554222019934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10834252 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 58 12989 0 0 0 0 5 2 20 0 15 0 78055152 11094274048 46620 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10834252 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 24 12989 0 0 0 0 5 2 20 0 15 0 78055152 11094274048 46620 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10834252 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 25 12989 0 0 1 0 5 2 20 0 15 0 78055152 11094274048 46620 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10834252 memory=279459697542560 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 187 12989 0 0 1 0 5 2 20 0 15 0 78055152 11094274048 46620 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10834252 memory=279459697547104 CPUtime=0.08 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 56 12989 0 0 1 0 5 2 20 0 15 0 78055153 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10834252 memory=100283951 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 14 12989 0 0 0 0 5 2 20 0 15 0 78055154 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553341626080 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10834252 memory=2372 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055154 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553073190144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10834252 memory=-3255422371651459150 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10834252 memory=-2605811476043407915 CPUtime=0.35 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 1643 12989 0 0 28 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10834252 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 1173 12989 0 0 27 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10834252 memory=-6948047529741492128 CPUtime=0.42 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 1378 12989 0 0 35 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10834252 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10834252 memory=-7812736537705029536 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 78055157 11094274048 46620 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0

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

/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 77025 12989 0 0 231229 24 5 2 20 0 15 0 78055151 11178180608 85748 33554432000 4194304 4196468 140728459564464 140554209770384 140553842866776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10916192 memory=342992 CPUtime=4.26 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 8199 12989 0 0 396 23 5 2 20 0 15 0 78055152 11178180608 85748 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10916192 memory=55 CPUtime=4.26 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 11105 12989 0 0 395 24 5 2 20 0 15 0 78055152 11178180608 85748 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10916192 memory=342992 CPUtime=4.25 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 9397 12989 0 0 395 23 5 2 20 0 15 0 78055152 11178180608 85748 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10916192 memory=342992 CPUtime=4.24 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 7431 12989 0 0 392 25 5 2 20 0 15 0 78055152 11178180608 85748 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10916192 memory=342992 CPUtime=3.99 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 11771 12989 0 0 369 23 5 2 20 0 15 0 78055153 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10916192 memory=342992 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 26 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553341626144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10916192 memory=342992 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 27 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553073190144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10916192 memory=342992 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10916192 memory=342992 CPUtime=7.04 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 50960 12989 0 0 692 5 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10916192 memory=342992 CPUtime=6.92 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 49333 12989 0 0 679 6 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10916192 memory=342992 CPUtime=3.03 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 42590 12989 0 0 289 7 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10916192 memory=342992 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10916192 memory=796 CPUtime=0.98 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1799 12989 0 0 44 47 5 2 20 0 15 0 78055157 11178180608 85748 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 2351.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 342992 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.41 1.39 3/215 1387
/proc/meminfo: memFree=12191772/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10916192 memory=336416 CPUtime=2411.64 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 275087 12989 0 0 240973 184 5 2 20 0 15 0 78055142 11178180608 84104 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2729048 84104 3527 1 0 2690701 0
[pid=1085/tid=1139] ppid=1081 vsize=10916192 memory=336416 CPUtime=2372.29 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 77665 12989 0 0 237197 25 5 2 20 0 15 0 78055151 11178180608 84104 33554432000 4194304 4196468 140728459564464 140554209774224 140553842869552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10916192 memory=336416 CPUtime=4.4 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 8377 12989 0 0 409 24 5 2 20 0 15 0 78055152 11178180608 84104 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10916192 memory=336416 CPUtime=4.4 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 11531 12989 0 0 408 25 5 2 20 0 15 0 78055152 11178180608 84104 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10916192 memory=336416 CPUtime=4.39 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 9601 12989 0 0 408 24 5 2 20 0 15 0 78055152 11178180608 84104 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10916192 memory=336416 CPUtime=4.38 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 7548 12989 0 0 405 26 5 2 20 0 15 0 78055152 11178180608 84104 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10916192 memory=916 CPUtime=4.11 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 11958 12989 0 0 381 23 5 2 20 0 15 0 78055153 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10916192 memory=425 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 26 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553341626144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10916192 memory=336404 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 27 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553073190144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10916192 memory=2416 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10916192 memory=1300 CPUtime=7.11 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 51216 12989 0 0 699 5 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10916192 memory=336416 CPUtime=7.01 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 49969 12989 0 0 687 7 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10916192 memory=2416 CPUtime=3.08 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 43154 12989 0 0 294 7 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10916192 memory=336404 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10916192 memory=796 CPUtime=1.01 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1816 12989 0 0 45 49 5 2 20 0 15 0 78055157 11178180608 84104 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 2411.64 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 336416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.40 1.39 3/215 1388
/proc/meminfo: memFree=12189756/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10916192 memory=336504 CPUtime=2472.34 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 277104 12989 0 0 247038 189 5 2 20 0 15 0 78055142 11178180608 84126 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2729048 84126 3527 1 0 2690701 0
[pid=1085/tid=1139] ppid=1081 vsize=10916192 memory=336504 CPUtime=2431.93 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 78080 12989 0 0 243161 25 5 2 20 0 15 0 78055151 11178180608 84126 33554432000 4194304 4196468 140728459564464 140554209769216 140553840536241 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10916192 memory=336424 CPUtime=4.55 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 8396 12989 0 0 424 24 5 2 20 0 15 0 78055152 11178180608 84126 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10916192 memory=336504 CPUtime=4.55 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 11550 12989 0 0 422 26 5 2 20 0 15 0 78055152 11178180608 84126 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10916192 memory=336504 CPUtime=4.54 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 9926 12989 0 0 423 24 5 2 20 0 15 0 78055152 11178180608 84126 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10916192 memory=336504 CPUtime=4.54 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 7638 12989 0 0 420 27 5 2 20 0 15 0 78055152 11178180608 84126 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10916192 memory=336504 CPUtime=4.26 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 11980 12989 0 0 395 24 5 2 20 0 15 0 78055153 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10916192 memory=336504 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 26 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553341626144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10916192 memory=336504 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 27 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553073190144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10916192 memory=5787213857246504025 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10916192 memory=336504 CPUtime=7.22 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 51467 12989 0 0 710 5 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10916192 memory=336504 CPUtime=7.11 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 50429 12989 0 0 697 7 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10916192 memory=336504 CPUtime=3.14 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 43564 12989 0 0 300 7 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10916192 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10916192 memory=336504 CPUtime=1.03 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1822 12989 0 0 46 50 5 2 20 0 15 0 78055157 11178180608 84126 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 2472.34 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 336504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.4 s]
/proc/loadavg: 1.49 1.42 1.40 3/215 1388
/proc/meminfo: memFree=12188352/32770624 swapFree=67108852/67108860
[pid=1085] ppid=1081 vsize=10916192 memory=338564 CPUtime=2520 cores=1,3,5,7
/proc/1085/stat : 1085 (java) S 1081 1085 29230 0 -1 1077944320 278004 12989 0 0 251800 193 5 2 20 0 15 0 78055142 11178180608 84641 33554432000 4194304 4196468 140728459564464 140728459547008 140554237939447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
/proc/1085/statm: 2729048 84641 3527 1 0 2690701 0
[pid=1085/tid=1139] ppid=1081 vsize=10916192 memory=288230583166042426 CPUtime=2478.77 cores=1,3,5,7
/proc/1085/task/1139/stat : 1139 (java) R 1081 1085 29230 0 -1 4202560 78359 12989 0 0 247844 26 5 2 20 0 15 0 78055151 11178180608 84641 33554432000 4194304 4196468 140728459564464 140554209767424 140553842866451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1140] ppid=1081 vsize=10916192 memory=15541812429325847 CPUtime=4.67 cores=1,3,5,7
/proc/1085/task/1140/stat : 1140 (java) S 1081 1085 29230 0 -1 1077944384 8430 12989 0 0 435 25 5 2 20 0 15 0 78055152 11178180608 84641 33554432000 4194304 4196468 140728459564464 140554242181648 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1141] ppid=1081 vsize=10916192 memory=4124 CPUtime=4.67 cores=1,3,5,7
/proc/1085/task/1141/stat : 1141 (java) S 1081 1085 29230 0 -1 1077944384 11557 12989 0 0 434 26 5 2 20 0 15 0 78055152 11178180608 84641 33554432000 4194304 4196468 140728459564464 140554157001360 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1142] ppid=1081 vsize=10916192 memory=2200 CPUtime=4.67 cores=1,3,5,7
/proc/1085/task/1142/stat : 1142 (java) S 1081 1085 29230 0 -1 1077944384 9946 12989 0 0 435 25 5 2 20 0 15 0 78055152 11178180608 84641 33554432000 4194304 4196468 140728459564464 140554155948304 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1143] ppid=1081 vsize=10916192 memory=7284 CPUtime=4.65 cores=1,3,5,7
/proc/1085/task/1143/stat : 1143 (java) S 1081 1085 29230 0 -1 1077944384 7660 12989 0 0 431 27 5 2 20 0 15 0 78055152 11178180608 84641 33554432000 4194304 4196468 140728459564464 140554154895760 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1144] ppid=1081 vsize=10916192 memory=844 CPUtime=4.36 cores=1,3,5,7
/proc/1085/task/1144/stat : 1144 (java) S 1081 1085 29230 0 -1 1077944384 12157 12989 0 0 405 24 5 2 20 0 15 0 78055153 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553764539120 140554237950594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1145] ppid=1081 vsize=10916192 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1145/stat : 1145 (java) S 1081 1085 29230 0 -1 1077944384 26 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553341626144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1146] ppid=1081 vsize=10916192 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1146/stat : 1146 (java) S 1081 1085 29230 0 -1 1077944384 27 12989 0 0 0 0 5 2 20 0 15 0 78055154 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553073190144 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1147] ppid=1081 vsize=10916192 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1147/stat : 1147 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140552765790672 140554237958043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1148] ppid=1081 vsize=10916192 memory=8112282956445269571 CPUtime=7.3 cores=1,3,5,7
/proc/1085/task/1148/stat : 1148 (java) S 1081 1085 29230 0 -1 1077944384 51528 12989 0 0 718 5 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553763485936 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1149] ppid=1081 vsize=10916192 memory=338564 CPUtime=7.19 cores=1,3,5,7
/proc/1085/task/1149/stat : 1149 (java) S 1081 1085 29230 0 -1 1077944384 50617 12989 0 0 705 7 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553762433392 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1150] ppid=1081 vsize=10916192 memory=6935054825532540783 CPUtime=3.18 cores=1,3,5,7
/proc/1085/task/1150/stat : 1150 (java) S 1081 1085 29230 0 -1 1077944384 43670 12989 0 0 304 7 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553761380336 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1151] ppid=1081 vsize=10916192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/1085/task/1151/stat : 1151 (java) S 1081 1085 29230 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140552732232032 140554237949653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
[pid=1085/tid=1152] ppid=1081 vsize=10916192 memory=1716 CPUtime=1.06 cores=1,3,5,7
/proc/1085/task/1152/stat : 1152 (java) S 1081 1085 29230 0 -1 1077944384 1828 12989 0 0 47 52 5 2 20 0 15 0 78055157 11178180608 84641 33554432000 4194304 4196468 140728459564464 140553760328752 140554237950594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22999040 140728459565678 140728459568476 140728459568476 140728459571151 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 338564 KiB

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

[startup+2489.42 s]
# the end of solver process 1085 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.07 s, system=1.97087 s

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

Child status: 143
Real time (s): 2489.42
CPU time (s): 2520.04
CPU user time (s): 2518.07
CPU system time (s): 1.97087
CPU usage (%): 101.23
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 563644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.07
system time used= 1.97087
maximum resident set size= 565680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152480
involuntary context switches= 4004


# summary of solver processes directly reported to runsolver:
#   pid: 1085
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.07
#   total CPU system time (s): 1.97087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.243 second user time and 22.2395 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 13:35:20
IDJOB=4295970
IDBENCH=141625
IDSOLVER=2750
FILE ID=node148/4295970-1532604920
RUNJOBID= node148-1532582651-29262
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295970-1532604920/watcher-4295970-1532604920 -o /tmp/evaluation-result-4295970-1532604920/solver-4295970-1532604920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1559783262 HOME/instance-4295970-1532604920.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=1559783262

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:        12738124 kB
MemAvailable:   31632176 kB
Buffers:          227440 kB
Cached:         18601196 kB
SwapCached:            8 kB
Active:          2717080 kB
Inactive:       16463808 kB
Active(anon):     305756 kB
Inactive(anon):    74280 kB
Active(file):    2411324 kB
Inactive(file): 16389528 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:        482004 kB
Mapped:            54076 kB
Shmem:             25216 kB
Slab:             550224 kB
SReclaimable:     521660 kB
SUnreclaim:        28564 kB
KernelStack:        3808 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:16:49