Trace number 4396299

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.12.2SAT (TO)799 2520.05 2472.04

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark20119.8
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.79/0.55	c Concrete v3.12.2.1568380929293 running
87.42/73.32	o 1252
87.42/73.35	o 1240
87.42/73.37	o 1239
87.78/73.44	o 1237
87.78/73.47	o 1236
88.72/73.76	o 1194
88.72/73.77	o 1191
89.03/73.82	o 1189
89.03/73.85	o 1182
108.47/91.64	o 1077
129.92/112.11	o 1054
129.92/112.12	o 1053
129.92/112.13	o 1049
129.92/112.18	o 1040
130.09/112.21	o 1033
130.09/112.22	o 1032
130.09/112.30	o 1016
130.19/112.36	o 1015
130.42/112.53	o 1012
184.54/166.07	o 992
184.54/166.08	o 946
184.54/166.10	o 945
184.78/166.22	o 944
185.09/166.50	o 943
185.09/166.52	o 941
185.44/166.86	o 935
303.32/283.54	o 907
303.46/283.67	o 891
303.46/283.69	o 888
476.95/455.35	o 838
476.95/455.38	o 835
477.47/455.85	o 832
477.59/455.96	o 828
478.54/456.81	o 826
482.76/460.77	o 824
1670.99/1633.67	o 822
1671.20/1633.84	o 820
1671.20/1633.85	o 817
1672.04/1634.62	o 816
1672.04/1634.63	o 814
1672.04/1634.64	o 813
1672.65/1635.27	o 808
1682.81/1645.03	o 803
1682.81/1645.04	o 799
2520.00/2472.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2472.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2472.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2472.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2472.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2472.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2472.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2472.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2472.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2472.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2472.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2472.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2472.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2472.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2472.01		at scala.Option.map(Option.scala:243)
2520.00/2472.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2472.01		at concrete.MAC.mac(MAC.scala:216)
2520.00/2472.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2472.01		at scala.util.Try$.apply(Try.scala:212)
2520.00/2472.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2472.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2472.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2472.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2472.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2472.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2472.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2472.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2472.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2472.01		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2472.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2472.01		at scala.util.Success.map(Try.scala:264)
2520.00/2472.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2472.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2472.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2472.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2472.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2472.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2472.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2472.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2472.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2472.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2472.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2472.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2472.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2472.01		at scala.App.main(App.scala:75)
2520.00/2472.02		at scala.App.main$(App.scala:73)
2520.00/2472.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2472.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2472.02	v <instantiation
2520.00/2472.02	v         cost = '799'>
2520.00/2472.02	v       <list>
2520.00/2472.02	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.00/2472.02	v       </list>
2520.00/2472.02	v       <values>
2520.00/2472.02	v         11 0 2 10 8 3 6 15 17 20 19 40 32 37 88 38 62 73 69 70 84 41 58 67 68 35 36 21 27 28 22 13 4 7 1 23 25 24 26 44 56 74 78 85 77 89 98 96 92 99 97 87 76 80 66 94 93 64 83 95 91 79 75 82 72 65 60 59 53 49 47 42 63 46 52 61 71 81 86 90 55 50 33 43 48 54 57 51 39 34 14 30 18 5 9 29 31 45 12 16 11 5 7 4 4 2 5 7 4 2 10 8 18 27 25 14 7 9 2 8 53 6 6 7 15 1 8 4 13 3 5 10 1 6 13 7 1 2 12 4 10 2 5 6 6 7 7 5 8 1 4 6 3 7 16 1 33 14 7 2 7 4 4 5 3 9 1 6 2 1 6 22 9 3 6 6 5 6 4 31 2 8 5 3 2 8 4 6 3 11 7 9 7 8 8 12 6 34 1 9
2520.00/2472.02	v       </values>
2520.00/2472.02	v     </instantiation>
2520.00/2472.02	s SATISFIABLE

Verifier Data

