Trace number 4304408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)38 2520.06 2489.43

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
37.00/25.11	o 47
38.18/25.65	o 45
38.53/25.84	o 41
39.86/26.89	o 40
192.54/177.51	o 39
192.89/177.88	o 38
2520.02/2489.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2489.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2489.41		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2489.41		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.02/2489.41		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.02/2489.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2489.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2489.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2489.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2489.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2489.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2489.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2489.41		at scala.Option.map(Option.scala:146)
2520.02/2489.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2489.41		at concrete.MAC.mac(MAC.scala:203)
2520.02/2489.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2489.41		at scala.util.Try$.apply(Try.scala:209)
2520.02/2489.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2489.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2489.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2489.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2489.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2489.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2489.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2489.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2489.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2489.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2489.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2489.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2489.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2489.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2489.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2489.41		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2489.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2489.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2489.41		at scala.util.Success.map(Try.scala:209)
2520.02/2489.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2489.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2489.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2489.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2489.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2489.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2489.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2489.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2489.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2489.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2489.41		at scala.App.main(App.scala:76)
2520.02/2489.41		at scala.App.main$(App.scala:74)
2520.02/2489.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2489.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2489.42	v <instantiation cost="38">
2520.02/2489.42	v       <list>
2520.02/2489.42	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] d[4][27] d[4][86] d[4][112] d[13][15] d[30][32] d[30][34] d[30][35] d[32][34] d[32][35] d[34][35] d[35][42] d[35][79] d[39][41] d[39][42] d[41][42] d[42][79] d[46][47] d[46][52] d[46][86] d[46][87] d[46][93] d[47][50] d[50][52] d[52][86] d[52][87] d[52][93] d[61][63] d[65][68] d[65][70] d[65][72] d[65][74] d[65][76] d[65][78] d[65][79] d[68][70] d[68][72] d[68][74] d[68][76] d[68][78] d[68][79] d[70][72] d[70][74] d[70][76] d[70][78] d[70][79] d[72][74] d[72][76] d[72][78] d[72][79] d[74][76] d[74][78] d[74][79] d[76][78] d[76][79] d[78][79] d[80][86] d[80][93] d[86][87] d[86][93] d[86][112] d[87][93] d[110][112]
2520.02/2489.42	v       </list>
2520.02/2489.42	v       <values>
2520.02/2489.42	v         20 38 13 113 31 104 50 22 111 116 29 114 44 1 40 0 5 59 65 125 37 10 69 60 43 94 15 95 36 82 12 67 76 70 92 28 126 61 2 56 97 8 24 18 7 122 119 117 17 26 101 96 39 90 45 33 6 21 73 51 81 19 98 3 123 121 68 53 91 78 93 30 89 115 25 11 120 79 57 88 54 118 106 72 109 71 55 87 124 103 108 62 32 23 100 112 58 27 16 64 80 34 35 74 49 102 9 14 84 83 47 127 63 77 99 107 42 86 75 110 4 66 105 41 52 85 48 46 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 2 1 0 1 1 0 1 0 0 1 1 0 1 2 2 1 0 1 2 2 1 0 1 1 0 2 0 1 1 0 2 0 1 1 0 0 0 0
2520.02/2489.42	v       </values>
2520.02/2489.42	v     </instantiation>
2520.02/2489.42	s SATISFIABLE

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304408-1534083103/watcher-4304408-1534083103 -o /tmp/evaluation-result-4304408-1534083103/solver-4304408-1534083103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27644 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1787490736 -superng HOME/instance-4304408-1534083103.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
solver pid=31048, runsolver pid=31045
Current StackSize limit: 8192 KiB


