Trace number 4304730

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.2-SuperNGSAT (TO)762 2520.1 2477.43

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
33.31/24.80	o 1168
33.31/24.83	o 1164
33.31/24.84	o 1162
33.31/24.85	o 1161
33.31/24.86	o 1154
33.31/24.88	o 1145
33.31/24.89	o 1138
33.67/24.90	o 1135
33.67/24.91	o 1121
33.67/24.92	o 1013
33.67/24.93	o 1012
55.11/43.74	o 917
55.11/43.74	o 901
55.11/43.75	o 892
55.11/43.75	o 884
55.11/43.77	o 878
55.35/43.82	o 876
55.35/43.83	o 874
197.32/181.44	o 825
197.47/181.55	o 824
197.47/181.57	o 823
198.01/181.80	o 821
198.43/182.25	o 819
198.43/182.27	o 816
198.43/182.28	o 812
200.18/183.89	o 807
200.18/183.89	o 805
200.31/183.90	o 804
200.31/183.90	o 802
210.70/194.27	o 779
210.70/194.27	o 773
211.67/195.09	o 770
211.78/195.19	o 765
211.89/195.29	o 764
212.71/196.07	o 762
2520.05/2477.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2477.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2477.41		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2477.41		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2477.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2477.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2477.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2477.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2477.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2477.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2477.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2477.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.05/2477.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2477.41		at scala.Option.map(Option.scala:146)
2520.05/2477.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2477.41		at concrete.MAC.mac(MAC.scala:203)
2520.05/2477.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2477.41		at scala.util.Try$.apply(Try.scala:209)
2520.05/2477.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2477.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2477.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2477.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2477.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2477.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2477.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2477.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2477.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2477.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2477.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2477.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2477.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2477.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2477.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2477.41		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2477.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2477.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2477.41		at scala.util.Success.map(Try.scala:209)
2520.05/2477.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2477.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2477.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2477.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2477.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2477.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2477.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2477.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2477.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2477.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2477.41		at scala.App.main(App.scala:76)
2520.05/2477.41		at scala.App.main$(App.scala:74)
2520.05/2477.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2477.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2477.42	v <instantiation cost="762">
2520.05/2477.42	v       <list>
2520.05/2477.42	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.05/2477.42	v       </list>
2520.05/2477.42	v       <values>
2520.05/2477.42	v         59 37 36 33 28 46 49 53 84 85 64 65 91 96 99 88 82 70 60 73 67 66 72 71 57 9 5 4 3 13 22 42 44 32 24 0 8 16 25 23 19 18 26 41 52 80 75 77 56 43 40 47 55 51 50 35 34 27 29 7 2 1 58 45 39 21 20 12 17 10 6 15 14 11 38 74 83 86 76 31 30 48 61 68 69 62 81 92 97 95 98 94 93 90 87 89 78 79 63 54 9 1 4 4 27 2 2 19 3 18 7 13 6 8 6 4 6 3 7 4 3 3 1 9 27 3 2 1 4 8 12 41 6 6 17 8 6 11 4 3 2 6 9 4 39 4 2 8 7 7 8 5 3 1 5 1 5 2 11 4 7 52 6 4 10 4 4 1 4 2 4 7 4 15 24 4 6 5 20 10 9 7 4 1 5 9 12 3 1 6 4 1 14 8 4 5 2 6 4 3
2520.05/2477.42	v       </values>
2520.05/2477.42	v     </instantiation>
2520.05/2477.42	s SATISFIABLE

Verifier Data

OK	762

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304730-1534146593/watcher-4304730-1534146593 -o /tmp/evaluation-result-4304730-1534146593/solver-4304730-1534146593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1148466224 -superng HOME/instance-4304730-1534146593.xml 

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

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

solver pid=3870, runsolver pid=3867