OK	799

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396299-1568409694/watcher-4396299-1568409694 -o /tmp/evaluation-result-4396299-1568409694/solver-4396299-1568409694 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568399721-12058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1608229444 HOME/instance-4396299-1568409694.xml 

running on 4 cores: 0,2,4,6

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

solver pid=14676, runsolver pid=14673

[startup+0.100165 s]*
/proc/loadavg: 1.08 1.29 1.38 4/219 14733
/proc/meminfo: memFree=27777544/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 4467 13119 0 0 1 0 5 3 20 0 6 0 416909617 10212057088 4204 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2493178 4204 1935 1 0 2481616 0
[pid=14676/tid=14729] ppid=14673 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 2275 13119 0 0 1 0 5 3 20 0 6 0 416909626 10212057088 4270 33554432000 4194304 4196468 140721521460064 140576115765840 140576128009596 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=9972712 memory=5793855524647295417 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416909627 10212057088 4270 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=9972712 memory=140273637402240 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416909627 10212057088 4270 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 6 0 416909627 10212057088 4270 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 6 0 416909627 10212057088 4270 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210309 s]*
/proc/loadavg: 1.08 1.29 1.38 4/228 14742
/proc/meminfo: memFree=27755648/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10819664 memory=41860 CPUtime=0.26 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 7292 13119 0 0 16 2 5 3 20 0 15 0 416909617 11079335936 10465 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2704916 10465 3165 1 0 2667149 0
[pid=14676/tid=14729] ppid=14673 vsize=10819664 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 3771 13119 0 0 10 1 5 3 20 0 15 0 416909626 11079335936 10465 33554432000 4194304 4196468 140721521460064 140576115743200 140576143951005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10819664 memory=4211973999842192778 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079335936 10465 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10819664 memory=140273637402240 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079335936 10465 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079335936 10465 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079335936 10465 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10819664 memory=140273637402240 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575602312736 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575487550832 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11079335936 10465 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 472 13119 0 0 1 0 5 3 20 0 15 0 416909632 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 182 13119 0 0 1 0 5 3 20 0 15 0 416909632 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10819664 memory=140273637402240 CPUtime=0.11 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 615 13119 0 0 3 0 5 3 20 0 15 0 416909632 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11079335936 10465 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10819664 memory=140273637402240 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909633 11079335936 10465 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41860 KiB

[startup+0.310525 s]*
/proc/loadavg: 1.08 1.29 1.38 3/228 14742
/proc/meminfo: memFree=27741688/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10820148 memory=52960 CPUtime=0.4 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 10976 13119 0 0 28 4 5 3 20 0 15 0 416909617 11079831552 13240 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2705037 13240 3297 1 0 2667149 0
[pid=14676/tid=14729] ppid=14673 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 7438 13119 0 0 18 3 5 3 20 0 15 0 416909626 11079831552 13240 33554432000 4194304 4196468 140721521460064 140576115728992 140576128009566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079831552 13240 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079831552 13240 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079831552 13240 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909627 11079831552 13240 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10820148 memory=140273637402239 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575602312736 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10820148 memory=140273637402240 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909629 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575487550832 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11079831552 13240 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 481 13119 0 0 2 0 5 3 20 0 15 0 416909632 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 183 13119 0 0 1 0 5 3 20 0 15 0 416909632 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 624 13119 0 0 5 0 5 3 20 0 15 0 416909632 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11079831552 13240 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909633 11079831552 13240 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52960 KiB

