Trace number 4293584

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 2018-06-13SAT (TO)20 2520.08 2454.95

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-01-opt_c18.xml
MD5SUM19ea5b9da6c92ab0a6dd9deb2e409c18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.16
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":18},{"size":22,"count":28},{"size":24,"count":16},{"size":36,"count":24},{"size":42,"count":34},{"size":44,"count":80}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":11},{"degree":6,"count":22},{"degree":7,"count":22},{"degree":8,"count":19},{"degree":9,"count":21},{"degree":10,"count":12},{"degree":11,"count":11},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":18,"count":8},{"degree":19,"count":13},{"degree":20,"count":16},{"degree":21,"count":18},{"degree":22,"count":14},{"degree":23,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints0
Number of intensional constraints1134
Distribution of constraint types[{"type":"intension","count":1134}]
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

1.00/0.76	c Concrete v3.8.1528841891564 running
38.54/25.59	o 24
44.81/31.02	o 22
48.93/34.97	o 20
2520.02/2454.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2454.91		at concrete.MAC.mac(MAC.scala:188)
2520.02/2454.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2454.91		at scala.util.Try$.apply(Try.scala:209)
2520.02/2454.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2454.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2454.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2454.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2454.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2454.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2454.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2454.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2454.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2454.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2454.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2454.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2454.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2454.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2454.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2454.91		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2454.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2454.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2454.91		at scala.util.Success.map(Try.scala:209)
2520.02/2454.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2454.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2454.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2454.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2454.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2454.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2454.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2454.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2454.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2454.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2454.91		at scala.App.main(App.scala:76)
2520.02/2454.91		at scala.App.main$(App.scala:74)
2520.02/2454.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2454.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2454.92	v <instantiation cost="20">
2520.02/2454.92	v       <list>
2520.02/2454.92	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.02/2454.92	v       </list>
2520.02/2454.92	v       <values>
2520.02/2454.92	v         268 30 254 16 254 16 142 380 380 142 540 778 352 114 268 30 352 114 254 16 554 792 240 478 554 792 296 58 142 380 30 268 58 296 352 114 296 58 16 254 142 380 58 296 296 58 114 352 470 708 16 254 296 58 296 58 16 254 540 778 58 296 16 254 142 380 30 268 58 296 58 296 380 142 114 352 156 394 16 254 16 254 268 30 114 352 254 16 156 394 352 114 792 554 540 778 142 380 296 58 554 792 16 254 778 540 142 380 16 254 352 114 114 352 268 30 16 254 58 296 142 380 142 380 16 254 708 470 268 30 380 142 58 296 142 380 58 296 296 58 268 30 142 380 114 352 30 268 394 156 268 30 114 352 394 156 708 470 708 470 792 554 380 142 792 554 470 708 254 16 554 792 254 16 254 16 30 268 352 114 470 708 114 352 352 114 30 268 380 142 394 156 380 142 58 296 114 352 296 58
2520.02/2454.92	v       </values>
2520.02/2454.92	v     </instantiation>
2520.02/2454.92	s SATISFIABLE

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293584-1532322503/watcher-4293584-1532322503 -o /tmp/evaluation-result-4293584-1532322503/solver-4293584-1532322503 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1409658862 HOME/instance-4293584-1532322503.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=13200, runsolver pid=13197

