Trace number 4402979

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.3SAT (TO)822 2520.04 2476.23

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.78/0.54	c Concrete v3.12.3.1568965526260 running
37.80/28.37	o 907
38.08/28.41	o 903
38.08/28.44	o 902
38.08/28.49	o 899
38.08/28.50	o 891
38.44/28.50	o 890
38.44/28.51	o 889
265.21/248.62	o 883
265.21/248.63	o 881
265.21/248.64	o 880
265.21/248.65	o 871
265.21/248.69	o 865
265.37/248.72	o 863
265.52/248.84	o 862
360.41/342.02	o 861
360.52/342.19	o 855
364.47/345.97	o 851
364.68/346.12	o 849
650.87/627.97	o 843
650.87/627.97	o 834
655.29/632.24	o 830
655.39/632.33	o 822
2520.00/2476.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2476.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2476.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2476.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.00/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.00/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2476.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2476.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2476.20		at scala.Option.map(Option.scala:242)
2520.00/2476.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2476.20		at concrete.MAC.mac(MAC.scala:216)
2520.00/2476.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2476.20		at scala.util.Try$.apply(Try.scala:210)
2520.00/2476.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2476.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2476.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2476.20		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2476.20		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2476.20		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2476.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2476.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.20		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2476.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2476.20		at scala.util.Success.map(Try.scala:262)
2520.00/2476.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2476.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2476.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2476.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2476.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2476.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2476.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2476.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2476.20		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2476.20		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2476.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2476.20		at scala.App.main(App.scala:73)
2520.00/2476.20		at scala.App.main$(App.scala:71)
2520.00/2476.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2476.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2476.21	v <instantiation
2520.00/2476.21	v         cost = '822'>
2520.00/2476.21	v       <list>
2520.00/2476.21	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/2476.21	v       </list>
2520.00/2476.21	v       <values>
2520.00/2476.21	v         36 47 42 59 60 55 50 37 48 54 66 62 76 18 26 29 24 33 44 39 57 51 77 96 92 75 80 87 97 99 98 93 78 74 69 53 15 3 6 12 16 11 27 21 61 46 49 32 20 2 10 17 19 35 68 83 82 91 95 86 90 81 71 64 0 8 1 43 65 72 79 94 88 73 89 85 84 70 56 45 38 5 7 4 9 13 22 28 23 25 34 30 31 14 67 63 58 52 41 40 7 6 6 1 8 2 6 6 2 7 2 8 30 3 4 2 8 15 2 10 4 15 17 5 10 12 6 4 1 4 1 15 2 4 30 17 7 2 4 1 9 8 4 19 9 12 9 6 10 7 4 6 9 15 9 3 6 2 9 4 6 5 3 33 14 18 23 22 3 4 23 2 9 11 5 2 8 8 4 11 17 5 1 4 6 5 3 4 7 8 4 2 9 52 3 4 4 5 1 8
2520.00/2476.21	v       </values>
2520.00/2476.21	v     </instantiation>
2520.00/2476.21	s SATISFIABLE

Verifier Data

OK	822

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402979-1568982497/watcher-4402979-1568982497 -o /tmp/evaluation-result-4402979-1568982497/solver-4402979-1568982497 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1814303096 HOME/instance-4402979-1568982497.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=30887, runsolver pid=30884

[startup+0.100111 s]*
/proc/loadavg: 1.59 1.48 1.43 3/218 30944
/proc/meminfo: memFree=5144584/32770624 swapFree=66955396/67108860
[pid=30887] ppid=30884 vsize=10055356 memory=17876 CPUtime=0.09 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 4713 13018 0 0 1 1 4 3 20 0 7 0 474521090 10296684544 4469 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2513839 4469 2033 1 0 2502277 0
[pid=30887/tid=30940] ppid=30884 vsize=10055356 memory=5853399287057580445 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 2505 13018 0 0 1 0 4 3 20 0 7 0 474521098 10296684544 4469 33554432000 4194304 4196468 140726635612400 139846770772752 139846783010142 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10055356 memory=5793854877719656889 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 7 0 474521099 10296684544 4469 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10055356 memory=139626709763712 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 7 0 474521099 10296684544 4469 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 7 0 474521099 10296684544 4469 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 7 0 474521099 10296684544 4469 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 7 0 474521100 10296684544 4469 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 17876 KiB