[startup+0.700749 s]
/proc/loadavg: 1.08 1.29 1.38 3/228 14742
/proc/meminfo: memFree=27728392/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10824360 memory=85524 CPUtime=1.11 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 15095 13119 0 0 97 6 5 3 20 0 15 0 416909617 11084144640 21381 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2706090 21381 3507 1 0 2668173 0
[pid=14676/tid=14729] ppid=14673 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 10302 13119 0 0 55 4 5 3 20 0 15 0 416909626 11084144640 21381 33554432000 4194304 4196468 140721521460064 140576115713248 140576128009566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11084144640 21381 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11084144640 21381 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10824360 memory=280542834792344 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909627 11084144640 21381 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909627 11084144640 21381 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10824360 memory=280546995626368 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 5 13119 0 0 0 0 5 3 20 0 15 0 416909629 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416909629 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575602312736 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909629 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575487550832 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11084144640 21381 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 983 13119 0 0 11 0 5 3 20 0 15 0 416909632 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) R 14673 14676 12027 0 -1 4202560 753 13119 0 0 12 0 5 3 20 0 15 0 416909632 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575567702256 140576127285665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 804 13119 0 0 17 0 5 3 20 0 15 0 416909632 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10824360 memory=30305 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11084144640 21381 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909633 11084144640 21381 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85524 KiB

[startup+1.50071 s]
/proc/loadavg: 1.08 1.29 1.38 5/228 14742
/proc/meminfo: memFree=27681328/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10834676 memory=187228 CPUtime=2.63 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 23371 13119 0 0 243 12 5 3 20 0 15 0 416909617 11094708224 46807 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2708669 46807 3591 1 0 2670733 0
[pid=14676/tid=14729] ppid=14673 vsize=10834676 memory=3620 CPUtime=1.44 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 15952 13119 0 0 129 7 5 3 20 0 15 0 416909626 11094708224 46807 33554432000 4194304 4196468 140721521460064 140576115752368 140576128009566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 67 13119 0 0 0 0 5 3 20 0 15 0 416909627 11094708224 46807 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10834676 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 21 13119 0 0 1 0 5 3 20 0 15 0 416909627 11094708224 46807 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 308 13119 0 0 1 0 5 3 20 0 15 0 416909627 11094708224 46807 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 91 13119 0 0 1 0 5 3 20 0 15 0 416909627 11094708224 46807 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 559 13119 0 0 1 0 5 3 20 0 15 0 416909629 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 33 13119 0 0 0 0 5 3 20 0 15 0 416909629 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575602312800 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10834676 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909629 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575487550848 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10834676 memory=32 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11094708224 46807 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10834676 memory=33 CPUtime=0.42 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 1435 13119 0 0 34 0 5 3 20 0 15 0 416909632 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10834676 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 1139 13119 0 0 33 0 5 3 20 0 15 0 416909632 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10834676 memory=56 CPUtime=0.46 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 1556 13119 0 0 38 0 5 3 20 0 15 0 416909632 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10834676 memory=1966185 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11094708224 46807 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10834676 memory=1967572 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 1 13119 0 0 0 0 5 3 20 0 15 0 416909633 11094708224 46807 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834676 KiB

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

