Trace number 4295962

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)686 2520.06 2493.73

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-100-50-00_c18.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark451
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
33.01/25.42	o 790
33.01/25.46	o 782
33.35/25.50	o 781
33.35/25.53	o 771
60.99/51.87	o 751
60.99/51.88	o 740
61.12/51.90	o 730
61.12/51.92	o 729
61.12/51.97	o 724
61.12/51.98	o 716
237.80/226.64	o 701
237.80/226.69	o 700
238.03/226.87	o 697
238.60/227.40	o 686
2520.03/2493.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2493.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2493.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2493.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2493.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.03/2493.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.03/2493.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2493.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2493.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2493.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2493.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2493.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2493.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2493.71		at scala.Option.map(Option.scala:146)
2520.03/2493.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2493.71		at concrete.MAC.mac(MAC.scala:203)
2520.03/2493.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2493.71		at scala.util.Try$.apply(Try.scala:209)
2520.03/2493.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2493.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2493.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2493.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2493.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2493.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2493.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2493.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2493.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2493.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2493.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2493.71		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2493.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2493.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2493.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2493.71		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2493.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2493.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2493.71		at scala.util.Success.map(Try.scala:209)
2520.03/2493.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2493.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2493.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2493.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2493.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2493.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2493.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2493.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2493.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2493.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2493.71		at scala.App.main(App.scala:76)
2520.03/2493.71		at scala.App.main$(App.scala:74)
2520.03/2493.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2493.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2493.71	v <instantiation cost="686">
2520.03/2493.71	v       <list>
2520.03/2493.71	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] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] 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] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2520.03/2493.71	v       </list>
2520.03/2493.71	v       <values>
2520.03/2493.71	v         12 11 14 9 4 5 3 13 2 1 7 27 29 47 50 55 74 80 83 92 95 84 93 85 81 78 79 89 59 36 37 40 48 0 6 98 94 87 90 91 71 72 65 73 67 82 70 60 88 99 96 54 68 64 57 38 33 24 28 22 31 76 86 97 69 62 63 75 77 61 56 51 43 30 34 35 42 53 46 49 66 58 52 41 45 44 39 32 18 19 23 26 25 21 20 16 15 10 17 8 9 4 7 4 2 3 4 7 7 8 10 2 9 2 4 7 4 1 4 2 6 4 3 5 3 2 5 13 10 1 3 2 38 13 49 4 8 8 3 12 1 4 4 4 8 6 3 12 6 8 21 9 12 3 9 4 11 10 20 6 20 5 6 18 5 1 13 2 6 2 6 4 7 6 1 6 4 4 2 43 6 4 4 3 2 3 4 12 2 3 1 3 3 4 4 2 3 4 3 2
2520.03/2493.71	v       </values>
2520.03/2493.71	v     </instantiation>
2520.03/2493.72	s SATISFIABLE

Verifier Data

OK	686

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

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

[startup+0.10009 s]*
/proc/loadavg: 1.41 1.35 1.36 3/206 973
/proc/meminfo: memFree=10440152/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=9972712 memory=14912 CPUtime=0.1 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 4382 12979 0 0 1 1 5 3 20 0 6 0 77953238 10212057088 3728 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2493178 3728 1934 1 0 2481616 0
[pid=913/tid=969] ppid=910 vsize=9988792 memory=4627829660337606006 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 2358 12979 0 0 1 0 5 3 20 0 6 0 77953247 10228523008 3860 33554432000 4194304 4196468 140730342791264 140092477149776 140092490846864 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=9988792 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 6 0 77953248 10228523008 3860 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=9988792 memory=139885831083648 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 6 0 77953248 10228523008 3860 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 6 0 77953248 10228523008 3926 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=9988792 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 6 0 77953248 10228523008 3926 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.209899 s]*
/proc/loadavg: 1.41 1.35 1.36 2/215 984
/proc/meminfo: memFree=10419724/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10818856 memory=38772 CPUtime=0.27 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 8594 12979 0 0 17 2 5 3 20 0 15 0 77953238 11078508544 9693 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2704714 9693 2966 1 0 2667149 0
[pid=913/tid=969] ppid=910 vsize=10818856 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 5023 12979 0 0 11 1 5 3 20 0 15 0 77953247 11078508544 9693 33554432000 4194304 4196468 140730342791264 140092477110672 140092485588345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10818856 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11078508544 9693 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10818856 memory=3546781995462383264 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11078508544 9693 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11078508544 9693 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 15 0 77953248 11078508544 9693 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10818856 memory=139885831083648 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 15 0 77953249 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 33 12979 0 0 0 0 5 3 20 0 15 0 77953250 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091962922144 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953250 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091364205296 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 492 12979 0 0 1 0 5 3 20 0 15 0 77953253 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 153 12979 0 0 0 0 5 3 20 0 15 0 77953253 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10818856 memory=139885831083648 CPUtime=0.11 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 689 12979 0 0 3 0 5 3 20 0 15 0 77953253 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10818856 memory=139885831083648 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953253 11078508544 9693 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 38772 KiB

