Trace number 4293601

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.8-SuperNG 2018-06-13SAT (TO)14 2520.1 2452.56

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-02-opt_c18.xml
MD5SUM716d835829f3ca87bb2599e5056828f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2519.65
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1235
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":94},{"size":44,"count":104}]
Minimum variable degree2
Maximum variable degree45
Distribution of variable degrees[{"degree":2,"count":4},{"degree":3,"count":2},{"degree":4,"count":8},{"degree":5,"count":6},{"degree":6,"count":15},{"degree":7,"count":10},{"degree":8,"count":19},{"degree":9,"count":9},{"degree":10,"count":25},{"degree":11,"count":16},{"degree":12,"count":2},{"degree":13,"count":4},{"degree":14,"count":9},{"degree":15,"count":4},{"degree":16,"count":15},{"degree":17,"count":4},{"degree":18,"count":8},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":26,"count":3},{"degree":27,"count":6},{"degree":28,"count":1},{"degree":29,"count":5},{"degree":31,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":39,"count":1},{"degree":45,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1235}]
Number of extensional constraints0
Number of intensional constraints1235
Distribution of constraint types[{"type":"intension","count":1235}]
Optimization problemYES
Type of objectivemin NVALUES

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
57.88/43.80	o 24
58.36/43.92	o 22
65.77/49.28	o 20
69.27/52.41	o 18
73.17/55.48	o 16
91.46/73.17	o 14
2520.01/2452.52	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2452.52		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2452.52		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2452.52		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2452.52		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.01/2452.52		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.01/2452.52		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2452.52		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2452.52		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2452.52		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2452.52		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2452.52		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.01/2452.52		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2452.52		at scala.Option.map(Option.scala:146)
2520.01/2452.52		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2452.52		at concrete.MAC.mac(MAC.scala:203)
2520.01/2452.52		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2452.52		at scala.util.Try$.apply(Try.scala:209)
2520.01/2452.52		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2452.52		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2452.52		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2452.52		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2452.52		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2452.52		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2452.52		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2452.52		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2452.52		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2452.52		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2452.52		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2452.52		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2452.52		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2452.52		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2452.52		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2452.52		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2452.52		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2452.52		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2452.52		at scala.util.Success.map(Try.scala:209)
2520.01/2452.52		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2452.52		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2452.52		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2452.52		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2452.52		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2452.52		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2452.52		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2452.52		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2452.52		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2452.52		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2452.52		at scala.App.main(App.scala:76)
2520.01/2452.52		at scala.App.main$(App.scala:74)
2520.01/2452.52		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2452.52		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2452.54	v <instantiation cost="14">
2520.01/2452.54	v       <list>
2520.01/2452.54	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] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199]
2520.01/2452.54	v       </list>
2520.01/2452.54	v       <values>
2520.01/2452.54	v         722 484 44 282 44 282 254 16 100 338 792 554 254 16 100 338 254 16 484 722 484 722 254 16 282 44 296 58 324 86 554 792 16 254 86 324 722 484 282 44 282 44 254 16 254 16 282 44 254 16 254 16 324 86 254 16 338 100 254 16 722 484 58 296 86 324 792 554 16 254 100 338 100 338 722 484 324 86 282 44 296 58 324 86 44 282 282 44 100 338 86 324 282 44 100 338 296 58 16 254 792 554 86 324 100 338 254 16 254 16 58 296 58 296 44 282 100 338 100 338 86 324 58 296 44 282 484 722 44 282 44 282 58 296 722 484 282 44 338 100 282 44 44 282 100 338 16 254 44 282 86 324 16 254 792 554 100 338 282 44 254 16 554 792 324 86 484 722 44 282 282 44 296 58 296 58 86 324 16 254 484 722 44 282 338 100 44 282 296 58 44 282 722 484 282 44 324 86 324 86
2520.01/2452.54	v       </values>
2520.01/2452.54	v     </instantiation>
2520.01/2452.54	s SATISFIABLE

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293601-1532318592/watcher-4293601-1532318592 -o /tmp/evaluation-result-4293601-1532318592/solver-4293601-1532318592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1130007770 -superng HOME/instance-4293601-1532318592.xml 

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

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