[startup+0.102729 s]*
/proc/loadavg: 1.84 1.62 1.54 2/206 13257
/proc/meminfo: memFree=16754588/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=9972712 memory=15176 CPUtime=0.09 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 4434 13243 0 0 1 0 5 3 20 0 6 0 49813503 10212057088 3794 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2493178 3794 1934 1 0 2481616 0
[pid=13200/tid=13253] ppid=13197 vsize=9972712 memory=4279135704013962892 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 2267 13243 0 0 1 0 5 3 20 0 6 0 49813513 10212057088 3794 33554432000 4194304 4196468 140735572969360 139789950079568 139789962323294 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 6 0 49813513 10212057088 3794 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=9972712 memory=139751524873856 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 6 0 49813513 10212057088 3794 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 6 0 49813513 10212057088 3794 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 6 0 49813513 10212057088 3794 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210325 s]*
/proc/loadavg: 1.84 1.62 1.54 3/215 13266
/proc/meminfo: memFree=16737728/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10818888 memory=38824 CPUtime=0.26 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 8579 13243 0 0 16 2 5 3 20 0 15 0 49813503 11078541312 9706 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2704722 9706 2968 1 0 2667157 0
[pid=13200/tid=13253] ppid=13197 vsize=10818856 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 5027 13243 0 0 10 1 5 3 20 0 15 0 49813513 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789950040464 139789978264733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10818856 memory=139751524873856 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 49813513 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10818856 memory=139751524873856 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 49813515 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 33 13243 0 0 0 0 5 3 20 0 15 0 49813515 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789436163104 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813516 11078508544 9706 33554432000 4194304 4196468 140735572969360 139788837446512 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11078508544 9706 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 551 13243 0 0 1 0 5 3 20 0 15 0 49813518 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 76 13243 0 0 1 0 5 3 20 0 15 0 49813518 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10818856 memory=139751524873856 CPUtime=0.11 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) R 13197 13200 7887 0 -1 4202560 684 13243 0 0 3 0 5 3 20 0 15 0 49813518 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789400500848 139789978264154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11078508544 9706 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10818856 memory=139751524873856 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813519 11078508544 9706 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818888 KiB
Current children cumulated memory: 38824 KiB

[startup+0.310236 s]*
/proc/loadavg: 1.84 1.62 1.54 3/215 13266
/proc/meminfo: memFree=16726316/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10819352 memory=47344 CPUtime=0.38 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 9963 13243 0 0 28 2 5 3 20 0 15 0 49813503 11079016448 11836 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2704838 11836 3099 1 0 2667149 0
[pid=13200/tid=13253] ppid=13197 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 6369 13243 0 0 19 2 5 3 20 0 15 0 49813513 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789950054816 139789959806336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10819352 memory=5866036802062667857 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 49813515 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 33 13243 0 0 0 0 5 3 20 0 15 0 49813515 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789436163104 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813516 11079016448 11836 33554432000 4194304 4196468 140735572969360 139788837446512 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11079016448 11836 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 557 13243 0 0 1 0 5 3 20 0 15 0 49813518 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 78 13243 0 0 1 0 5 3 20 0 15 0 49813518 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 718 13243 0 0 5 0 5 3 20 0 15 0 49813518 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11079016448 11836 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813519 11079016448 11836 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 47344 KiB

[startup+0.701309 s]
/proc/loadavg: 1.84 1.62 1.54 3/215 13266
/proc/meminfo: memFree=16713912/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10819352 memory=83356 CPUtime=1 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 17127 13243 0 0 88 4 5 3 20 0 15 0 49813503 11079016448 20839 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2704838 20839 3237 1 0 2667149 0
[pid=13200/tid=13253] ppid=13197 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 12456 13243 0 0 55 3 5 3 20 0 15 0 49813513 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789950043560 139789961429616 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 2 13243 0 0 0 0 5 3 20 0 15 0 49813513 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 5 13243 0 0 0 0 5 3 20 0 15 0 49813515 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 33 13243 0 0 0 0 5 3 20 0 15 0 49813515 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789436163104 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813516 11079016448 20839 33554432000 4194304 4196468 140735572969360 139788837446512 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11079016448 20839 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 1183 13243 0 0 10 0 5 3 20 0 15 0 49813518 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 330 13243 0 0 7 0 5 3 20 0 15 0 49813518 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 914 13243 0 0 13 0 5 3 20 0 15 0 49813518 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11079016448 20839 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813519 11079016448 20839 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83356 KiB

[startup+1.5008 s]
/proc/loadavg: 1.84 1.62 1.54 3/215 13266
/proc/meminfo: memFree=16670112/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10834252 memory=185172 CPUtime=2.65 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 25434 13243 0 0 248 9 5 3 20 0 15 0 49813503 11094274048 46293 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2708563 46293 3478 1 0 2670221 0
[pid=13200/tid=13253] ppid=13197 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 17556 13243 0 0 129 5 5 3 20 0 15 0 49813513 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789950060512 139789978264733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 23 13243 0 0 0 0 5 3 20 0 15 0 49813513 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 51 13243 0 0 1 0 5 3 20 0 15 0 49813513 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 27 13243 0 0 1 0 5 3 20 0 15 0 49813513 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 183 13243 0 0 1 0 5 3 20 0 15 0 49813513 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10834252 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 436 13243 0 0 1 0 5 3 20 0 15 0 49813515 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10834252 memory=279502781491456 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 34 13243 0 0 0 0 5 3 20 0 15 0 49813515 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789436163168 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813516 11094274048 46293 33554432000 4194304 4196468 140735572969360 139788837446528 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10834252 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11094274048 46293 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10834252 memory=1232 CPUtime=0.37 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 1759 13243 0 0 29 0 5 3 20 0 15 0 49813518 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10834252 memory=8372 CPUtime=0.48 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 1209 13243 0 0 40 0 5 3 20 0 15 0 49813518 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10834252 memory=1708 CPUtime=0.51 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 1955 13243 0 0 43 0 5 3 20 0 15 0 49813518 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10834252 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11094274048 46293 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10834252 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 1 13243 0 0 0 0 5 3 20 0 15 0 49813519 11094274048 46293 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834252 KiB

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