[startup+0.10021 s]*
/proc/loadavg: 1.96 1.95 1.88 3/203 31101
/proc/meminfo: memFree=25166036/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 4302 12968 0 0 1 0 5 3 20 0 6 0 225873452 10245611520 4137 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2501370 4137 1932 1 0 2489808 0
[pid=31048/tid=31101] ppid=31045 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 2107 12968 0 0 0 0 5 3 20 0 6 0 225873461 10245611520 4137 33554432000 4194304 4196468 140730389485120 140687957373520 140687966930493 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 6 0 225873462 10245611520 4137 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=10005480 memory=139830207551104 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 6 0 225873462 10245611520 4137 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 6 0 225873462 10245611520 4137 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 6 0 225873462 10245611520 4137 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210157 s]*
/proc/loadavg: 1.96 1.95 1.88 3/216 31114
/proc/meminfo: memFree=25140520/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=10982744 memory=42980 CPUtime=0.26 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 7469 12968 0 0 16 2 5 3 20 0 15 0 225873452 11246329856 10745 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2745686 10745 2963 1 0 2708109 0
[pid=31048/tid=31101] ppid=31045 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 4058 12968 0 0 10 1 5 3 20 0 15 0 225873461 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687957344832 140687965812466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=10982744 memory=139830207551104 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=10982744 memory=139830207551104 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246329856 10811 33554432000 4194304 4196468 140730389485120 140686821155872 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873464 11246329856 10811 33554432000 4194304 4196468 140730389485120 140686619829104 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11246329856 10811 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 547 12968 0 0 1 0 5 3 20 0 15 0 225873466 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 63 12968 0 0 1 0 5 3 20 0 15 0 225873466 11246329856 10811 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=10982744 memory=139830207551104 CPUtime=0.11 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 602 12968 0 0 3 0 5 3 20 0 15 0 225873466 11246329856 10877 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246329856 10877 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=10982744 memory=139830207551104 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246329856 10877 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42980 KiB

[startup+0.310407 s]*
/proc/loadavg: 1.96 1.95 1.88 3/216 31114
/proc/meminfo: memFree=25127992/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=10983192 memory=55896 CPUtime=0.39 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 10548 12968 0 0 28 3 5 3 20 0 15 0 225873452 11246788608 13974 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2745798 13974 3082 1 0 2708109 0
[pid=31048/tid=31101] ppid=31045 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 7102 12968 0 0 19 1 5 3 20 0 15 0 225873461 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687957348768 140687967100288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246788608 13974 33554432000 4194304 4196468 140730389485120 140686821155872 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873464 11246788608 13974 33554432000 4194304 4196468 140730389485120 140686619829104 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11246788608 13974 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 550 12968 0 0 1 0 5 3 20 0 15 0 225873466 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 64 12968 0 0 1 0 5 3 20 0 15 0 225873466 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 608 12968 0 0 4 0 5 3 20 0 15 0 225873466 11246788608 13974 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246788608 13974 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246788608 14016 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55896 KiB

[startup+0.700828 s]
/proc/loadavg: 1.96 1.95 1.88 3/216 31114
/proc/meminfo: memFree=25116828/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=10983192 memory=88292 CPUtime=0.99 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 16778 12968 0 0 87 4 5 3 20 0 15 0 225873452 11246788608 22073 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2745798 22073 3238 1 0 2708109 0
[pid=31048/tid=31101] ppid=31045 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 12313 12968 0 0 55 3 5 3 20 0 15 0 225873461 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687957359760 140687969617246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873462 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 5 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225873463 11246788608 22073 33554432000 4194304 4196468 140730389485120 140686821155872 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873464 11246788608 22073 33554432000 4194304 4196468 140730389485120 140686619829104 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11246788608 22073 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 1116 12968 0 0 10 0 5 3 20 0 15 0 225873466 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 445 12968 0 0 7 0 5 3 20 0 15 0 225873466 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 678 12968 0 0 13 0 5 3 20 0 15 0 225873466 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246788608 22073 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873467 11246788608 22073 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88292 KiB