[startup+0.310271 s]*
/proc/loadavg: 1.41 1.35 1.36 3/215 984
/proc/meminfo: memFree=10410732/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10819352 memory=50124 CPUtime=0.39 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 10625 12979 0 0 28 3 5 3 20 0 15 0 77953238 11079016448 12531 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2704838 12531 3097 1 0 2667149 0
[pid=913/tid=969] ppid=910 vsize=10819352 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 7040 12979 0 0 20 2 5 3 20 0 15 0 77953247 11079016448 12531 33554432000 4194304 4196468 140730342791264 140092477125024 140092486876544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 12531 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 12531 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10819352 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 12531 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10819352 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 12531 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 15 0 77953249 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 33 12979 0 0 0 0 5 3 20 0 15 0 77953250 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091962922144 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953250 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091364205296 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 499 12979 0 0 1 0 5 3 20 0 15 0 77953253 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 153 12979 0 0 1 0 5 3 20 0 15 0 77953253 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10819352 memory=139885831083648 CPUtime=0.12 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 714 12979 0 0 4 0 5 3 20 0 15 0 77953253 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10819352 memory=139885831083648 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953253 11079016448 12531 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50124 KiB

[startup+0.700732 s]
/proc/loadavg: 1.41 1.35 1.36 3/215 984
/proc/meminfo: memFree=10399008/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10819352 memory=83704 CPUtime=0.99 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 17157 12979 0 0 87 4 5 3 20 0 15 0 77953238 11079016448 20926 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2704838 20926 3239 1 0 2667149 0
[pid=913/tid=969] ppid=910 vsize=10819352 memory=3216 CPUtime=0.67 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 12432 12979 0 0 56 3 5 3 20 0 15 0 77953247 11079016448 20926 33554432000 4194304 4196468 140730342791264 140092477133304 140092489393502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10819352 memory=2601936 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 20926 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10819352 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 20926 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10819352 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 20926 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10819352 memory=11008 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 2 12979 0 0 0 0 5 3 20 0 15 0 77953248 11079016448 20926 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10819352 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 5 12979 0 0 0 0 5 3 20 0 15 0 77953249 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 33 12979 0 0 0 0 5 3 20 0 15 0 77953250 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091962922144 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10819352 memory=139887084831299 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953250 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091364205296 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10819352 memory=139887084831301 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10819352 memory=139887084831305 CPUtime=0.18 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 1129 12979 0 0 10 0 5 3 20 0 15 0 77953253 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10819352 memory=139887084831308 CPUtime=0.14 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 443 12979 0 0 6 0 5 3 20 0 15 0 77953253 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10819352 memory=139887084831310 CPUtime=0.21 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 914 12979 0 0 13 0 5 3 20 0 15 0 77953253 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10819352 memory=139887084831318 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10819352 memory=142369575928459 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953253 11079016448 20926 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83704 KiB