/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 155527 13243 0 0 235591 75 5 3 20 0 15 0 49813513 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789950076096 139789582537803 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10916192 memory=1642736 CPUtime=16.21 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 32016 13243 0 0 1564 49 5 3 20 0 15 0 49813513 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10916192 memory=1667892 CPUtime=16.2 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 41466 13243 0 0 1564 48 5 3 20 0 15 0 49813513 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10916192 memory=1660700 CPUtime=16.33 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 38290 13243 0 0 1579 46 5 3 20 0 15 0 49813513 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10916192 memory=1650436 CPUtime=16.17 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 38265 13243 0 0 1564 45 5 3 20 0 15 0 49813513 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10916192 memory=16320 CPUtime=7.1 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 29894 13243 0 0 647 55 5 3 20 0 15 0 49813515 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10916192 memory=1643256 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 43 13243 0 0 0 0 5 3 20 0 15 0 49813515 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789436163232 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10916192 memory=1642740 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 11 13243 0 0 0 0 5 3 20 0 15 0 49813516 11178180608 409530 33554432000 4194304 4196468 140735572969360 139788837446528 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10916192 memory=1644276 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11178180608 409530 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10916192 memory=1643764 CPUtime=6.32 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 94058 13243 0 0 615 9 5 3 20 0 15 0 49813518 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10916192 memory=1641200 CPUtime=6.84 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 90198 13243 0 0 668 8 5 3 20 0 15 0 49813518 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10916192 memory=1638632 CPUtime=2.98 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 57298 13243 0 0 282 8 5 3 20 0 15 0 49813518 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10916192 memory=1638120 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11178180608 409530 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10916192 memory=1639148 CPUtime=1.55 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 2510 13243 0 0 68 79 5 3 20 0 15 0 49813519 11178180608 409530 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 2445.81 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1638120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.42 1.43 3/215 13468
/proc/meminfo: memFree=16822004/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10916192 memory=1626828 CPUtime=2507.13 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 589738 13243 0 0 250318 387 5 3 20 0 15 0 49813503 11178180608 406707 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2729048 406707 3533 1 0 2690701 0
[pid=13200/tid=13253] ppid=13197 vsize=10916192 memory=1626828 CPUtime=2416.06 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 157304 13243 0 0 241522 76 5 3 20 0 15 0 49813513 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789950076128 139789587151870 0 4 0 16800975 0 0 0 -1 2 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10916192 memory=1628880 CPUtime=16.66 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 33094 13243 0 0 1608 50 5 3 20 0 15 0 49813513 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10916192 memory=1633500 CPUtime=16.64 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 41828 13243 0 0 1608 48 5 3 20 0 15 0 49813513 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10916192 memory=1633500 CPUtime=16.77 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 38570 13243 0 0 1623 46 5 3 20 0 15 0 49813513 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10916192 memory=1635548 CPUtime=16.61 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 38587 13243 0 0 1607 46 5 3 20 0 15 0 49813513 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10916192 memory=1635548 CPUtime=7.28 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 30235 13243 0 0 664 56 5 3 20 0 15 0 49813515 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10916192 memory=1634520 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 43 13243 0 0 0 0 5 3 20 0 15 0 49813515 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789436163232 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10916192 memory=1632468 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 11 13243 0 0 0 0 5 3 20 0 15 0 49813516 11178180608 406707 33554432000 4194304 4196468 140735572969360 139788837446528 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10916192 memory=1630416 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11178180608 406707 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10916192 memory=1633496 CPUtime=6.32 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 95501 13243 0 0 615 9 5 3 20 0 15 0 49813518 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10916192 memory=1635548 CPUtime=6.85 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 91664 13243 0 0 669 8 5 3 20 0 15 0 49813518 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10916192 memory=1584 CPUtime=2.99 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 58169 13243 0 0 283 8 5 3 20 0 15 0 49813518 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10916192 memory=1635548 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11178180608 406707 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10916192 memory=1627340 CPUtime=1.59 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 2533 13243 0 0 70 81 5 3 20 0 15 0 49813519 11178180608 406707 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 2507.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1626828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454.9 s]
/proc/loadavg: 1.25 1.41 1.42 3/215 13468
/proc/meminfo: memFree=16841072/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2520.02 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 590556 13243 0 0 251605 389 5 3 20 0 15 0 49813503 11178180608 407219 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2729048 407219 3533 1 0 2690701 0
[pid=13200/tid=13253] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2428.52 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 157618 13243 0 0 242768 76 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789950076224 139789587341070 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10916192 memory=1628876 CPUtime=16.75 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 33141 13243 0 0 1617 50 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10916192 memory=1635548 CPUtime=16.74 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 41865 13243 0 0 1617 49 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10916192 memory=1635548 CPUtime=16.87 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 38649 13243 0 0 1632 47 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10916192 memory=1633496 CPUtime=16.71 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 38898 13243 0 0 1616 47 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10916192 memory=1630416 CPUtime=7.31 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 30257 13243 0 0 667 56 5 3 20 0 15 0 49813515 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10916192 memory=1634520 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 43 13243 0 0 0 0 5 3 20 0 15 0 49813515 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789436163232 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10916192 memory=1635548 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 11 13243 0 0 0 0 5 3 20 0 15 0 49813516 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788837446528 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10916192 memory=1635548 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10916192 memory=1633500 CPUtime=6.32 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 95503 13243 0 0 615 9 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10916192 memory=1628876 CPUtime=6.85 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 91666 13243 0 0 669 8 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2.99 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 58171 13243 0 0 283 8 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10916192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10916192 memory=16320 CPUtime=1.6 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 2535 13243 0 0 71 81 5 3 20 0 15 0 49813519 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1628876 KiB

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