[startup+0.100147 s]*
/proc/loadavg: 1.62 1.68 1.63 3/208 14109
/proc/meminfo: memFree=13330216/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=9972712 memory=17340 CPUtime=0.08 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 4461 12938 0 0 1 0 4 3 20 0 6 0 49422055 10212057088 4335 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2493178 4335 1956 1 0 2481616 0
[pid=14052/tid=14105] ppid=14049 vsize=9988792 memory=4279135703913103502 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 2319 12938 0 0 1 0 4 3 20 0 6 0 49422063 10228523008 4335 33554432000 4194304 4196468 140722771632592 140496769245776 140496782921725 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=9988792 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 6 0 49422064 10228523008 4335 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=9988792 memory=140064246204032 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 6 0 49422064 10228523008 4335 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 6 0 49422064 10228523008 4335 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=9989820 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 6 0 49422064 10229575680 4401 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=9989820 memory=140064246204032 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) R 14049 14052 9800 0 -1 4202560 0 12938 0 0 0 0 4 3 20 0 7 0 49422066 10229575680 4401 33554432000 4194304 4196468 140722771632592 140496769245776 140496790148865 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210799 s]*
/proc/loadavg: 1.62 1.68 1.63 3/217 14118
/proc/meminfo: memFree=13309016/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10821524 memory=45408 CPUtime=0.25 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 8551 12938 0 0 16 2 4 3 20 0 15 0 49422055 11081240576 11352 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2705381 11352 2970 1 0 2667804 0
[pid=14052/tid=14105] ppid=14049 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) D 14049 14052 9800 0 -1 1077944384 5411 12938 0 0 10 1 4 3 20 0 15 0 49422063 11078557696 10941 33554432000 4194304 4196468 140722771632592 140496769233824 140496790088237 0 4 0 16800975 18446744072101572132 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10818904 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11078557696 10941 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10818904 memory=140064246218040 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11078557696 10941 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11078590464 10941 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11078590464 10941 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10818936 memory=140064246204032 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422066 11078590464 10941 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 13 12938 0 0 0 0 4 3 20 0 15 0 49422066 11078590464 10941 33554432000 4194304 4196468 140722771632592 140495695111712 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422066 11078590464 11006 33554432000 4194304 4196468 140722771632592 140495560893808 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11078590464 11006 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 477 12938 0 0 1 0 4 3 20 0 15 0 49422069 11078590464 11006 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 88 12938 0 0 1 0 4 3 20 0 15 0 49422069 11078590464 11072 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10818936 memory=140064246204032 CPUtime=0.1 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 564 12938 0 0 3 0 4 3 20 0 15 0 49422069 11078590464 11072 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11078590464 11072 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10818936 memory=140064246204032 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422069 11078590464 11072 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 45408 KiB

[startup+0.310256 s]*
/proc/loadavg: 1.62 1.68 1.63 3/217 14118
/proc/meminfo: memFree=13298472/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10819352 memory=54224 CPUtime=0.38 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 10600 12938 0 0 28 3 4 3 20 0 15 0 49422055 11079016448 13556 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2704838 13556 3089 1 0 2667149 0
[pid=14052/tid=14105] ppid=14049 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 7255 12938 0 0 19 2 4 3 20 0 15 0 49422063 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496769221024 140496383095879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 13 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 13556 33554432000 4194304 4196468 140722771632592 140495695111712 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 13556 33554432000 4194304 4196468 140722771632592 140495560893808 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) R 14049 14052 9800 0 -1 4202560 478 12938 0 0 1 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496255727984 140496778585163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 88 12938 0 0 1 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10819352 memory=140064246204032 CPUtime=0.12 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) R 14049 14052 9800 0 -1 4202560 569 12938 0 0 5 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496253622384 140496776544768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10819352 memory=140064246204032 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 13556 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54224 KiB

[startup+0.700694 s]
/proc/loadavg: 1.62 1.68 1.63 3/217 14118
/proc/meminfo: memFree=13288300/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10819352 memory=86636 CPUtime=0.98 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 16742 12938 0 0 86 5 4 3 20 0 15 0 49422055 11079016448 21659 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2704838 21659 3246 1 0 2667149 0
[pid=14052/tid=14105] ppid=14049 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 12329 12938 0 0 55 3 4 3 20 0 15 0 49422063 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496769229840 140496778972590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 2 12938 0 0 0 0 4 3 20 0 15 0 49422064 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10819352 memory=140067473457738 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 5 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10819352 memory=140067473457740 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 13 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 21659 33554432000 4194304 4196468 140722771632592 140495695111712 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10819352 memory=140067473457742 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422066 11079016448 21659 33554432000 4194304 4196468 140722771632592 140495560893808 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10819352 memory=140067473457745 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10819352 memory=140067473457748 CPUtime=0.14 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 870 12938 0 0 7 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10819352 memory=140067473457764 CPUtime=0.16 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 682 12938 0 0 9 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10819352 memory=142580029325974 CPUtime=0.2 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 641 12938 0 0 13 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10819352 memory=4008 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10819352 memory=18460 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422069 11079016448 21659 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86636 KiB