[startup+1.50075 s]
/proc/loadavg: 1.41 1.35 1.36 3/215 984
/proc/meminfo: memFree=10355344/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10834252 memory=188736 CPUtime=2.5 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 25114 12979 0 0 233 9 5 3 20 0 15 0 77953238 11094274048 47184 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2708563 47184 3472 1 0 2670221 0
[pid=913/tid=969] ppid=910 vsize=10834252 memory=-1189914978686163229 CPUtime=1.44 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 17560 12979 0 0 131 5 5 3 20 0 15 0 77953247 11094274048 47184 33554432000 4194304 4196468 140730342791264 140092477130144 140092497550142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10834252 memory=-7091624348563251104 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 26 12979 0 0 1 0 5 3 20 0 15 0 77953248 11094274048 47184 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10834252 memory=6009316314409558116 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 34 12979 0 0 1 0 5 3 20 0 15 0 77953248 11094274048 47184 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10834252 memory=7595412483497291120 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 183 12979 0 0 1 0 5 3 20 0 15 0 77953248 11094274048 47184 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 53 12979 0 0 1 0 5 3 20 0 15 0 77953248 11094274048 47184 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10834252 memory=3472328296160573649 CPUtime=0.09 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 376 12979 0 0 1 0 5 3 20 0 15 0 77953249 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10834252 memory=24996 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 34 12979 0 0 0 0 5 3 20 0 15 0 77953250 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091962922208 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953250 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091364205296 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10834252 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10834252 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 1682 12979 0 0 31 0 5 3 20 0 15 0 77953253 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10834252 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 1089 12979 0 0 28 0 5 3 20 0 15 0 77953253 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10834252 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 1881 12979 0 0 34 0 5 3 20 0 15 0 77953253 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1 12979 0 0 0 0 5 3 20 0 15 0 77953253 11094274048 47184 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834252 KiB

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

/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 76779 12979 0 0 237365 21 5 3 20 0 15 0 77953247 11178180608 84878 33554432000 4194304 4196468 140730342791264 140092477133344 140092123436043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10916192 memory=339512 CPUtime=3.67 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 9896 12979 0 0 341 18 5 3 20 0 15 0 77953248 11178180608 84878 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10916192 memory=339508 CPUtime=3.65 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 10566 12979 0 0 334 23 5 3 20 0 15 0 77953248 11178180608 84878 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10916192 memory=339508 CPUtime=3.65 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 10100 12979 0 0 335 22 5 3 20 0 15 0 77953248 11178180608 84878 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10916192 memory=339508 CPUtime=3.66 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 10941 12979 0 0 335 23 5 3 20 0 15 0 77953248 11178180608 84878 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10916192 memory=339512 CPUtime=3.51 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 10082 12979 0 0 326 17 5 3 20 0 15 0 77953249 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10916192 memory=339512 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 50 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091962922272 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10916192 memory=339512 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 24 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091364205312 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10916192 memory=279771351465552 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10916192 memory=339512 CPUtime=6.57 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 58800 12979 0 0 642 7 5 3 20 0 15 0 77953253 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10916192 memory=339512 CPUtime=6.45 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 59285 12979 0 0 630 7 5 3 20 0 15 0 77953253 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10916192 memory=339512 CPUtime=2.67 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 48925 12979 0 0 252 7 5 3 20 0 15 0 77953253 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10916192 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10916192 memory=23264 CPUtime=0.93 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1276 12979 0 0 48 37 5 3 20 0 15 0 77953253 11178180608 84878 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 2408.11 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 339512 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.37 1.34 3/215 1193
/proc/meminfo: memFree=12372376/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10916192 memory=339536 CPUtime=2468.37 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 300669 12979 0 0 246669 160 5 3 20 0 15 0 77953238 11178180608 84884 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2729048 84884 3527 1 0 2690701 0
[pid=913/tid=969] ppid=910 vsize=10916192 memory=339536 CPUtime=2433.77 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 77089 12979 0 0 243348 21 5 3 20 0 15 0 77953247 11178180608 84884 33554432000 4194304 4196468 140730342791264 140092477131184 140092123436250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10916192 memory=339512 CPUtime=3.75 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 10232 12979 0 0 348 19 5 3 20 0 15 0 77953248 11178180608 84884 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10916192 memory=339528 CPUtime=3.72 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 10621 12979 0 0 341 23 5 3 20 0 15 0 77953248 11178180608 84884 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10916192 memory=339512 CPUtime=3.73 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 10109 12979 0 0 342 23 5 3 20 0 15 0 77953248 11178180608 84884 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10916192 memory=339528 CPUtime=3.73 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 10959 12979 0 0 342 23 5 3 20 0 15 0 77953248 11178180608 84884 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10916192 memory=339528 CPUtime=3.58 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 10238 12979 0 0 333 17 5 3 20 0 15 0 77953249 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10916192 memory=339536 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 50 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091962922272 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10916192 memory=339536 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 24 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091364205312 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10916192 memory=339536 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10916192 memory=339536 CPUtime=6.59 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 59167 12979 0 0 644 7 5 3 20 0 15 0 77953253 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10916192 memory=339536 CPUtime=6.47 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 59402 12979 0 0 632 7 5 3 20 0 15 0 77953253 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10916192 memory=339536 CPUtime=2.68 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 49301 12979 0 0 253 7 5 3 20 0 15 0 77953253 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10916192 memory=339536 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10916192 memory=339536 CPUtime=0.96 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1282 12979 0 0 50 38 5 3 20 0 15 0 77953253 11178180608 84884 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 2468.37 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 339536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.7 s]
/proc/loadavg: 1.42 1.37 1.34 3/215 1194
/proc/meminfo: memFree=12372568/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10916192 memory=339564 CPUtime=2520.03 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 302212 12979 0 0 251832 163 5 3 20 0 15 0 77953238 11178180608 84891 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2729048 84891 3527 1 0 2690701 0
[pid=913/tid=969] ppid=910 vsize=10916192 memory=339564 CPUtime=2485.03 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 77366 12979 0 0 248474 21 5 3 20 0 15 0 77953247 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092477141392 140092109295776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10916192 memory=339556 CPUtime=3.81 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 10238 12979 0 0 354 19 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10916192 memory=339564 CPUtime=3.79 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 10694 12979 0 0 348 23 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10916192 memory=339556 CPUtime=3.79 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 10125 12979 0 0 348 23 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10916192 memory=339556 CPUtime=3.8 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 10977 12979 0 0 348 24 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10916192 memory=339556 CPUtime=3.64 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 10289 12979 0 0 339 17 5 3 20 0 15 0 77953249 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 50 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091962922272 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 24 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091364205312 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10916192 memory=339556 CPUtime=6.61 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 59386 12979 0 0 646 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10916192 memory=339564 CPUtime=6.49 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 59825 12979 0 0 634 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10916192 memory=339564 CPUtime=2.7 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 49733 12979 0 0 255 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10916192 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10916192 memory=1440 CPUtime=0.97 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1310 12979 0 0 50 39 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 339564 KiB

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