[startup+2454.95 s]
# the end of solver process 13200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.9435 s

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

[startup+2454.9 s]
/proc/loadavg: 1.25 1.41 1.42 3/215 13468
/proc/meminfo: memFree=16841072/32770624 swapFree=67108860/67108860
[pid=13200] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2520.02 cores=0,2,4,6
/proc/13200/stat : 13200 (java) S 13197 13200 7887 0 -1 1077944320 590556 13243 0 0 251605 389 5 3 20 0 15 0 49813503 11178180608 407219 33554432000 4194304 4196468 140735572969360 140735572951904 139789978242807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
/proc/13200/statm: 2729048 407219 3533 1 0 2690701 0
[pid=13200/tid=13253] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2428.52 cores=0,2,4,6
/proc/13200/task/13253/stat : 13253 (java) R 13197 13200 7887 0 -1 4202560 157618 13243 0 0 242768 76 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789950076224 139789587341070 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13254] ppid=13197 vsize=10916192 memory=1628876 CPUtime=16.75 cores=0,2,4,6
/proc/13200/task/13254/stat : 13254 (java) S 13197 13200 7887 0 -1 1077944384 33141 13243 0 0 1617 50 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789982485648 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13255] ppid=13197 vsize=10916192 memory=1635548 CPUtime=16.74 cores=0,2,4,6
/proc/13200/task/13255/stat : 13255 (java) S 13197 13200 7887 0 -1 1077944384 41865 13243 0 0 1617 49 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789912243216 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13256] ppid=13197 vsize=10916192 memory=1635548 CPUtime=16.87 cores=0,2,4,6
/proc/13200/task/13256/stat : 13256 (java) S 13197 13200 7887 0 -1 1077944384 38649 13243 0 0 1632 47 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789550939024 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13257] ppid=13197 vsize=10916192 memory=1633496 CPUtime=16.71 cores=0,2,4,6
/proc/13200/task/13257/stat : 13257 (java) S 13197 13200 7887 0 -1 1077944384 38898 13243 0 0 1616 47 5 3 20 0 15 0 49813513 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789549886224 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13258] ppid=13197 vsize=10916192 memory=1630416 CPUtime=7.31 cores=0,2,4,6
/proc/13200/task/13258/stat : 13258 (java) S 13197 13200 7887 0 -1 1077944384 30257 13243 0 0 667 56 5 3 20 0 15 0 49813515 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789437217136 139789978253954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13259] ppid=13197 vsize=10916192 memory=1634520 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13259/stat : 13259 (java) S 13197 13200 7887 0 -1 1077944384 43 13243 0 0 0 0 5 3 20 0 15 0 49813515 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789436163232 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13260] ppid=13197 vsize=10916192 memory=1635548 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13260/stat : 13260 (java) S 13197 13200 7887 0 -1 1077944384 11 13243 0 0 0 0 5 3 20 0 15 0 49813516 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788837446528 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13261] ppid=13197 vsize=10916192 memory=1635548 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13261/stat : 13261 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788530046800 139789978261403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13262] ppid=13197 vsize=10916192 memory=1633500 CPUtime=6.32 cores=0,2,4,6
/proc/13200/task/13262/stat : 13262 (java) S 13197 13200 7887 0 -1 1077944384 95503 13243 0 0 615 9 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789402606448 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13263] ppid=13197 vsize=10916192 memory=1628876 CPUtime=6.85 cores=0,2,4,6
/proc/13200/task/13263/stat : 13263 (java) S 13197 13200 7887 0 -1 1077944384 91666 13243 0 0 669 8 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789401553648 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13264] ppid=13197 vsize=10916192 memory=1628876 CPUtime=2.99 cores=0,2,4,6
/proc/13200/task/13264/stat : 13264 (java) S 13197 13200 7887 0 -1 1077944384 58171 13243 0 0 283 8 5 3 20 0 15 0 49813518 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789400500848 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13265] ppid=13197 vsize=10916192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/13200/task/13265/stat : 13265 (java) S 13197 13200 7887 0 -1 1077944384 3 13243 0 0 0 0 5 3 20 0 15 0 49813519 11178180608 407219 33554432000 4194304 4196468 140735572969360 139788496489184 139789978253013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
[pid=13200/tid=13266] ppid=13197 vsize=10916192 memory=16320 CPUtime=1.6 cores=0,2,4,6
/proc/13200/task/13266/stat : 13266 (java) S 13197 13200 7887 0 -1 1077944384 2535 13243 0 0 71 81 5 3 20 0 15 0 49813519 11178180608 407219 33554432000 4194304 4196468 140735572969360 139789399448240 139789978253954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 37285888 140735572974190 140735572976988 140735572976988 140735572979663 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1628876 KiB