[startup+1.50072 s]
/proc/loadavg: 1.62 1.68 1.63 5/217 14118
/proc/meminfo: memFree=13242588/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10834252 memory=183712 CPUtime=2.59 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 24253 12938 0 0 242 10 4 3 20 0 15 0 49422055 11094274048 45928 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2708563 45928 3474 1 0 2670221 0
[pid=14052/tid=14105] ppid=14049 vsize=10834252 memory=12848 CPUtime=1.42 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 17320 12938 0 0 129 6 4 3 20 0 15 0 49422063 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496769224240 140496797430941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10834252 memory=25343 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 60 12938 0 0 1 0 4 3 20 0 15 0 49422064 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 27 12938 0 0 1 0 4 3 20 0 15 0 49422064 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10834252 memory=321013415751725352 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 175 12938 0 0 1 0 4 3 20 0 15 0 49422064 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10834252 memory=288289978369465494 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 32 12938 0 0 1 0 4 3 20 0 15 0 49422064 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10834252 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 64 12938 0 0 1 0 4 3 20 0 15 0 49422066 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 14 12938 0 0 0 0 4 3 20 0 15 0 49422066 11094274048 45928 33554432000 4194304 4196468 140722771632592 140495695111776 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10834252 memory=4945125699554088323 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422066 11094274048 45928 33554432000 4194304 4196468 140722771632592 140495560893824 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10834252 memory=7222483652687470737 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10834252 memory=-2893623298589923098 CPUtime=0.43 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 1749 12938 0 0 35 1 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 1004 12938 0 0 26 0 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10834252 memory=8546823402028195750 CPUtime=0.49 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 1612 12938 0 0 42 0 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1 12938 0 0 0 0 4 3 20 0 15 0 49422069 11094274048 45928 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0

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

