Trace number 4304729

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.9.2SAT (TO)756 2520.11 2488.33

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.98/0.74	c Concrete v3.9.2.1532736233296 running
32.52/24.25	o 975
32.52/24.29	o 963
32.84/24.30	o 948
32.84/24.34	o 942
32.84/24.39	o 937
59.52/49.37	o 928
59.52/49.39	o 927
59.69/49.41	o 924
114.30/103.39	o 910
114.30/103.39	o 908
122.42/111.34	o 907
599.69/584.08	o 819
599.69/584.08	o 817
600.42/584.74	o 806
600.42/584.79	o 798
602.35/586.43	o 785
605.30/589.37	o 782
636.24/619.94	o 778
637.49/621.11	o 777
637.89/621.51	o 769
638.60/622.27	o 768
639.82/623.40	o 766
643.69/627.21	o 761
645.11/628.69	o 756
2520.06/2488.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2488.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2488.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2488.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2488.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2488.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2488.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2488.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2488.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2488.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2488.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2488.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.06/2488.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2488.30		at scala.Option.map(Option.scala:146)
2520.06/2488.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2488.30		at concrete.MAC.mac(MAC.scala:203)
2520.06/2488.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2488.30		at scala.util.Try$.apply(Try.scala:209)
2520.06/2488.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2488.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2488.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2488.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2488.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2488.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2488.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2488.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2488.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2488.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2488.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2488.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2488.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2488.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2488.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2488.31		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2488.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2488.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2488.31		at scala.util.Success.map(Try.scala:209)
2520.06/2488.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2488.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2488.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2488.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2488.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2488.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2488.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2488.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2488.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2488.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2488.31		at scala.App.main(App.scala:76)
2520.06/2488.31		at scala.App.main$(App.scala:74)
2520.06/2488.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2488.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2488.31	v <instantiation cost="756">
2520.06/2488.31	v       <list>
2520.06/2488.31	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.06/2488.31	v       </list>
2520.06/2488.31	v       <values>
2520.06/2488.31	v         33 36 37 40 48 35 31 46 49 53 76 86 84 80 98 91 90 89 87 81 78 75 85 94 97 95 92 74 83 47 51 43 34 29 30 27 61 38 16 44 45 41 60 58 70 65 73 72 71 88 67 66 57 54 59 62 69 93 77 68 56 55 50 42 32 26 21 25 1 2 7 3 4 5 9 13 24 18 19 23 39 52 82 99 96 79 64 63 22 0 11 15 20 8 12 17 10 6 14 28 4 1 3 2 12 5 7 2 2 10 5 8 2 10 17 3 4 4 3 3 9 5 4 5 1 2 8 4 16 2 4 6 6 1 4 18 16 16 17 2 3 8 1 4 9 4 1 1 10 10 3 9 6 3 2 5 13 7 5 6 4 4 7 40 7 5 3 43 7 4 4 1 2 3 7 25 13 2 3 12 9 13 9 8 14 8 5 28 42 17 3 6 6 2 1 4 2 9 7 4
2520.06/2488.31	v       </values>
2520.06/2488.31	v     </instantiation>
2520.06/2488.31	s SATISFIABLE

Verifier Data

OK	756

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304729-1534144083/watcher-4304729-1534144083 -o /tmp/evaluation-result-4304729-1534144083/solver-4304729-1534144083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9740 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1833616811 HOME/instance-4304729-1534144083.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
solver pid=10800, runsolver pid=10797
Current StackSize limit: 8192 KiB