/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 93581 13119 0 0 230684 44 5 3 20 0 15 0 416909626 11111518208 111385 33554432000 4194304 4196468 140721521460064 140576115763680 140575706782560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10851092 memory=445532 CPUtime=7.77 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 15282 13119 0 0 730 39 5 3 20 0 15 0 416909627 11111518208 111385 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10851092 memory=445540 CPUtime=7.77 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 10368 13119 0 0 731 38 5 3 20 0 15 0 416909627 11111518208 111385 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10851092 memory=445540 CPUtime=7.75 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 12327 13119 0 0 726 41 5 3 20 0 15 0 416909627 11111518208 111385 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10851092 memory=0 CPUtime=7.75 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 12995 13119 0 0 726 41 5 3 20 0 15 0 416909627 11111518208 111385 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10851092 memory=445532 CPUtime=5.24 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 9831 13119 0 0 483 33 5 3 20 0 15 0 416909629 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10851092 memory=445532 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 53 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575602312864 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10851092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 18 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575487550848 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10851092 memory=445540 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 111385 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10851092 memory=445532 CPUtime=9.38 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 52439 13119 0 0 921 9 5 3 20 0 15 0 416909632 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10851092 memory=445532 CPUtime=8.57 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 49959 13119 0 0 840 9 5 3 20 0 15 0 416909632 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10851092 memory=445540 CPUtime=5.89 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 47325 13119 0 0 572 9 5 3 20 0 15 0 416909632 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10851092 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 111385 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10851092 memory=445540 CPUtime=1.27 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 910 13119 0 0 62 57 5 3 20 0 15 0 416909633 11111518208 111385 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 2368.14 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 445540 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.59 1.54 3/229 15620
/proc/meminfo: memFree=25530844/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10851092 memory=449148 CPUtime=2428.89 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 309232 13119 0 0 242589 292 5 3 20 0 15 0 416909617 11111518208 112287 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2712773 112287 3638 1 0 2674829 0
[pid=14676/tid=14729] ppid=14673 vsize=10851092 memory=449148 CPUtime=2366.89 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 94218 13119 0 0 236636 45 5 3 20 0 15 0 416909626 11111518208 112287 33554432000 4194304 4196468 140721521460064 140576115763760 140575717591729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10851092 memory=449788 CPUtime=8.03 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 15499 13119 0 0 755 40 5 3 20 0 15 0 416909627 11111518208 112287 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10851092 memory=447692 CPUtime=8.01 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 10517 13119 0 0 755 38 5 3 20 0 15 0 416909627 11111518208 112287 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10851092 memory=449148 CPUtime=8.01 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 12474 13119 0 0 751 42 5 3 20 0 15 0 416909627 11111518208 112287 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10851092 memory=449148 CPUtime=8.01 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 13287 13119 0 0 751 42 5 3 20 0 15 0 416909627 11111518208 112287 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10851092 memory=984 CPUtime=5.41 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 10034 13119 0 0 499 34 5 3 20 0 15 0 416909629 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10851092 memory=445540 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 53 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575602312864 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10851092 memory=449900 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 18 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575487550848 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10851092 memory=449900 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 112287 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10851092 memory=449788 CPUtime=9.39 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 52707 13119 0 0 922 9 5 3 20 0 15 0 416909632 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10851092 memory=449788 CPUtime=8.57 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 49961 13119 0 0 840 9 5 3 20 0 15 0 416909632 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10851092 memory=449148 CPUtime=5.89 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 47327 13119 0 0 572 9 5 3 20 0 15 0 416909632 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10851092 memory=449148 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 112287 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10851092 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 927 13119 0 0 63 59 5 3 20 0 15 0 416909633 11111518208 112287 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 2428.89 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 449148 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.62 1.55 3/230 15650
/proc/meminfo: memFree=25635608/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10851092 memory=434276 CPUtime=2489.85 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 312069 13119 0 0 248679 298 5 3 20 0 15 0 416909617 11111518208 108569 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2712773 108569 3638 1 0 2674829 0
[pid=14676/tid=14729] ppid=14673 vsize=10851092 memory=434160 CPUtime=2426.29 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 95500 13119 0 0 242576 45 5 3 20 0 15 0 416909626 11111518208 108569 33554432000 4194304 4196468 140721521460064 140576115764800 140575721216453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10851092 memory=434028 CPUtime=8.35 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 15718 13119 0 0 786 41 5 3 20 0 15 0 416909627 11111518208 108569 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10851092 memory=434160 CPUtime=8.34 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 10820 13119 0 0 787 39 5 3 20 0 15 0 416909627 11111518208 108569 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10851092 memory=434160 CPUtime=8.35 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 13014 13119 0 0 783 44 5 3 20 0 15 0 416909627 11111518208 108569 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10851092 memory=434160 CPUtime=8.33 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 13602 13119 0 0 782 43 5 3 20 0 15 0 416909627 11111518208 108569 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10851092 memory=434276 CPUtime=5.63 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 10200 13119 0 0 520 35 5 3 20 0 15 0 416909629 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10851092 memory=445540 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 53 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575602312864 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10851092 memory=434276 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 18 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575487550848 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10851092 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 108569 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10851092 memory=434028 CPUtime=9.39 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 52709 13119 0 0 922 9 5 3 20 0 15 0 416909632 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10851092 memory=434160 CPUtime=8.57 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 49963 13119 0 0 840 9 5 3 20 0 15 0 416909632 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10851092 memory=434276 CPUtime=5.89 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 47329 13119 0 0 572 9 5 3 20 0 15 0 416909632 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10851092 memory=434160 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 108569 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10851092 memory=434160 CPUtime=1.33 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 933 13119 0 0 65 60 5 3 20 0 15 0 416909633 11111518208 108569 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 2489.85 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 434276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472 s]*
/proc/loadavg: 1.61 1.60 1.55 3/230 15653
/proc/meminfo: memFree=25677876/32770624 swapFree=66959224/67108860
[pid=14676] ppid=14673 vsize=10851092 memory=455292 CPUtime=2520 cores=0,2,4,6
/proc/14676/stat : 14676 (java) S 14673 14676 12027 0 -1 1077944320 313174 13119 0 0 251690 302 5 3 20 0 15 0 416909617 11111518208 113823 33554432000 4194304 4196468 140721521460064 140721521442608 140576143929079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
/proc/14676/statm: 2712773 113823 3638 1 0 2674829 0
[pid=14676/tid=14729] ppid=14673 vsize=10851092 memory=6791534058613427641 CPUtime=2455.72 cores=0,2,4,6
/proc/14676/task/14729/stat : 14729 (java) R 14673 14676 12027 0 -1 4202560 96127 13119 0 0 245518 46 5 3 20 0 15 0 416909626 11111518208 113823 33554432000 4194304 4196468 140721521460064 140576115762832 140575720373584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14730] ppid=14673 vsize=10851092 memory=-7003737579269690708 CPUtime=8.52 cores=0,2,4,6
/proc/14676/task/14730/stat : 14730 (java) S 14673 14676 12027 0 -1 1077944384 15764 13119 0 0 802 42 5 3 20 0 15 0 416909627 11111518208 113823 33554432000 4194304 4196468 140721521460064 140576148171408 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14731] ppid=14673 vsize=10851092 memory=455292 CPUtime=8.49 cores=0,2,4,6
/proc/14676/task/14731/stat : 14731 (java) S 14673 14676 12027 0 -1 1077944384 10954 13119 0 0 801 40 5 3 20 0 15 0 416909627 11111518208 113823 33554432000 4194304 4196468 140721521460064 140576036444688 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14732] ppid=14673 vsize=10851092 memory=1408 CPUtime=8.5 cores=0,2,4,6
/proc/14676/task/14732/stat : 14732 (java) S 14673 14676 12027 0 -1 1077944384 13177 13119 0 0 798 44 5 3 20 0 15 0 416909627 11111518208 113823 33554432000 4194304 4196468 140721521460064 140576035391888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14733] ppid=14673 vsize=10851092 memory=3164 CPUtime=8.48 cores=0,2,4,6
/proc/14676/task/14733/stat : 14733 (java) S 14673 14676 12027 0 -1 1077944384 13656 13119 0 0 797 43 5 3 20 0 15 0 416909627 11111518208 113823 33554432000 4194304 4196468 140721521460064 140576034339088 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14734] ppid=14673 vsize=10851092 memory=2671236 CPUtime=5.73 cores=0,2,4,6
/proc/14676/task/14734/stat : 14734 (java) S 14673 14676 12027 0 -1 1077944384 10270 13119 0 0 529 36 5 3 20 0 15 0 416909629 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575603366768 140576143940226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14735] ppid=14673 vsize=10851092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14735/stat : 14735 (java) S 14673 14676 12027 0 -1 1077944384 53 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575602312864 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14736] ppid=14673 vsize=10851092 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14736/stat : 14736 (java) S 14673 14676 12027 0 -1 1077944384 18 13119 0 0 0 0 5 3 20 0 15 0 416909629 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575487550848 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14737] ppid=14673 vsize=10851092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14737/stat : 14737 (java) S 14673 14676 12027 0 -1 1077944384 2 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 113823 33554432000 4194304 4196468 140721521460064 140574883572048 140576143947675 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14738] ppid=14673 vsize=10851092 memory=3228 CPUtime=9.39 cores=0,2,4,6
/proc/14676/task/14738/stat : 14738 (java) S 14673 14676 12027 0 -1 1077944384 52709 13119 0 0 922 9 5 3 20 0 15 0 416909632 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575568755056 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14739] ppid=14673 vsize=10851092 memory=455292 CPUtime=8.57 cores=0,2,4,6
/proc/14676/task/14739/stat : 14739 (java) S 14673 14676 12027 0 -1 1077944384 49963 13119 0 0 840 9 5 3 20 0 15 0 416909632 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575567702256 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14740] ppid=14673 vsize=10851092 memory=1408 CPUtime=5.89 cores=0,2,4,6
/proc/14676/task/14740/stat : 14740 (java) S 14673 14676 12027 0 -1 1077944384 47329 13119 0 0 572 9 5 3 20 0 15 0 416909632 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575566649456 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14741] ppid=14673 vsize=10851092 memory=3164 CPUtime=0.08 cores=0,2,4,6
/proc/14676/task/14741/stat : 14741 (java) S 14673 14676 12027 0 -1 1077944384 3 13119 0 0 0 0 5 3 20 0 15 0 416909632 11111518208 113823 33554432000 4194304 4196468 140721521460064 140574413809888 140576143939285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
[pid=14676/tid=14742] ppid=14673 vsize=10851092 memory=2692784 CPUtime=1.35 cores=0,2,4,6
/proc/14676/task/14742/stat : 14742 (java) S 14673 14676 12027 0 -1 1077944384 944 13119 0 0 66 61 5 3 20 0 15 0 416909633 11111518208 113823 33554432000 4194304 4196468 140721521460064 140575565597872 140576143940226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33738752 140721521466095 140721521468613 140721521468613 140721521471439 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 455292 KiB

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