/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 164299 12938 0 0 235580 75 4 3 20 0 15 0 49422063 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496769242800 140496405007863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10916192 memory=1937392 CPUtime=15.97 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 38476 12938 0 0 1543 47 4 3 20 0 15 0 49422064 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10916192 memory=0 CPUtime=15.97 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 46278 12938 0 0 1541 49 4 3 20 0 15 0 49422064 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10916192 memory=1933800 CPUtime=15.96 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 41959 12938 0 0 1541 48 4 3 20 0 15 0 49422064 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10916192 memory=1933288 CPUtime=15.91 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 38172 12938 0 0 1538 46 4 3 20 0 15 0 49422064 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10916192 memory=1932776 CPUtime=7.18 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 29495 12938 0 0 658 53 4 3 20 0 15 0 49422066 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10916192 memory=1932776 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 18 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 483194 33554432000 4194304 4196468 140722771632592 140495695111840 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10916192 memory=1936368 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 11 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 483194 33554432000 4194304 4196468 140722771632592 140495560893824 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10916192 memory=14004 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10916192 memory=1946632 CPUtime=8.79 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 114313 12938 0 0 862 10 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10916192 memory=302 CPUtime=7.89 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 88409 12938 0 0 774 8 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10916192 memory=1934828 CPUtime=3.09 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 73282 12938 0 0 292 10 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10916192 memory=16360 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10916192 memory=1296 CPUtime=1.39 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1960 12938 0 0 65 67 4 3 20 0 15 0 49422069 11178180608 483194 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 2448.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1932776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.55 1.58 3/216 14317
/proc/meminfo: memFree=7739316/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10916192 memory=1899932 CPUtime=2509.59 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 647704 12938 0 0 250566 386 4 3 20 0 15 0 49422055 11178180608 474983 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2729048 474983 3537 1 0 2690701 0
[pid=14052/tid=14105] ppid=14049 vsize=10916192 memory=1901472 CPUtime=2415.92 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 166361 12938 0 0 241510 75 4 3 20 0 15 0 49422063 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496769242848 140496388752440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10916192 memory=1907112 CPUtime=16.42 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 38907 12938 0 0 1587 48 4 3 20 0 15 0 49422064 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10916192 memory=1933800 CPUtime=16.42 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 48668 12938 0 0 1585 50 4 3 20 0 15 0 49422064 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10916192 memory=1923536 CPUtime=16.41 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 42747 12938 0 0 1586 48 4 3 20 0 15 0 49422064 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10916192 memory=1910196 CPUtime=16.37 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 38564 12938 0 0 1583 47 4 3 20 0 15 0 49422064 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10916192 memory=1904036 CPUtime=7.36 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 29906 12938 0 0 674 55 4 3 20 0 15 0 49422066 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10916192 memory=1901984 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 18 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 474983 33554432000 4194304 4196468 140722771632592 140495695111840 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10916192 memory=1900956 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 11 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 474983 33554432000 4194304 4196468 140722771632592 140495560893824 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10916192 memory=1899932 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10916192 memory=1899932 CPUtime=8.79 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 114316 12938 0 0 862 10 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10916192 memory=1904548 CPUtime=7.9 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 90223 12938 0 0 774 9 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10916192 memory=4140 CPUtime=3.09 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 73807 12938 0 0 292 10 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10916192 memory=1902496 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10916192 memory=1903524 CPUtime=1.43 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 1982 12938 0 0 67 69 4 3 20 0 15 0 49422069 11178180608 474983 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 2509.59 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1899932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.5 s]
/proc/loadavg: 1.45 1.55 1.58 3/216 14317
/proc/meminfo: memFree=7761904/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10916192 memory=1893260 CPUtime=2520.01 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 650173 12938 0 0 251607 387 4 3 20 0 15 0 49422055 11178180608 473315 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2729048 473315 3537 1 0 2690701 0
[pid=14052/tid=14105] ppid=14049 vsize=10916192 memory=1893776 CPUtime=2426 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 167202 12938 0 0 242518 75 4 3 20 0 15 0 49422063 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496769243632 140496387978713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10916192 memory=1898392 CPUtime=16.51 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 39228 12938 0 0 1595 49 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10916192 memory=1901984 CPUtime=16.5 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 49358 12938 0 0 1593 50 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10916192 memory=1923536 CPUtime=16.49 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 42917 12938 0 0 1593 49 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10916192 memory=1933800 CPUtime=16.44 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 38696 12938 0 0 1590 47 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10916192 memory=1907112 CPUtime=7.38 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 30197 12938 0 0 676 55 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10916192 memory=1898904 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 18 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495695111840 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 11 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495560893824 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10916192 memory=1896852 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10916192 memory=1893772 CPUtime=8.79 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 114318 12938 0 0 862 10 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10916192 memory=1895828 CPUtime=7.9 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 90225 12938 0 0 774 9 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10916192 memory=6791534058613427641 CPUtime=3.09 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 73809 12938 0 0 292 10 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10916192 memory=1893260 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10916192 memory=1893260 CPUtime=1.43 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 2000 12938 0 0 67 69 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1893260 KiB

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

[startup+2452.56 s]
# the end of solver process 14052 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.93978 s

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