[startup+0.100106 s]*
/proc/loadavg: 1.72 1.43 1.39 3/206 3927
/proc/meminfo: memFree=16409792/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=10005480 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 4390 13140 0 0 1 1 5 2 20 0 6 0 232222487 10245611520 4269 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2501370 4269 1934 1 0 2489808 0
[pid=3870/tid=3923] ppid=3867 vsize=10005480 memory=-8530506832973971393 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 2233 13140 0 0 1 0 5 2 20 0 6 0 232222496 10245611520 4269 33554432000 4194304 4196468 140732967717472 140111344435792 140111356679518 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 232222497 10245611520 4269 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=10005480 memory=140340911421056 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 232222497 10245611520 4269 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 232222497 10245611520 4269 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 232222497 10245611520 4269 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.72 1.43 1.39 3/215 3936
/proc/meminfo: memFree=16370836/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=10982744 memory=45260 CPUtime=0.25 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 8024 13140 0 0 16 2 5 2 20 0 15 0 232222487 11246329856 11315 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2745686 11315 2947 1 0 2708109 0
[pid=3870/tid=3923] ppid=3867 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 4611 13140 0 0 11 1 5 2 20 0 15 0 232222496 11246329856 11315 33554432000 4194304 4196468 140732967717472 140111344395952 140111356679518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246329856 11315 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=10982744 memory=140340911432072 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246329856 11315 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246329856 11315 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=10982744 memory=140340911421056 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110221796640 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222499 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110020470384 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11246329856 11315 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 359 13140 0 0 1 0 5 2 20 0 15 0 232222501 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 246 13140 0 0 0 0 5 2 20 0 15 0 232222501 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=10982744 memory=140340911421056 CPUtime=0.1 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 614 13140 0 0 3 0 5 2 20 0 15 0 232222501 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246329856 11315 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=10982744 memory=140340911421056 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246329856 11315 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45260 KiB

[startup+0.310106 s]*
/proc/loadavg: 1.72 1.43 1.39 3/215 3936
/proc/meminfo: memFree=16359176/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=10983192 memory=55964 CPUtime=0.38 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 10548 13140 0 0 28 3 5 2 20 0 15 0 232222487 11246788608 13991 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2745798 13991 3066 1 0 2708109 0
[pid=3870/tid=3923] ppid=3867 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 7109 13140 0 0 19 2 5 2 20 0 15 0 232222496 11246788608 13991 33554432000 4194304 4196468 140732967717472 140111344411040 140111356679518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 13991 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 13991 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 13991 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110221796640 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222499 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110020470384 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11246788608 13991 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 362 13140 0 0 2 0 5 2 20 0 15 0 232222501 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 249 13140 0 0 1 0 5 2 20 0 15 0 232222501 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=10983192 memory=140340911421056 CPUtime=0.11 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) R 3867 3870 1786 0 -1 4202560 621 13140 0 0 4 0 5 2 20 0 15 0 232222501 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110338984304 140111372620378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246788608 13991 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=10983192 memory=140340911421056 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246788608 13991 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55964 KiB

[startup+0.700761 s]
/proc/loadavg: 1.72 1.43 1.39 3/215 3936
/proc/meminfo: memFree=16348260/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=10983192 memory=88524 CPUtime=0.98 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 16747 13140 0 0 87 4 5 2 20 0 15 0 232222487 11246788608 22131 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2745798 22131 3238 1 0 2708109 0
[pid=3870/tid=3923] ppid=3867 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 12228 13140 0 0 56 3 5 2 20 0 15 0 232222496 11246788608 22131 33554432000 4194304 4196468 140732967717472 140111344419856 140111352864902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 22131 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 22131 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=10983192 memory=-4190076264842474805 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 22131 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222497 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=10983192 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 232222498 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110221796640 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222499 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110020470384 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11246788608 22131 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 775 13140 0 0 8 0 5 2 20 0 15 0 232222501 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 827 13140 0 0 8 0 5 2 20 0 15 0 232222501 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 695 13140 0 0 13 0 5 2 20 0 15 0 232222501 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246788608 22131 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222502 11246788608 22131 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88524 KiB