[startup+0.209882 s]*
/proc/loadavg: 1.59 1.48 1.43 3/227 30953
/proc/meminfo: memFree=5126796/32770624 swapFree=66955396/67108860
[pid=30887] ppid=30884 vsize=10820196 memory=40168 CPUtime=0.26 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 7521 13018 0 0 17 2 4 3 20 0 15 0 474521090 11079880704 10042 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2705049 10042 3291 1 0 2667149 0
[pid=30887/tid=30940] ppid=30884 vsize=10820196 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 4005 13018 0 0 11 1 4 3 20 0 15 0 474521098 11079880704 10042 33554432000 4194304 4196468 140726635612400 139846770743840 139846798951581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10820196 memory=4211973352914554250 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 10042 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10820196 memory=139626709763712 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 10042 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 10042 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 10042 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10820196 memory=139626709763712 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 15 0 474521100 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 33 13018 0 0 0 0 4 3 20 0 15 0 474521101 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845801137568 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521101 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845678654960 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 576 13018 0 0 1 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 69 13018 0 0 1 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10820196 memory=139626709763712 CPUtime=0.1 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 618 13018 0 0 3 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10820196 memory=139626709763712 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 10042 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310721 s]*
/proc/loadavg: 1.59 1.48 1.43 3/227 30953
/proc/meminfo: memFree=5116360/32770624 swapFree=66955396/67108860
[pid=30887] ppid=30884 vsize=10820196 memory=48616 CPUtime=0.4 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 10867 13018 0 0 29 4 4 3 20 0 15 0 474521090 11079880704 12154 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2705049 12154 3316 1 0 2667149 0
[pid=30887/tid=30940] ppid=30884 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 7342 13018 0 0 19 3 4 3 20 0 15 0 474521098 11079880704 12154 33554432000 4194304 4196468 140726635612400 139846770750320 139846783010142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 12154 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 12154 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 12154 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 15 0 474521099 11079880704 12154 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 15 0 474521100 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10820196 memory=139626709763711 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 33 13018 0 0 0 0 4 3 20 0 15 0 474521101 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845801137568 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521101 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845678654960 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 577 13018 0 0 2 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 69 13018 0 0 1 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 627 13018 0 0 5 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521104 11079880704 12154 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48616 KiB

[startup+0.700764 s]
/proc/loadavg: 1.59 1.48 1.43 3/227 30953
/proc/meminfo: memFree=5102192/32770624 swapFree=66955396/67108860
[pid=30887] ppid=30884 vsize=10824364 memory=81780 CPUtime=1.15 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 15171 13018 0 0 102 6 4 3 20 0 15 0 474521090 11084148736 20445 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2706091 20445 3511 1 0 2668173 0
[pid=30887/tid=30940] ppid=30884 vsize=10824364 memory=2124 CPUtime=0.66 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 10489 13018 0 0 55 4 4 3 20 0 15 0 474521098 11084148736 20445 33554432000 4194304 4196468 140726635612400 139846770756608 139846783010142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10824364 memory=16292 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11084148736 20445 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10824364 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11084148736 20445 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521099 11084148736 20445 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 2 13018 0 0 0 0 4 3 20 0 15 0 474521099 11084148736 20445 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 5 13018 0 0 0 0 4 3 20 0 15 0 474521100 11084148736 20445 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 33 13018 0 0 0 0 4 3 20 0 15 0 474521101 11084148736 20445 33554432000 4194304 4196468 140726635612400 139845801137568 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10825388 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521101 11085197312 20445 33554432000 4194304 4196468 140726635612400 139845678654960 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10825388 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11085197312 20445 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10825388 memory=2124 CPUtime=0.22 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 1035 13018 0 0 15 0 4 3 20 0 15 0 474521104 11085197312 20445 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10825388 memory=6944652177228980320 CPUtime=0.2 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) R 30884 30887 26206 0 -1 1077944384 560 13018 0 0 13 0 4 3 20 0 15 0 474521104 11085197312 20510 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10825388 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 834 13018 0 0 17 0 4 3 20 0 15 0 474521104 11085197312 20510 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11084148736 20484 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521104 11084148736 20484 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81780 KiB