[startup+2452.5 s]
/proc/loadavg: 1.45 1.55 1.58 3/216 14317
/proc/meminfo: memFree=7761904/32770624 swapFree=67108860/67108860
[pid=14052] ppid=14049 vsize=10916192 memory=1893260 CPUtime=2520.01 cores=0,2,4,6
/proc/14052/stat : 14052 (java) S 14049 14052 9800 0 -1 1077944320 650173 12938 0 0 251607 387 4 3 20 0 15 0 49422055 11178180608 473315 33554432000 4194304 4196468 140722771632592 140722771615136 140496797409015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
/proc/14052/statm: 2729048 473315 3537 1 0 2690701 0
[pid=14052/tid=14105] ppid=14049 vsize=10916192 memory=1893776 CPUtime=2426 cores=0,2,4,6
/proc/14052/task/14105/stat : 14105 (java) R 14049 14052 9800 0 -1 4202560 167202 12938 0 0 242518 75 4 3 20 0 15 0 49422063 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496769243632 140496387978713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14106] ppid=14049 vsize=10916192 memory=1898392 CPUtime=16.51 cores=0,2,4,6
/proc/14052/task/14106/stat : 14106 (java) S 14049 14052 9800 0 -1 1077944384 39228 12938 0 0 1595 49 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496801651344 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14107] ppid=14049 vsize=10916192 memory=1901984 CPUtime=16.5 cores=0,2,4,6
/proc/14052/task/14107/stat : 14107 (java) S 14049 14052 9800 0 -1 1077944384 49358 12938 0 0 1593 50 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496705853968 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14108] ppid=14049 vsize=10916192 memory=1923536 CPUtime=16.49 cores=0,2,4,6
/proc/14052/task/14108/stat : 14108 (java) S 14049 14052 9800 0 -1 1077944384 42917 12938 0 0 1593 49 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496704801168 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14109] ppid=14049 vsize=10916192 memory=1933800 CPUtime=16.44 cores=0,2,4,6
/proc/14052/task/14109/stat : 14109 (java) S 14049 14052 9800 0 -1 1077944384 38696 12938 0 0 1590 47 4 3 20 0 15 0 49422064 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496703748368 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14110] ppid=14049 vsize=10916192 memory=1907112 CPUtime=7.38 cores=0,2,4,6
/proc/14052/task/14110/stat : 14110 (java) S 14049 14052 9800 0 -1 1077944384 30197 12938 0 0 676 55 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496256781168 140496797420162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14111] ppid=14049 vsize=10916192 memory=1898904 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14111/stat : 14111 (java) S 14049 14052 9800 0 -1 1077944384 18 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495695111840 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14112] ppid=14049 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14112/stat : 14112 (java) S 14049 14052 9800 0 -1 1077944384 11 12938 0 0 0 0 4 3 20 0 15 0 49422066 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495560893824 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14113] ppid=14049 vsize=10916192 memory=1896852 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14113/stat : 14113 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495320602960 140496797427611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14114] ppid=14049 vsize=10916192 memory=1893772 CPUtime=8.79 cores=0,2,4,6
/proc/14052/task/14114/stat : 14114 (java) S 14049 14052 9800 0 -1 1077944384 114318 12938 0 0 862 10 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496255727984 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14115] ppid=14049 vsize=10916192 memory=1895828 CPUtime=7.9 cores=0,2,4,6
/proc/14052/task/14115/stat : 14115 (java) S 14049 14052 9800 0 -1 1077944384 90225 12938 0 0 774 9 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496254675184 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14116] ppid=14049 vsize=10916192 memory=6791534058613427641 CPUtime=3.09 cores=0,2,4,6
/proc/14052/task/14116/stat : 14116 (java) S 14049 14052 9800 0 -1 1077944384 73809 12938 0 0 292 10 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496253622384 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14117] ppid=14049 vsize=10916192 memory=1893260 CPUtime=0.07 cores=0,2,4,6
/proc/14052/task/14117/stat : 14117 (java) S 14049 14052 9800 0 -1 1077944384 3 12938 0 0 0 0 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140495287044320 140496797419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
[pid=14052/tid=14118] ppid=14049 vsize=10916192 memory=1893260 CPUtime=1.43 cores=0,2,4,6
/proc/14052/task/14118/stat : 14118 (java) S 14049 14052 9800 0 -1 1077944384 2000 12938 0 0 67 69 4 3 20 0 15 0 49422069 11178180608 473315 33554432000 4194304 4196468 140722771632592 140496252570800 140496797420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34140160 140722771638443 140722771641692 140722771641692 140722771644367 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1893260 KiB

Child status: 143
Real time (s): 2452.56
CPU time (s): 2520.1
CPU user time (s): 2516.16
CPU system time (s): 3.93978
CPU usage (%): 102.754
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 2905904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.93978
maximum resident set size= 2905904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 667729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 202930
involuntary context switches= 8539


# summary of solver processes directly reported to runsolver:
#   pid: 14052
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.93978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9433 second user time and 22.1299 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 06:03:12
IDJOB=4293601
IDBENCH=141201
IDSOLVER=2751
FILE ID=node106/4293601-1532318592
RUNJOBID= node106-1532295772-9831
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-02-opt_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293601-1532318592/watcher-4293601-1532318592 -o /tmp/evaluation-result-4293601-1532318592/solver-4293601-1532318592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1130007770 -superng HOME/instance-4293601-1532318592.xml

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

MD5SUM BENCH= 716d835829f3ca87bb2599e5056828f4
RANDOM SEED=1130007770

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        13339180 kB
MemAvailable:   27195932 kB
Buffers:          260244 kB
Cached:         13684216 kB
SwapCached:            0 kB
Active:          6122004 kB
Inactive:       12611340 kB
Active(anon):    4792008 kB
Inactive(anon):    17092 kB
Active(file):    1329996 kB
Inactive(file): 12594248 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26664 kB
Writeback:             0 kB
AnonPages:       4808608 kB
Mapped:            49868 kB
Shmem:             17036 kB
Slab:             388348 kB
SReclaimable:     360968 kB
SUnreclaim:        27380 kB
KernelStack:        3824 kB
PageTables:        14904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5540712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4558848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 06:44:05