[startup+1.50103 s]
/proc/loadavg: 1.72 1.43 1.39 4/215 3936
/proc/meminfo: memFree=16301524/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=10998092 memory=199824 CPUtime=2.8 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 26723 13140 0 0 263 10 5 2 20 0 15 0 232222487 11262046208 49956 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2749523 49956 3469 1 0 2711181 0
[pid=3870/tid=3923] ppid=3867 vsize=10998092 memory=7100839852856734832 CPUtime=1.42 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 17484 13140 0 0 130 5 5 2 20 0 15 0 232222496 11262046208 49956 33554432000 4194304 4196468 140732967717472 140111344403000 140111372620957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=10998092 memory=7163654058745946465 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 30 13140 0 0 1 0 5 2 20 0 15 0 232222497 11262046208 49956 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=10998092 memory=7812178967798045036 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 22 13140 0 0 0 0 5 2 20 0 15 0 232222497 11262046208 49956 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=10998092 memory=8097870584201111652 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 194 13140 0 0 1 0 5 2 20 0 15 0 232222497 11262046208 49956 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=10998092 memory=121524 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 31 13140 0 0 1 0 5 2 20 0 15 0 232222497 11262046208 49956 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 51 13140 0 0 1 0 5 2 20 0 15 0 232222498 11262046208 49956 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 13 13140 0 0 0 0 5 2 20 0 15 0 232222498 11262046208 49956 33554432000 4194304 4196468 140732967717472 140110221796640 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=10998092 memory=280681615787648 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 232222499 11262046208 50018 33554432000 4194304 4196468 140732967717472 140110020470400 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=10998092 memory=280681616201904 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11262046208 50018 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=10998092 memory=280681615801776 CPUtime=0.53 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 3047 13140 0 0 46 0 5 2 20 0 15 0 232222501 11262046208 50018 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=10998092 memory=280681615800896 CPUtime=0.52 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 2148 13140 0 0 45 0 5 2 20 0 15 0 232222501 11262046208 50018 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=10998092 memory=1156 CPUtime=0.41 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 1503 13140 0 0 34 0 5 2 20 0 15 0 232222501 11262046208 50018 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=10998092 memory=15212 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11262046208 50018 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=10998092 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 232222502 11262046208 50018 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 106622 13140 0 0 231002 25 5 2 20 0 15 0 232222496 11345952768 159660 33554432000 4194304 4196468 140732967717472 140111344434240 140110924557363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=11080032 memory=638620 CPUtime=8.08 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 16726 13140 0 0 756 45 5 2 20 0 15 0 232222497 11345952768 159660 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=11080032 memory=638640 CPUtime=8.07 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 17865 13140 0 0 754 46 5 2 20 0 15 0 232222497 11345952768 159660 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=11080032 memory=638640 CPUtime=8.11 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 15547 13140 0 0 757 47 5 2 20 0 15 0 232222497 11345952768 159660 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=11080032 memory=638640 CPUtime=8.09 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 15360 13140 0 0 755 47 5 2 20 0 15 0 232222497 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=11080032 memory=1576 CPUtime=2.57 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 12580 13140 0 0 229 21 5 2 20 0 15 0 232222498 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=11080032 memory=638640 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222498 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110221796704 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=11080032 memory=638640 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222499 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110020470400 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=11080032 memory=638640 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11345952768 159660 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=11080032 memory=0 CPUtime=7.26 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 59302 13140 0 0 713 6 5 2 20 0 15 0 232222501 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=11080032 memory=1616 CPUtime=7.15 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 63576 13140 0 0 701 7 5 2 20 0 15 0 232222501 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=11080032 memory=638640 CPUtime=2.56 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 56739 13140 0 0 242 7 5 2 20 0 15 0 232222501 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=11080032 memory=638640 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11345952768 159660 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=11080032 memory=638640 CPUtime=1.25 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1413 13140 0 0 52 66 5 2 20 0 15 0 232222502 11345952768 159660 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 2362.98 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 638640 KiB