[startup+1.50077 s]
/proc/loadavg: 1.96 1.95 1.88 3/216 31114
/proc/meminfo: memFree=25073784/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=10996044 memory=228456 CPUtime=2.77 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 24630 12968 0 0 259 10 5 3 20 0 15 0 225873452 11259949056 57114 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2749011 57114 3451 1 0 2710669 0
[pid=31048/tid=31101] ppid=31045 vsize=10996044 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) S 31045 31048 27613 0 -1 1077944384 17131 12968 0 0 130 7 5 3 20 0 15 0 225873461 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687957351488 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 14 12968 0 0 0 0 5 3 20 0 15 0 225873462 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 48 12968 0 0 0 0 5 3 20 0 15 0 225873462 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225873462 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 162 12968 0 0 0 0 5 3 20 0 15 0 225873462 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=10996044 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) R 31045 31048 27613 0 -1 4202560 30 12968 0 0 0 0 5 3 20 0 15 0 225873463 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687276180352 140687978636606 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=10996044 memory=279660218886400 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225873463 11259949056 57114 33554432000 4194304 4196468 140730389485120 140686821155872 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873464 11259949056 57114 33554432000 4194304 4196468 140730389485120 140686619829104 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=10996044 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11259949056 57114 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=10996044 memory=1600 CPUtime=0.56 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 2188 12968 0 0 48 0 5 3 20 0 15 0 225873466 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=10996044 memory=7952 CPUtime=0.48 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 1453 12968 0 0 40 0 5 3 20 0 15 0 225873466 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=10996044 memory=4088 CPUtime=0.45 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 1374 12968 0 0 37 0 5 3 20 0 15 0 225873466 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=10996044 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11259949056 57114 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=10996044 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225873467 11259949056 57114 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10996044 KiB

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