Child status: 143
Real time (s): 2454.95
CPU time (s): 2520.08
CPU user time (s): 2516.14
CPU system time (s): 3.9435
CPU usage (%): 102.653
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 2884700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.9435
maximum resident set size= 2886748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201080
involuntary context switches= 7808


# summary of solver processes directly reported to runsolver:
#   pid: 13200
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.9435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7643 second user time and 22.9426 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-23 07:08:23
IDJOB=4293584
IDBENCH=141197
IDSOLVER=2750
FILE ID=node107/4293584-1532322503
RUNJOBID= node107-1532295923-7918
PBS_JOBID= 21018984
Free space on /tmp= 55100 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-01-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293584-1532322503/watcher-4293584-1532322503 -o /tmp/evaluation-result-4293584-1532322503/solver-4293584-1532322503 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1409658862 HOME/instance-4293584-1532322503.xml

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

MD5SUM BENCH= 19ea5b9da6c92ab0a6dd9deb2e409c18
RANDOM SEED=1409658862

node107.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.40
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.40
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.40
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.40
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:        16762220 kB
MemAvailable:   28654352 kB
Buffers:          261888 kB
Cached:         11777180 kB
SwapCached:            0 kB
Active:          4943252 kB
Inactive:       10430468 kB
Active(anon):    3337748 kB
Inactive(anon):    16860 kB
Active(file):    1605504 kB
Inactive(file): 10413608 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26384 kB
Writeback:             0 kB
AnonPages:       3458288 kB
Mapped:            49924 kB
Shmem:             17036 kB
Slab:             328760 kB
SReclaimable:     301480 kB
SUnreclaim:        27280 kB
KernelStack:        3792 kB
PageTables:        11572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4182352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3213312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 07:49:18