[startup+1.50065 s]
/proc/loadavg: 1.59 1.48 1.43 3/227 30953
/proc/meminfo: memFree=5052308/32770624 swapFree=66955396/67108860
[pid=30887] ppid=30884 vsize=10834680 memory=182072 CPUtime=2.65 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 24501 13018 0 0 247 11 4 3 20 0 15 0 474521090 11094712320 45518 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2708670 45518 3584 1 0 2670733 0
[pid=30887/tid=30940] ppid=30884 vsize=10834680 memory=3620 CPUtime=1.43 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 16199 13018 0 0 130 6 4 3 20 0 15 0 474521098 11094712320 45518 33554432000 4194304 4196468 140726635612400 139846770747600 139846370971015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10834680 memory=41876 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 37 13018 0 0 1 0 4 3 20 0 15 0 474521099 11094712320 45518 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10834680 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 20 13018 0 0 1 0 4 3 20 0 15 0 474521099 11094712320 45518 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10834680 memory=178336 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 329 13018 0 0 1 0 4 3 20 0 15 0 474521099 11094712320 45518 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 97 13018 0 0 1 0 4 3 20 0 15 0 474521099 11094712320 45518 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 1468 13018 0 0 1 0 4 3 20 0 15 0 474521100 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 34 13018 0 0 0 0 4 3 20 0 15 0 474521101 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845801137632 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10834680 memory=272534331272960 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 1 13018 0 0 0 0 4 3 20 0 15 0 474521101 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845678654976 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10834680 memory=4203653204835316256 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10834680 memory=6935649255810949952 CPUtime=0.43 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 1577 13018 0 0 36 0 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10834680 memory=4638778398332764256 CPUtime=0.4 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 960 13018 0 0 33 0 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10834680 memory=279253136441584 CPUtime=0.47 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) R 30884 30887 26206 0 -1 4202560 1565 13018 0 0 39 1 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845765474544 139846777871246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10834680 memory=6935649255945234513 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10834680 memory=-6512013043382664022 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11094712320 45518 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0

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