/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 101704 12968 0 0 231306 36 5 3 20 0 15 0 225873461 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687957357376 140687525089288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.4 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 15918 12968 0 0 404 28 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.4 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 19058 12968 0 0 403 29 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=11080032 memory=1033112 CPUtime=4.4 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 14619 12968 0 0 405 27 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=11080032 memory=1033112 CPUtime=4.38 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 19261 12968 0 0 404 26 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=11080032 memory=1033112 CPUtime=3.66 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 16042 12968 0 0 338 20 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=11080032 memory=1033108 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 23 12968 0 0 0 0 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686821155936 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=11080032 memory=1033112 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 15 0 225873464 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686619829120 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=11080032 memory=1033112 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=11080032 memory=1035160 CPUtime=7.28 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 69663 12968 0 0 713 7 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=11080032 memory=3708 CPUtime=7.08 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 62092 12968 0 0 694 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=11080032 memory=1035160 CPUtime=2.32 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 46627 12968 0 0 218 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=11080032 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=11080032 memory=1035160 CPUtime=1.19 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1590 12968 0 0 57 54 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 2352.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1035160 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.46 1.51 3/215 31317
/proc/meminfo: memFree=26821636/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=11080032 memory=1035160 CPUtime=2412.41 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 370520 12968 0 0 241019 214 5 3 20 0 15 0 225873452 11345952768 258790 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2770008 258790 3532 1 0 2731661 0
[pid=31048/tid=31101] ppid=31045 vsize=11080032 memory=1260 CPUtime=2373.27 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 102216 12968 0 0 237282 37 5 3 20 0 15 0 225873461 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687957358992 140687524139584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.52 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 16307 12968 0 0 415 29 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=11080032 memory=279660219167672 CPUtime=4.51 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 19105 12968 0 0 414 29 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.52 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 14642 12968 0 0 416 28 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=11080032 memory=1600 CPUtime=4.51 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 19335 12968 0 0 416 27 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=11080032 memory=1035160 CPUtime=3.76 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 16238 12968 0 0 348 20 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 23 12968 0 0 0 0 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686821155936 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 15 0 225873464 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686619829120 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=11080032 memory=279660218887400 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=11080032 memory=1035160 CPUtime=7.29 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 69772 12968 0 0 714 7 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=11080032 memory=1035160 CPUtime=7.09 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 62312 12968 0 0 695 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=11080032 memory=1600 CPUtime=2.33 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 46749 12968 0 0 219 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=11080032 memory=7739225284652066674 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=11080032 memory=1035160 CPUtime=1.22 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1607 12968 0 0 59 55 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 2412.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1035160 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.42 1.49 3/215 31318
/proc/meminfo: memFree=26821136/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=11080032 memory=1035160 CPUtime=2472.77 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 372352 12968 0 0 247051 218 5 3 20 0 15 0 225873452 11345952768 258790 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2770008 258790 3532 1 0 2731661 0
[pid=31048/tid=31101] ppid=31045 vsize=11080032 memory=288230574492221466 CPUtime=2433.03 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 102704 12968 0 0 243258 37 5 3 20 0 15 0 225873461 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687957340272 140687525085387 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.64 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 16392 12968 0 0 426 30 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.63 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 19136 12968 0 0 425 30 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.63 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 14673 12968 0 0 427 28 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=11080032 memory=1035160 CPUtime=4.61 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 19662 12968 0 0 426 27 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=11080032 memory=1035160 CPUtime=3.86 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 16272 12968 0 0 357 21 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 23 12968 0 0 0 0 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686821155936 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 15 0 225873464 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686619829120 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=11080032 memory=1035160 CPUtime=7.3 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 70075 12968 0 0 715 7 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=11080032 memory=1035160 CPUtime=7.11 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 62508 12968 0 0 697 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=11080032 memory=1035160 CPUtime=2.33 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 47081 12968 0 0 219 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=11080032 memory=1035160 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=11080032 memory=1035160 CPUtime=1.26 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1612 12968 0 0 61 57 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 2472.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1035160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.4 s]
/proc/loadavg: 1.44 1.43 1.50 3/215 31319
/proc/meminfo: memFree=26820620/32770624 swapFree=67108804/67108860
[pid=31048] ppid=31045 vsize=11080032 memory=1035160 CPUtime=2520.02 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 27613 0 -1 1077944320 373404 12968 0 0 251774 220 5 3 20 0 15 0 225873452 11345952768 258790 33554432000 4194304 4196468 140730389485120 140730389467664 140687985536759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
/proc/31048/statm: 2770008 258790 3532 1 0 2731661 0
[pid=31048/tid=31101] ppid=31045 vsize=11080032 memory=288230583166042425 CPUtime=2480.05 cores=0,2,4,6
/proc/31048/task/31101/stat : 31101 (java) R 31045 31048 27613 0 -1 4202560 102935 12968 0 0 247960 37 5 3 20 0 15 0 225873461 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687957370096 140687525085387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31102] ppid=31045 vsize=11080032 memory=16099269136353865 CPUtime=4.67 cores=0,2,4,6
/proc/31048/task/31102/stat : 31102 (java) S 31045 31048 27613 0 -1 1077944384 16395 12968 0 0 429 30 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687989779600 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31103] ppid=31045 vsize=11080032 memory=1572 CPUtime=4.67 cores=0,2,4,6
/proc/31048/task/31103/stat : 31103 (java) S 31045 31048 27613 0 -1 1077944384 19162 12968 0 0 429 30 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687844498448 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31104] ppid=31045 vsize=11080032 memory=2176 CPUtime=4.67 cores=0,2,4,6
/proc/31048/task/31104/stat : 31104 (java) S 31045 31048 27613 0 -1 1077944384 14676 12968 0 0 431 28 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687843445648 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31105] ppid=31045 vsize=11080032 memory=3984 CPUtime=4.66 cores=0,2,4,6
/proc/31048/task/31105/stat : 31105 (java) S 31045 31048 27613 0 -1 1077944384 19713 12968 0 0 430 28 5 3 20 0 15 0 225873462 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687842392848 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31106] ppid=31045 vsize=11080032 memory=1916 CPUtime=3.9 cores=0,2,4,6
/proc/31048/task/31106/stat : 31106 (java) S 31045 31048 27613 0 -1 1077944384 16444 12968 0 0 361 21 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687276181872 140687985547906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31107] ppid=31045 vsize=11080032 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31107/stat : 31107 (java) S 31045 31048 27613 0 -1 1077944384 23 12968 0 0 0 0 5 3 20 0 15 0 225873463 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686821155936 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31108] ppid=31045 vsize=11080032 memory=808 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31108/stat : 31108 (java) S 31045 31048 27613 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 15 0 225873464 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686619829120 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31109] ppid=31045 vsize=11080032 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31109/stat : 31109 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140686312429392 140687985555355 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31110] ppid=31045 vsize=11080032 memory=916 CPUtime=7.31 cores=0,2,4,6
/proc/31048/task/31110/stat : 31110 (java) S 31045 31048 27613 0 -1 1077944384 70465 12968 0 0 716 7 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687275129712 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31111] ppid=31045 vsize=11080032 memory=3848 CPUtime=7.11 cores=0,2,4,6
/proc/31048/task/31111/stat : 31111 (java) S 31045 31048 27613 0 -1 1077944384 62508 12968 0 0 697 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687274076912 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31112] ppid=31045 vsize=11080032 memory=2776 CPUtime=2.33 cores=0,2,4,6
/proc/31048/task/31112/stat : 31112 (java) S 31045 31048 27613 0 -1 1077944384 47241 12968 0 0 219 6 5 3 20 0 15 0 225873466 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687273024112 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31113] ppid=31045 vsize=11080032 memory=2652 CPUtime=0.08 cores=0,2,4,6
/proc/31048/task/31113/stat : 31113 (java) S 31045 31048 27613 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140685881633504 140687985546965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
[pid=31048/tid=31114] ppid=31045 vsize=11080032 memory=5804 CPUtime=1.27 cores=0,2,4,6
/proc/31048/task/31114/stat : 31114 (java) S 31045 31048 27613 0 -1 1077944384 1628 12968 0 0 61 58 5 3 20 0 15 0 225873467 11345952768 258790 33554432000 4194304 4196468 140730389485120 140687271971504 140687985547906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19111936 140730389490275 140730389493084 140730389493084 140730389495759 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1035160 KiB

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