[startup+2472.04 s]
# the end of solver process 14676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.98 s, system=3.0706 s

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

Child status: 143
Real time (s): 2472.04
CPU time (s): 2520.05
CPU user time (s): 2516.98
CPU system time (s): 3.0706
CPU usage (%): 101.942
Max. virtual memory (cumulated for all children) (KiB): 10854912
Max. memory (cumulated for all children) (KiB): 624164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.98
system time used= 3.0706
maximum resident set size= 625080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184421
involuntary context switches= 10885


# summary of solver processes directly reported to runsolver:
#   pid: 14676
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.98
#   total CPU system time (s): 3.0706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1934 second user time and 23.55 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 23:20:54
IDJOB=4396299
IDBENCH=135903
IDSOLVER=2846
FILE ID=node124/4396299-1568409694
RUNJOBID= node124-1568399721-12058
PBS_JOBID= 21701876
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396299-1568409694/watcher-4396299-1568409694 -o /tmp/evaluation-result-4396299-1568409694/solver-4396299-1568409694 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568399721-12058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1608229444 HOME/instance-4396299-1568409694.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1608229444

node124.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.47
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.47
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.47
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.47
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:        27783388 kB
MemAvailable:   30845464 kB
Buffers:          182296 kB
Cached:          3160456 kB
SwapCached:        45888 kB
Active:          1992444 kB
Inactive:        2403796 kB
Active(anon):    1006564 kB
Inactive(anon):    87896 kB
Active(file):     985880 kB
Inactive(file):  2315900 kB
Unevictable:      108744 kB
Mlocked:          108744 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             35668 kB
Writeback:             0 kB
AnonPages:       1133368 kB
Mapped:            57736 kB
Shmem:             32744 kB
Slab:             181984 kB
SReclaimable:     152264 kB
SUnreclaim:        29720 kB
KernelStack:        4000 kB
PageTables:         9996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2072424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1046528 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= 61740 MiB
End job on node124 at 2019-09-14 00:02:07