/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 99721 13018 0 0 230611 37 4 3 20 0 15 0 474521098 11111522304 98927 33554432000 4194304 4196468 140726635612400 139846770764944 139846381581693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10851096 memory=395468 CPUtime=8.22 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 18678 13018 0 0 774 41 4 3 20 0 15 0 474521099 11111522304 98927 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10851096 memory=395708 CPUtime=8.22 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 13810 13018 0 0 769 46 4 3 20 0 15 0 474521099 11111522304 98927 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10851096 memory=395708 CPUtime=8.17 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 18911 13018 0 0 768 42 4 3 20 0 15 0 474521099 11111522304 98927 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10851096 memory=395708 CPUtime=8.21 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 16819 13018 0 0 774 40 4 3 20 0 15 0 474521099 11111522304 98927 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10851096 memory=395428 CPUtime=5.38 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 11897 13018 0 0 494 37 4 3 20 0 15 0 474521100 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10851096 memory=1124 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 45 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845801137632 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10851096 memory=395708 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 9 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845678654976 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10851096 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10851096 memory=976 CPUtime=6.93 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 46852 13018 0 0 678 8 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10851096 memory=395468 CPUtime=6.97 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 50808 13018 0 0 681 9 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10851096 memory=395468 CPUtime=5.4 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 48627 13018 0 0 523 10 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10851096 memory=395468 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10851096 memory=395468 CPUtime=1.15 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1755 13018 0 0 49 59 4 3 20 0 15 0 474521104 11111522304 98927 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 2364.7 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 395708 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.54 1.55 3/227 31328
/proc/meminfo: memFree=244868/32770624 swapFree=66955404/67108860
[pid=30887] ppid=30884 vsize=10851096 memory=396108 CPUtime=2425.25 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 331763 13018 0 0 242220 298 4 3 20 0 15 0 474521090 11111522304 99027 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2712774 99027 3637 1 0 2674829 0
[pid=30887/tid=30940] ppid=30884 vsize=10851096 memory=396108 CPUtime=2366.21 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 100196 13018 0 0 236577 37 4 3 20 0 15 0 474521098 11111522304 99027 33554432000 4194304 4196468 140726635612400 139846770766032 139846381083471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10851096 memory=396108 CPUtime=8.41 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 19004 13018 0 0 792 42 4 3 20 0 15 0 474521099 11111522304 99027 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10851096 memory=395940 CPUtime=8.4 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 13922 13018 0 0 787 46 4 3 20 0 15 0 474521099 11111522304 99027 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10851096 memory=395940 CPUtime=8.36 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 19130 13018 0 0 786 43 4 3 20 0 15 0 474521099 11111522304 99027 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10851096 memory=395940 CPUtime=8.4 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 17037 13018 0 0 792 41 4 3 20 0 15 0 474521099 11111522304 99027 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10851096 memory=396020 CPUtime=5.51 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 12114 13018 0 0 506 38 4 3 20 0 15 0 474521100 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10851096 memory=396108 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 45 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845801137632 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10851096 memory=396108 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 9 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845678654976 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10851096 memory=396108 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10851096 memory=396108 CPUtime=6.93 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 46854 13018 0 0 678 8 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10851096 memory=395428 CPUtime=6.97 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 50810 13018 0 0 681 9 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10851096 memory=7594597771697979466 CPUtime=5.4 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 48629 13018 0 0 523 10 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10851096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10851096 memory=920 CPUtime=1.18 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1802 13018 0 0 50 61 4 3 20 0 15 0 474521104 11111522304 99027 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 2425.25 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 396108 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.51 1.54 3/227 31332
/proc/meminfo: memFree=243048/32770624 swapFree=66955404/67108860
[pid=30887] ppid=30884 vsize=10851096 memory=396792 CPUtime=2485.8 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 333337 13018 0 0 248271 302 4 3 20 0 15 0 474521090 11111522304 99198 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2712774 99198 3637 1 0 2674829 0
[pid=30887/tid=30940] ppid=30884 vsize=10851096 memory=396240 CPUtime=2425.87 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 100694 13018 0 0 242543 37 4 3 20 0 15 0 474521098 11111522304 99198 33554432000 4194304 4196468 140726635612400 139846770753712 139846381581569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10851096 memory=396280 CPUtime=8.59 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 19161 13018 0 0 810 42 4 3 20 0 15 0 474521099 11111522304 99198 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10851096 memory=396448 CPUtime=8.59 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 14150 13018 0 0 805 47 4 3 20 0 15 0 474521099 11111522304 99198 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10851096 memory=396496 CPUtime=8.55 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 19513 13018 0 0 804 44 4 3 20 0 15 0 474521099 11111522304 99198 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10851096 memory=396496 CPUtime=8.58 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 17257 13018 0 0 810 41 4 3 20 0 15 0 474521099 11111522304 99198 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10851096 memory=396496 CPUtime=5.62 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 12170 13018 0 0 517 38 4 3 20 0 15 0 474521100 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10851096 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 45 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845801137632 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10851096 memory=396792 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 9 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845678654976 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10851096 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10851096 memory=396792 CPUtime=6.93 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 46856 13018 0 0 678 8 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10851096 memory=396792 CPUtime=6.97 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 50812 13018 0 0 681 9 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10851096 memory=396448 CPUtime=5.4 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 48631 13018 0 0 523 10 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10851096 memory=396448 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10851096 memory=6791534058613427641 CPUtime=1.21 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1828 13018 0 0 52 62 4 3 20 0 15 0 474521104 11111522304 99198 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 2485.8 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 396792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.46 1.52 1.54 3/227 31336
/proc/meminfo: memFree=241892/32770624 swapFree=66955404/67108860
[pid=30887] ppid=30884 vsize=10851096 memory=396996 CPUtime=2520 cores=1,3,5,7
/proc/30887/stat : 30887 (java) S 30884 30887 26206 0 -1 1077944320 334233 13018 0 0 251689 304 4 3 20 0 15 0 474521090 11111522304 99249 33554432000 4194304 4196468 140726635612400 140726635594944 139846798929655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
/proc/30887/statm: 2712774 99249 3637 1 0 2674829 0
[pid=30887/tid=30940] ppid=30884 vsize=10851096 memory=504 CPUtime=2459.58 cores=1,3,5,7
/proc/30887/task/30940/stat : 30940 (java) R 30884 30887 26206 0 -1 4202560 100933 13018 0 0 245913 38 4 3 20 0 15 0 474521098 11111522304 99249 33554432000 4194304 4196468 140726635612400 139846770764736 139846381477075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30941] ppid=30884 vsize=10851096 memory=1564 CPUtime=8.7 cores=1,3,5,7
/proc/30887/task/30941/stat : 30941 (java) S 30884 30887 26206 0 -1 1077944384 19298 13018 0 0 820 43 4 3 20 0 15 0 474521099 11111522304 99249 33554432000 4194304 4196468 140726635612400 139846803171600 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30942] ppid=30884 vsize=10851096 memory=924 CPUtime=8.69 cores=1,3,5,7
/proc/30887/task/30942/stat : 30942 (java) S 30884 30887 26206 0 -1 1077944384 14335 13018 0 0 815 47 4 3 20 0 15 0 474521099 11111522304 99249 33554432000 4194304 4196468 140726635612400 139846691445136 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30943] ppid=30884 vsize=10851096 memory=1420 CPUtime=8.65 cores=1,3,5,7
/proc/30887/task/30943/stat : 30943 (java) S 30884 30887 26206 0 -1 1077944384 19597 13018 0 0 814 44 4 3 20 0 15 0 474521099 11111522304 99249 33554432000 4194304 4196468 140726635612400 139846690392592 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30944] ppid=30884 vsize=10851096 memory=1984 CPUtime=8.69 cores=1,3,5,7
/proc/30887/task/30944/stat : 30944 (java) S 30884 30887 26206 0 -1 1077944384 17288 13018 0 0 820 42 4 3 20 0 15 0 474521099 11111522304 99249 33554432000 4194304 4196468 140726635612400 139846689340048 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30945] ppid=30884 vsize=10851096 memory=2532 CPUtime=5.7 cores=1,3,5,7
/proc/30887/task/30945/stat : 30945 (java) S 30884 30887 26206 0 -1 1077944384 12367 13018 0 0 524 39 4 3 20 0 15 0 474521100 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845802191344 139846798940802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30946] ppid=30884 vsize=10851096 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30946/stat : 30946 (java) S 30884 30887 26206 0 -1 1077944384 45 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845801137632 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30947] ppid=30884 vsize=10851096 memory=303430223234596890 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30947/stat : 30947 (java) S 30884 30887 26206 0 -1 1077944384 9 13018 0 0 0 0 4 3 20 0 15 0 474521101 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845678654976 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30948] ppid=30884 vsize=10851096 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30948/stat : 30948 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845371255504 139846798948251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30949] ppid=30884 vsize=10851096 memory=15816716106074690 CPUtime=6.93 cores=1,3,5,7
/proc/30887/task/30949/stat : 30949 (java) S 30884 30887 26206 0 -1 1077944384 46856 13018 0 0 678 8 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845767579632 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30950] ppid=30884 vsize=10851096 memory=1984 CPUtime=6.97 cores=1,3,5,7
/proc/30887/task/30950/stat : 30950 (java) S 30884 30887 26206 0 -1 1077944384 50812 13018 0 0 681 9 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845766527088 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30951] ppid=30884 vsize=10851096 memory=2532 CPUtime=5.4 cores=1,3,5,7
/proc/30887/task/30951/stat : 30951 (java) S 30884 30887 26206 0 -1 1077944384 48631 13018 0 0 523 10 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845765474544 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30952] ppid=30884 vsize=10851096 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/30887/task/30952/stat : 30952 (java) S 30884 30887 26206 0 -1 1077944384 3 13018 0 0 0 0 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845337696864 139846798939861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
[pid=30887/tid=30953] ppid=30884 vsize=10851096 memory=796 CPUtime=1.23 cores=1,3,5,7
/proc/30887/task/30953/stat : 30953 (java) S 30884 30887 26206 0 -1 1077944384 1851 13018 0 0 53 63 4 3 20 0 15 0 474521104 11111522304 99249 33554432000 4194304 4196468 140726635612400 139845764422448 139846798940802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 11587584 140726635617007 140726635619525 140726635619525 140726635622351 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 396996 KiB

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