[startup+2489.43 s]
# the end of solver process 31048 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.82 s, system=2.24497 s

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

Child status: 143
Real time (s): 2489.43
CPU time (s): 2520.06
CPU user time (s): 2517.82
CPU system time (s): 2.24497
CPU usage (%): 101.23
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1251616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.82
system time used= 2.24497
maximum resident set size= 1254692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138536
involuntary context switches= 4688


# summary of solver processes directly reported to runsolver:
#   pid: 31048
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.82
#   total CPU system time (s): 2.24497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7806 second user time and 19.0197 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 16:11:43
IDJOB=4304408
IDBENCH=141252
IDSOLVER=2781
FILE ID=node105/4304408-1534083103
RUNJOBID= node105-1534063459-27644
PBS_JOBID= 21036987
Free space on /tmp= 40948 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304408-1534083103/watcher-4304408-1534083103 -o /tmp/evaluation-result-4304408-1534083103/solver-4304408-1534083103 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27644 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1787490736 -superng HOME/instance-4304408-1534083103.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1787490736

node105.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.32
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.32
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.32
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.32
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:        25170544 kB
MemAvailable:   28529428 kB
Buffers:          137000 kB
Cached:          3478740 kB
SwapCached:           16 kB
Active:          5191980 kB
Inactive:        1851036 kB
Active(anon):    3379208 kB
Inactive(anon):   100480 kB
Active(file):    1812772 kB
Inactive(file):  1750556 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26548 kB
Writeback:             0 kB
AnonPages:       3041068 kB
Mapped:            63852 kB
Shmem:             49748 kB
Slab:             250640 kB
SReclaimable:     222780 kB
SUnreclaim:        27860 kB
KernelStack:        3856 kB
PageTables:        12460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4434864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2779136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40924 MiB
End job on node105 at 2018-08-12 16:53:12