[startup+2382.3 s]
/proc/loadavg: 1.11 1.32 1.38 3/215 4033
/proc/meminfo: memFree=15721312/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=11080032 memory=638668 CPUtime=2423.74 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 370955 13140 0 0 242069 298 5 2 20 0 15 0 232222487 11345952768 159667 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2770008 159667 3530 1 0 2731661 0
[pid=3870/tid=3923] ppid=3867 vsize=11080032 memory=638660 CPUtime=2370.02 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 107224 13140 0 0 236970 25 5 2 20 0 15 0 232222496 11345952768 159667 33554432000 4194304 4196468 140732967717472 140111344433600 140110918077550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=11080032 memory=638668 CPUtime=8.32 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 16738 13140 0 0 779 46 5 2 20 0 15 0 232222497 11345952768 159667 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=11080032 memory=638668 CPUtime=8.31 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 18231 13140 0 0 777 47 5 2 20 0 15 0 232222497 11345952768 159667 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=11080032 memory=638668 CPUtime=8.35 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 15776 13140 0 0 780 48 5 2 20 0 15 0 232222497 11345952768 159667 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=11080032 memory=638660 CPUtime=8.33 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 15610 13140 0 0 778 48 5 2 20 0 15 0 232222497 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=11080032 memory=638668 CPUtime=2.64 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 12760 13140 0 0 236 21 5 2 20 0 15 0 232222498 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=11080032 memory=638660 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222498 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110221796704 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=11080032 memory=638660 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222499 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110020470400 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=11080032 memory=2148 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11345952768 159667 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=11080032 memory=638660 CPUtime=7.29 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 59684 13140 0 0 716 6 5 2 20 0 15 0 232222501 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=11080032 memory=3684 CPUtime=7.17 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 63958 13140 0 0 703 7 5 2 20 0 15 0 232222501 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=11080032 memory=63164 CPUtime=2.57 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 57263 13140 0 0 243 7 5 2 20 0 15 0 232222501 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=11080032 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11345952768 159667 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=11080032 memory=63164 CPUtime=1.28 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1442 13140 0 0 54 67 5 2 20 0 15 0 232222502 11345952768 159667 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 2423.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 638668 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.32 1.38 3/215 4041
/proc/meminfo: memFree=15720524/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=11080032 memory=638696 CPUtime=2484.54 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 373507 13140 0 0 248145 302 5 2 20 0 15 0 232222487 11345952768 159674 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2770008 159674 3530 1 0 2731661 0
[pid=3870/tid=3923] ppid=3867 vsize=11080032 memory=638696 CPUtime=2429.67 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 107632 13140 0 0 242935 25 5 2 20 0 15 0 232222496 11345952768 159674 33554432000 4194304 4196468 140732967717472 140111344433248 140110926704594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=11080032 memory=638680 CPUtime=8.56 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 16764 13140 0 0 803 46 5 2 20 0 15 0 232222497 11345952768 159674 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=11080032 memory=638680 CPUtime=8.54 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 18480 13140 0 0 800 47 5 2 20 0 15 0 232222497 11345952768 159674 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=11080032 memory=638680 CPUtime=8.58 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 15825 13140 0 0 803 48 5 2 20 0 15 0 232222497 11345952768 159674 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=11080032 memory=638680 CPUtime=8.56 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 15805 13140 0 0 801 48 5 2 20 0 15 0 232222497 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=11080032 memory=638680 CPUtime=2.73 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 12926 13140 0 0 244 22 5 2 20 0 15 0 232222498 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=11080032 memory=638680 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222498 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110221796704 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=11080032 memory=638680 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222499 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110020470400 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=11080032 memory=638696 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11345952768 159674 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=11080032 memory=638696 CPUtime=7.31 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 59872 13140 0 0 718 6 5 2 20 0 15 0 232222501 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=11080032 memory=4000 CPUtime=7.21 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 64572 13140 0 0 707 7 5 2 20 0 15 0 232222501 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=11080032 memory=638680 CPUtime=2.58 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 57903 13140 0 0 244 7 5 2 20 0 15 0 232222501 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=11080032 memory=8099839844054427734 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11345952768 159674 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=11080032 memory=638696 CPUtime=1.32 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1459 13140 0 0 56 69 5 2 20 0 15 0 232222502 11345952768 159674 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 2484.54 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 638696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.14 1.29 1.36 4/215 4173
/proc/meminfo: memFree=16072428/32770624 swapFree=67108404/67108860
[pid=3870] ppid=3867 vsize=11080032 memory=638700 CPUtime=2520.05 cores=1,3,5,7
/proc/3870/stat : 3870 (java) S 3867 3870 1786 0 -1 1077944320 374702 13140 0 0 251694 304 5 2 20 0 15 0 232222487 11345952768 159675 33554432000 4194304 4196468 140732967717472 140732967700016 140111372599031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
/proc/3870/statm: 2770008 159675 3530 1 0 2731661 0
[pid=3870/tid=3923] ppid=3867 vsize=11080032 memory=8112282956445269571 CPUtime=2464.56 cores=1,3,5,7
/proc/3870/task/3923/stat : 3923 (java) R 3867 3870 1786 0 -1 4202560 107898 13140 0 0 246424 25 5 2 20 0 15 0 232222496 11345952768 159675 33554432000 4194304 4196468 140732967717472 140111344433776 140110926838149 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3924] ppid=3867 vsize=11080032 memory=34960 CPUtime=8.68 cores=1,3,5,7
/proc/3870/task/3924/stat : 3924 (java) S 3867 3870 1786 0 -1 1077944384 16775 13140 0 0 815 46 5 2 20 0 15 0 232222497 11345952768 159675 33554432000 4194304 4196468 140732967717472 140111376841104 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3925] ppid=3867 vsize=11080032 memory=14644 CPUtime=8.67 cores=1,3,5,7
/proc/3870/task/3925/stat : 3925 (java) S 3867 3870 1786 0 -1 1077944384 18485 13140 0 0 813 47 5 2 20 0 15 0 232222497 11345952768 159675 33554432000 4194304 4196468 140732967717472 140111231559952 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3926] ppid=3867 vsize=11080032 memory=1720 CPUtime=8.71 cores=1,3,5,7
/proc/3870/task/3926/stat : 3926 (java) S 3867 3870 1786 0 -1 1077944384 15827 13140 0 0 816 48 5 2 20 0 15 0 232222497 11345952768 159675 33554432000 4194304 4196468 140732967717472 140111230507664 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3927] ppid=3867 vsize=11080032 memory=508 CPUtime=8.69 cores=1,3,5,7
/proc/3870/task/3927/stat : 3927 (java) S 3867 3870 1786 0 -1 1077944384 16160 13140 0 0 814 48 5 2 20 0 15 0 232222497 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110909663760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3928] ppid=3867 vsize=11080032 memory=928 CPUtime=2.77 cores=1,3,5,7
/proc/3870/task/3928/stat : 3928 (java) S 3867 3870 1786 0 -1 1077944384 12947 13140 0 0 248 22 5 2 20 0 15 0 232222498 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110342142576 140111372610178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3929] ppid=3867 vsize=11080032 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3929/stat : 3929 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222498 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110221796704 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3930] ppid=3867 vsize=11080032 memory=2404 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3930/stat : 3930 (java) S 3867 3870 1786 0 -1 1077944384 36 13140 0 0 0 0 5 2 20 0 15 0 232222499 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110020470400 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3931] ppid=3867 vsize=11080032 memory=1800 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3931/stat : 3931 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222501 11345952768 159675 33554432000 4194304 4196468 140732967717472 140109713070672 140111372617627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3932] ppid=3867 vsize=11080032 memory=916 CPUtime=7.32 cores=1,3,5,7
/proc/3870/task/3932/stat : 3932 (java) S 3867 3870 1786 0 -1 1077944384 59962 13140 0 0 719 6 5 2 20 0 15 0 232222501 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110341089392 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3933] ppid=3867 vsize=11080032 memory=3848 CPUtime=7.23 cores=1,3,5,7
/proc/3870/task/3933/stat : 3933 (java) S 3867 3870 1786 0 -1 1077944384 64746 13140 0 0 709 7 5 2 20 0 15 0 232222501 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110340036592 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3934] ppid=3867 vsize=11080032 memory=1576 CPUtime=2.59 cores=1,3,5,7
/proc/3870/task/3934/stat : 3934 (java) S 3867 3870 1786 0 -1 1077944384 58172 13140 0 0 245 7 5 2 20 0 15 0 232222501 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110338984304 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3935] ppid=3867 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/3870/task/3935/stat : 3935 (java) S 3867 3870 1786 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 232222502 11345952768 159675 33554432000 4194304 4196468 140732967717472 140109282273760 140111372609237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
[pid=3870/tid=3936] ppid=3867 vsize=11080032 memory=638700 CPUtime=1.34 cores=1,3,5,7
/proc/3870/task/3936/stat : 3936 (java) S 3867 3870 1786 0 -1 1077944384 1461 13140 0 0 57 70 5 2 20 0 15 0 232222502 11345952768 159675 33554432000 4194304 4196468 140732967717472 140110337932208 140111372610178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36130816 140732967725667 140732967728476 140732967728476 140732967731151 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 638700 KiB

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