[startup+2493.73 s]
# the end of solver process 913 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.39 s, system=1.66853 s

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

[startup+2493.7 s]
/proc/loadavg: 1.42 1.37 1.34 3/215 1194
/proc/meminfo: memFree=12372568/32770624 swapFree=67108852/67108860
[pid=913] ppid=910 vsize=10916192 memory=339564 CPUtime=2520.03 cores=0,2,4,6
/proc/913/stat : 913 (java) S 910 913 29230 0 -1 1077944320 302212 12979 0 0 251832 163 5 3 20 0 15 0 77953238 11178180608 84891 33554432000 4194304 4196468 140730342791264 140730342773808 140092505313015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
/proc/913/statm: 2729048 84891 3527 1 0 2690701 0
[pid=913/tid=969] ppid=910 vsize=10916192 memory=339564 CPUtime=2485.03 cores=0,2,4,6
/proc/913/task/969/stat : 969 (java) R 910 913 29230 0 -1 4202560 77366 12979 0 0 248474 21 5 3 20 0 15 0 77953247 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092477141392 140092109295776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=970] ppid=910 vsize=10916192 memory=339556 CPUtime=3.81 cores=0,2,4,6
/proc/913/task/970/stat : 970 (java) S 910 913 29230 0 -1 1077944384 10238 12979 0 0 354 19 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092509555728 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=971] ppid=910 vsize=10916192 memory=339564 CPUtime=3.79 cores=0,2,4,6
/proc/913/task/971/stat : 971 (java) S 910 913 29230 0 -1 1077944384 10694 12979 0 0 348 23 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092439313552 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=972] ppid=910 vsize=10916192 memory=339556 CPUtime=3.79 cores=0,2,4,6
/proc/913/task/972/stat : 972 (java) S 910 913 29230 0 -1 1077944384 10125 12979 0 0 348 23 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092077697808 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=973] ppid=910 vsize=10916192 memory=339556 CPUtime=3.8 cores=0,2,4,6
/proc/913/task/973/stat : 973 (java) S 910 913 29230 0 -1 1077944384 10977 12979 0 0 348 24 5 3 20 0 15 0 77953248 11178180608 84891 33554432000 4194304 4196468 140730342791264 140092076645264 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=974] ppid=910 vsize=10916192 memory=339556 CPUtime=3.64 cores=0,2,4,6
/proc/913/task/974/stat : 974 (java) S 910 913 29230 0 -1 1077944384 10289 12979 0 0 339 17 5 3 20 0 15 0 77953249 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091963975920 140092505324162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=975] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/975/stat : 975 (java) S 910 913 29230 0 -1 1077944384 50 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091962922272 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=976] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/976/stat : 976 (java) S 910 913 29230 0 -1 1077944384 24 12979 0 0 0 0 5 3 20 0 15 0 77953250 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091364205312 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=977] ppid=910 vsize=10916192 memory=339556 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/977/stat : 977 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953252 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091056805840 140092505331611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=978] ppid=910 vsize=10916192 memory=339556 CPUtime=6.61 cores=0,2,4,6
/proc/913/task/978/stat : 978 (java) S 910 913 29230 0 -1 1077944384 59386 12979 0 0 646 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091929365232 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=979] ppid=910 vsize=10916192 memory=339564 CPUtime=6.49 cores=0,2,4,6
/proc/913/task/979/stat : 979 (java) S 910 913 29230 0 -1 1077944384 59825 12979 0 0 634 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091928312688 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=981] ppid=910 vsize=10916192 memory=339564 CPUtime=2.7 cores=0,2,4,6
/proc/913/task/981/stat : 981 (java) S 910 913 29230 0 -1 1077944384 49733 12979 0 0 255 7 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091927259632 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=982] ppid=910 vsize=10916192 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/913/task/982/stat : 982 (java) S 910 913 29230 0 -1 1077944384 3 12979 0 0 0 0 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091023248224 140092505323221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
[pid=913/tid=984] ppid=910 vsize=10916192 memory=1440 CPUtime=0.97 cores=0,2,4,6
/proc/913/task/984/stat : 984 (java) S 910 913 29230 0 -1 1077944384 1310 12979 0 0 50 39 5 3 20 0 15 0 77953253 11178180608 84891 33554432000 4194304 4196468 140730342791264 140091926207024 140092505324162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33464320 140730342799982 140730342802780 140730342802780 140730342805455 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 339564 KiB