[startup+2476.23 s]
# the end of solver process 30887 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.96 s, system=3.08683 s

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

Child status: 143
Real time (s): 2476.23
CPU time (s): 2520.04
CPU user time (s): 2516.96
CPU system time (s): 3.08683
CPU usage (%): 101.769
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 709292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.96
system time used= 3.08683
maximum resident set size= 710340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183979
involuntary context switches= 4663


# summary of solver processes directly reported to runsolver:
#   pid: 30887
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.96
#   total CPU system time (s): 3.08683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7824 second user time and 24.008 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 14:27:37
IDJOB=4402979
IDBENCH=135903
IDSOLVER=2861
FILE ID=node151/4402979-1568982497
RUNJOBID= node151-1568967597-26239
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
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-4402979-1568982497/watcher-4402979-1568982497 -o /tmp/evaluation-result-4402979-1568982497/solver-4402979-1568982497 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1814303096 HOME/instance-4402979-1568982497.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1814303096

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5153740 kB
MemAvailable:   30977348 kB
Buffers:          128708 kB
Cached:         25706460 kB
SwapCached:        51796 kB
Active:         13698436 kB
Inactive:       13021444 kB
Active(anon):     829928 kB
Inactive(anon):   100424 kB
Active(file):   12868508 kB
Inactive(file): 12921020 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             35488 kB
Writeback:             0 kB
AnonPages:        941252 kB
Mapped:            62304 kB
Shmem:             36864 kB
Slab:             491632 kB
SReclaimable:     462540 kB
SUnreclaim:        29092 kB
KernelStack:        3696 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2094804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12244 MiB
End job on node151 at 2019-09-20 15:08:54