[startup+0.100181 s]*
/proc/loadavg: 1.23 1.28 1.30 3/206 10857
/proc/meminfo: memFree=17594476/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 4409 12871 0 0 1 0 5 2 20 0 6 0 231971481 10245611520 4269 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2501370 4269 1934 1 0 2489808 0
[pid=10800/tid=10853] ppid=10797 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 2266 12871 0 0 1 0 5 2 20 0 6 0 231971489 10245611520 4335 33554432000 4194304 4196468 140721526177680 139772101046864 139772121447230 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=10005480 memory=5793855477562292665 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 6 0 231971490 10245611520 4335 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=10005480 memory=140226552399488 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 6 0 231971490 10245611520 4335 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 6 0 231971490 10245611520 4335 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 6 0 231971490 10245611520 4335 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209805 s]*
/proc/loadavg: 1.23 1.28 1.30 3/215 10866
/proc/meminfo: memFree=17572300/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=10982744 memory=45448 CPUtime=0.26 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 8097 12871 0 0 17 2 5 2 20 0 15 0 231971481 11246329856 11362 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2745686 11362 2956 1 0 2708109 0
[pid=10800/tid=10853] ppid=10797 vsize=10985364 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 5085 12871 0 0 11 1 5 2 20 0 15 0 231971489 11249012736 11824 33554432000 4194304 4196468 140721526177680 139772101034912 139772121889821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=10985364 memory=4211973952757190026 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11249012736 11824 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=10985364 memory=140226552399488 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11249012736 11824 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11249012736 11890 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11249012736 11890 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971492 11249012736 11890 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 13 12871 0 0 0 0 5 2 20 0 15 0 231971492 11249012736 11890 33554432000 4194304 4196468 140721526177680 139770986488864 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971492 11249012736 11890 33554432000 4194304 4196468 140721526177680 139770785162096 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11249012736 11956 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 427 12871 0 0 1 0 5 2 20 0 15 0 231971495 11249012736 11956 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 189 12871 0 0 1 0 5 2 20 0 15 0 231971495 11249012736 11956 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=10985364 memory=140226552399488 CPUtime=0.1 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 603 12871 0 0 3 0 5 2 20 0 15 0 231971495 11249012736 11956 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11249012736 12022 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=10985364 memory=140226552399488 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971495 11249012736 12022 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45448 KiB

[startup+0.31039 s]*
/proc/loadavg: 1.23 1.28 1.30 3/215 10866
/proc/meminfo: memFree=17561004/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=10983192 memory=56156 CPUtime=0.37 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 10590 12871 0 0 28 2 5 2 20 0 15 0 231971481 11246788608 14039 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2745798 14039 3075 1 0 2708109 0
[pid=10800/tid=10853] ppid=10797 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 7152 12871 0 0 20 1 5 2 20 0 15 0 231971489 11246788608 14039 33554432000 4194304 4196468 140721526177680 139772101022112 139772113253733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 14039 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=10983192 memory=140226552399487 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 13 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 14039 33554432000 4194304 4196468 140721526177680 139770986488864 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=10983192 memory=140226552399488 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 14039 33554432000 4194304 4196468 140721526177680 139770785162096 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 430 12871 0 0 1 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 191 12871 0 0 1 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 609 12871 0 0 4 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 14039 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56156 KiB

[startup+0.700789 s]
/proc/loadavg: 1.23 1.28 1.30 3/215 10866
/proc/meminfo: memFree=17550336/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=10983192 memory=88552 CPUtime=0.98 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 16765 12871 0 0 88 3 5 2 20 0 15 0 231971481 11246788608 22138 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2745798 22138 3238 1 0 2708109 0
[pid=10800/tid=10853] ppid=10797 vsize=10983192 memory=62936 CPUtime=0.66 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 12234 12871 0 0 57 2 5 2 20 0 15 0 231971489 11246788608 22138 33554432000 4194304 4196468 140721526177680 139772101030928 139772110775076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=10983192 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 22138 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=10983192 memory=140226454659571 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 2 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=10983192 memory=140230682215304 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=10983192 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971490 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=10983192 memory=7305218370954291033 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 5 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=10983192 memory=7739276948478061160 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 13 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 22138 33554432000 4194304 4196468 140721526177680 139770986488864 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=10983192 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971492 11246788608 22138 33554432000 4194304 4196468 140721526177680 139770785162096 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=10983192 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=10983192 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 846 12871 0 0 7 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=10983192 memory=-8990767739041718176 CPUtime=0.16 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 783 12871 0 0 9 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=10983192 memory=-7384994778349281184 CPUtime=0.2 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 681 12871 0 0 13 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=10983192 memory=-7966001967256141664 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971495 11246788608 22138 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88552 KiB