Child status: 143
Real time (s): 2493.73
CPU time (s): 2520.06
CPU user time (s): 2518.39
CPU system time (s): 1.66853
CPU usage (%): 101.056
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 518968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.39
system time used= 1.66853
maximum resident set size= 522032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315831
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= 134390
involuntary context switches= 5471


# summary of solver processes directly reported to runsolver:
#   pid: 913
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.39
#   total CPU system time (s): 1.66853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7663 second user time and 25.8619 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 13:18:21
IDJOB=4295962
IDBENCH=141623
IDSOLVER=2750
FILE ID=node148/4295962-1532603901
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-100-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-4295962-1532603901/watcher-4295962-1532603901 -o /tmp/evaluation-result-4295962-1532603901/solver-4295962-1532603901 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1176472947 HOME/instance-4295962-1532603901.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=1176472947

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:        10447696 kB
MemAvailable:   29340292 kB
Buffers:          226972 kB
Cached:         18601020 kB
SwapCached:            8 kB
Active:          5003620 kB
Inactive:       16463076 kB
Active(anon):    2592988 kB
Inactive(anon):    74280 kB
Active(file):    2410632 kB
Inactive(file): 16388796 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:       2648132 kB
Mapped:            53904 kB
Shmem:             25216 kB
Slab:             549792 kB
SReclaimable:     521628 kB
SUnreclaim:        28164 kB
KernelStack:        3696 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3508028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2408448 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 13:59:55