[startup+2477.43 s]
# the end of solver process 3870 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.07601 s

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

Child status: 143
Real time (s): 2477.43
CPU time (s): 2520.1
CPU user time (s): 2517.03
CPU system time (s): 3.07601
CPU usage (%): 101.722
Max. virtual memory (cumulated for all children) (KiB): 11080608
Max. memory (cumulated for all children) (KiB): 1170704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.07601
maximum resident set size= 1174800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111022
involuntary context switches= 4141


# summary of solver processes directly reported to runsolver:
#   pid: 3870
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.07601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.41 second user time and 22.7839 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 09:49:53
IDJOB=4304730
IDBENCH=141623
IDSOLVER=2781
FILE ID=node148/4304730-1534146593
RUNJOBID= node148-1534139122-2606
PBS_JOBID= 21037022
Free space on /tmp= 33832 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304730-1534146593/watcher-4304730-1534146593 -o /tmp/evaluation-result-4304730-1534146593/solver-4304730-1534146593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1148466224 -superng HOME/instance-4304730-1534146593.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=1148466224

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:        16435112 kB
MemAvailable:   31388400 kB
Buffers:          209328 kB
Cached:         14793312 kB
SwapCached:          352 kB
Active:          7988548 kB
Inactive:        7585064 kB
Active(anon):     523936 kB
Inactive(anon):    99192 kB
Active(file):    7464612 kB
Inactive(file):  7485872 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26720 kB
Writeback:             0 kB
AnonPages:        577576 kB
Mapped:            68148 kB
Shmem:             49592 kB
Slab:             459636 kB
SReclaimable:     431264 kB
SUnreclaim:        28372 kB
KernelStack:        3488 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1830592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 33804 MiB
End job on node148 at 2018-08-13 10:31:11