[startup+1.50132 s]
/proc/loadavg: 1.23 1.28 1.30 3/215 10866
/proc/meminfo: memFree=17504128/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=10998092 memory=196928 CPUtime=2.93 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 27045 12871 0 0 279 7 5 2 20 0 15 0 231971481 11262046208 49232 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2749523 49232 3470 1 0 2711181 0
[pid=10800/tid=10853] ppid=10797 vsize=10998092 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 17482 12871 0 0 130 4 5 2 20 0 15 0 231971489 11262046208 49232 33554432000 4194304 4196468 140721526177680 139772101025448 139772114905112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=10998092 memory=103080 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 8 12871 0 0 1 0 5 2 20 0 15 0 231971490 11262046208 49232 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=10998092 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 34 12871 0 0 1 0 5 2 20 0 15 0 231971490 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 77 12871 0 0 1 0 5 2 20 0 15 0 231971490 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 182 12871 0 0 0 0 5 2 20 0 15 0 231971490 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 114 12871 0 0 1 0 5 2 20 0 15 0 231971492 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=10998092 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 14 12871 0 0 0 0 5 2 20 0 15 0 231971492 11262046208 49232 33554432000 4194304 4196468 140721526177680 139770986488864 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=10998092 memory=1532 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971492 11262046208 49232 33554432000 4194304 4196468 140721526177680 139770785162096 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=10998092 memory=1904 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=10998092 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) R 10797 10800 8908 0 -1 4202560 3297 12871 0 0 54 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771554158448 139772106804710 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=10998092 memory=186861209313417 CPUtime=0.56 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 2164 12871 0 0 49 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=10998092 memory=1309890 CPUtime=0.43 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 1476 12871 0 0 36 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=10998092 memory=4638778428397932880 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=10998092 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1 12871 0 0 0 0 5 2 20 0 15 0 231971495 11262046208 49232 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10998092 KiB

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

/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 81519 12871 0 0 237128 24 5 2 20 0 15 0 231971489 11345952768 83740 33554432000 4194304 4196468 140721526177680 139772101044496 139771689299443 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=11080032 memory=334960 CPUtime=4.57 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 7887 12871 0 0 426 24 5 2 20 0 15 0 231971490 11345952768 83740 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=11080032 memory=334960 CPUtime=4.59 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 8213 12871 0 0 429 23 5 2 20 0 15 0 231971490 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=11080032 memory=334956 CPUtime=4.58 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 7730 12871 0 0 426 25 5 2 20 0 15 0 231971490 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=11080032 memory=335004 CPUtime=4.57 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 8834 12871 0 0 426 24 5 2 20 0 15 0 231971490 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=11080032 memory=335004 CPUtime=4.11 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 12512 12871 0 0 380 24 5 2 20 0 15 0 231971492 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=11080032 memory=334960 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 36 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83740 33554432000 4194304 4196468 140721526177680 139770986488928 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=11080032 memory=334960 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 15 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83740 33554432000 4194304 4196468 140721526177680 139770785162112 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=11080032 memory=3632 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=11080032 memory=62988 CPUtime=7.98 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 50370 12871 0 0 784 7 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=11080032 memory=3632 CPUtime=7.71 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 46848 12871 0 0 757 7 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=11080032 memory=62988 CPUtime=3.17 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 40232 12871 0 0 304 6 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=11080032 memory=3632 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=11080032 memory=62988 CPUtime=1.03 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1418 12871 0 0 47 49 5 2 20 0 15 0 231971495 11345952768 83740 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 2413.37 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 334960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.36 1.36 3/215 11064
/proc/meminfo: memFree=17633924/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=11080032 memory=335016 CPUtime=2473.74 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 269080 12871 0 0 247178 189 5 2 20 0 15 0 231971481 11345952768 83754 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2770008 83754 3528 1 0 2731661 0
[pid=10800/tid=10853] ppid=10797 vsize=11080032 memory=335016 CPUtime=2431.35 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 81845 12871 0 0 243104 24 5 2 20 0 15 0 231971489 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772101044656 139771687475104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.67 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 7894 12871 0 0 435 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=11080032 memory=334960 CPUtime=4.67 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 8223 12871 0 0 437 23 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=11080032 memory=334960 CPUtime=4.67 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 7793 12871 0 0 435 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=11080032 memory=334960 CPUtime=4.66 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 9155 12871 0 0 434 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.19 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 12532 12871 0 0 388 24 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=11080032 memory=334956 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 36 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770986488928 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=11080032 memory=334960 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 15 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770785162112 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=11080032 memory=3632 CPUtime=8.04 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 50603 12871 0 0 790 7 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=11080032 memory=334960 CPUtime=7.77 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 46972 12871 0 0 763 7 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=11080032 memory=334960 CPUtime=3.2 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 40395 12871 0 0 307 6 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=11080032 memory=335016 CPUtime=1.05 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1422 12871 0 0 47 51 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 2473.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 335016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.3 s]
/proc/loadavg: 1.45 1.39 1.37 3/215 11065
/proc/meminfo: memFree=17631788/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=11080032 memory=335016 CPUtime=2520.06 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 270479 12871 0 0 251808 191 5 2 20 0 15 0 231971481 11345952768 83754 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2770008 83754 3528 1 0 2731661 0
[pid=10800/tid=10853] ppid=10797 vsize=11080032 memory=335016 CPUtime=2477.16 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 82074 12871 0 0 247685 24 5 2 20 0 15 0 231971489 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772101025856 139771689303041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.74 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 7914 12871 0 0 442 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.76 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 8274 12871 0 0 445 24 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.75 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 7818 12871 0 0 442 26 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.74 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 9165 12871 0 0 442 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.26 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 12697 12871 0 0 395 24 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=11080032 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 36 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770986488928 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 15 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770785162112 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=11080032 memory=3632 CPUtime=8.08 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 50897 12871 0 0 793 8 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=11080032 memory=335016 CPUtime=7.81 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 47181 12871 0 0 767 7 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=11080032 memory=820 CPUtime=3.23 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 40776 12871 0 0 310 6 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=11080032 memory=932 CPUtime=1.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1437 12871 0 0 48 52 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 335016 KiB

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

[startup+2488.32 s]
# the end of solver process 10800 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.15 s, system=1.95277 s

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

[startup+2488.3 s]
/proc/loadavg: 1.45 1.39 1.37 3/215 11065
/proc/meminfo: memFree=17631788/32770624 swapFree=67108796/67108860
[pid=10800] ppid=10797 vsize=11080032 memory=335016 CPUtime=2520.06 cores=1,3,5,7
/proc/10800/stat : 10800 (java) S 10797 10800 8908 0 -1 1077944320 270479 12871 0 0 251808 191 5 2 20 0 15 0 231971481 11345952768 83754 33554432000 4194304 4196468 140721526177680 140721526160224 139772129210103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
/proc/10800/statm: 2770008 83754 3528 1 0 2731661 0
[pid=10800/tid=10853] ppid=10797 vsize=11080032 memory=335016 CPUtime=2477.16 cores=1,3,5,7
/proc/10800/task/10853/stat : 10853 (java) R 10797 10800 8908 0 -1 4202560 82074 12871 0 0 247685 24 5 2 20 0 15 0 231971489 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772101025856 139771689303041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10854] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.74 cores=1,3,5,7
/proc/10800/task/10854/stat : 10854 (java) S 10797 10800 8908 0 -1 1077944384 7914 12871 0 0 442 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139772133452944 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10855] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.76 cores=1,3,5,7
/proc/10800/task/10855/stat : 10855 (java) S 10797 10800 8908 0 -1 1077944384 8274 12871 0 0 445 24 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771998788624 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10856] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.75 cores=1,3,5,7
/proc/10800/task/10856/stat : 10856 (java) S 10797 10800 8908 0 -1 1077944384 7818 12871 0 0 442 26 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771997735824 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10857] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.74 cores=1,3,5,7
/proc/10800/task/10857/stat : 10857 (java) S 10797 10800 8908 0 -1 1077944384 9165 12871 0 0 442 25 5 2 20 0 15 0 231971490 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771996683024 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10858] ppid=10797 vsize=11080032 memory=335016 CPUtime=4.26 cores=1,3,5,7
/proc/10800/task/10858/stat : 10858 (java) S 10797 10800 8908 0 -1 1077944384 12697 12871 0 0 395 24 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771555223920 139772129221250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10859] ppid=10797 vsize=11080032 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10859/stat : 10859 (java) S 10797 10800 8908 0 -1 1077944384 36 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770986488928 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10860] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10860/stat : 10860 (java) S 10797 10800 8908 0 -1 1077944384 15 12871 0 0 0 0 5 2 20 0 15 0 231971492 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770785162112 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10861] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10861/stat : 10861 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770477762384 139772129228699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10862] ppid=10797 vsize=11080032 memory=3632 CPUtime=8.08 cores=1,3,5,7
/proc/10800/task/10862/stat : 10862 (java) S 10797 10800 8908 0 -1 1077944384 50897 12871 0 0 793 8 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771554171760 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10863] ppid=10797 vsize=11080032 memory=335016 CPUtime=7.81 cores=1,3,5,7
/proc/10800/task/10863/stat : 10863 (java) S 10797 10800 8908 0 -1 1077944384 47181 12871 0 0 767 7 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771553118960 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10864] ppid=10797 vsize=11080032 memory=820 CPUtime=3.23 cores=1,3,5,7
/proc/10800/task/10864/stat : 10864 (java) S 10797 10800 8908 0 -1 1077944384 40776 12871 0 0 310 6 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771552066160 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10865] ppid=10797 vsize=11080032 memory=335016 CPUtime=0.07 cores=1,3,5,7
/proc/10800/task/10865/stat : 10865 (java) S 10797 10800 8908 0 -1 1077944384 3 12871 0 0 0 0 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139770046966496 139772129220309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
[pid=10800/tid=10866] ppid=10797 vsize=11080032 memory=932 CPUtime=1.07 cores=1,3,5,7
/proc/10800/task/10866/stat : 10866 (java) S 10797 10800 8908 0 -1 1077944384 1437 12871 0 0 48 52 5 2 20 0 15 0 231971495 11345952768 83754 33554432000 4194304 4196468 140721526177680 139771551013552 139772129221250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22913024 140721526184556 140721526187356 140721526187356 140721526190031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 335016 KiB

Child status: 143
Real time (s): 2488.33
CPU time (s): 2520.11
CPU user time (s): 2518.15
CPU system time (s): 1.95277
CPU usage (%): 101.277
Max. virtual memory (cumulated for all children) (KiB): 11082860
Max. memory (cumulated for all children) (KiB): 642808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.15
system time used= 1.95277
maximum resident set size= 646372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148605
involuntary context switches= 4104


# summary of solver processes directly reported to runsolver:
#   pid: 10800
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.15
#   total CPU system time (s): 1.95277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.309 second user time and 19.9692 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 09:08:03
IDJOB=4304729
IDBENCH=141623
IDSOLVER=2780
FILE ID=node138/4304729-1534144083
RUNJOBID= node138-1534139133-9740
PBS_JOBID= 21037019
Free space on /tmp= 24412 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304729-1534144083/watcher-4304729-1534144083 -o /tmp/evaluation-result-4304729-1534144083/solver-4304729-1534144083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9740 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1833616811 HOME/instance-4304729-1534144083.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=1833616811

node138.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.71
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.71
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.71
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.71
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:        17604328 kB
MemAvailable:   31033396 kB
Buffers:          187416 kB
Cached:         13315260 kB
SwapCached:           12 kB
Active:          7609988 kB
Inactive:        6818136 kB
Active(anon):     869320 kB
Inactive(anon):   108444 kB
Active(file):    6740668 kB
Inactive(file):  6709692 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        901424 kB
Mapped:            64652 kB
Shmem:             49740 kB
Slab:             435164 kB
SReclaimable:     407168 kB
SUnreclaim:        27996 kB
KernelStack:        3808 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2077672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24384 MiB
End job on node138 at 2018-08-13 09:49:32