Trace number 4304368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)3026 2520.06 2491.94

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-1_c18.xml
MD5SUM23e20eff05b11a5b5f7472de7de36ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark863
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3218
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree14
Maximum variable degree39
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":5},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":11},{"degree":22,"count":14},{"degree":23,"count":16},{"degree":24,"count":14},{"degree":25,"count":25},{"degree":26,"count":17},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":25},{"degree":30,"count":21},{"degree":31,"count":11},{"degree":32,"count":9},{"degree":33,"count":9},{"degree":34,"count":4},{"degree":35,"count":6},{"degree":36,"count":9},{"degree":37,"count":3},{"degree":38,"count":2},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3218}]
Number of extensional constraints0
Number of intensional constraints3218
Distribution of constraint types[{"type":"intension","count":3218}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
14.23/5.79	o 3976
14.89/5.90	o 3975
14.89/5.91	o 3736
14.89/5.92	o 3490
14.89/5.93	o 3489
14.89/5.94	o 3252
17.42/6.81	o 3251
17.42/6.82	o 3250
17.42/6.82	o 3249
17.42/6.83	o 3046
17.42/6.84	o 3045
17.42/6.84	o 3043
17.42/6.85	o 3042
17.42/6.86	o 3041
17.42/6.86	o 3039
17.42/6.87	o 3034
17.42/6.87	o 3033
17.42/6.88	o 3026
2520.00/2491.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2491.90		at concrete.MAC.mac(MAC.scala:188)
2520.00/2491.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2491.90		at scala.util.Try$.apply(Try.scala:209)
2520.00/2491.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2491.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2491.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2491.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2491.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2491.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2491.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2491.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2491.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2491.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2491.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2491.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2491.90		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2491.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2491.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2491.90		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2491.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2491.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2491.90		at scala.util.Success.map(Try.scala:209)
2520.00/2491.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2491.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2491.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2491.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2491.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2491.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2491.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2491.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2491.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2491.90		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2491.90		at scala.App.main(App.scala:76)
2520.00/2491.90		at scala.App.main$(App.scala:74)
2520.00/2491.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2491.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2491.91	v <instantiation cost="3026">
2520.00/2491.91	v       <list>
2520.00/2491.91	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] c[125] c[126] c[127] c[128] c[129] c[130] c[131] c[132] c[133] c[134] c[135] c[136] c[137] c[138] c[139] c[140] c[141] c[142] c[143] c[144] c[145] c[146] c[147] c[148] c[149] c[150] c[151] c[152] c[153] c[154] c[155] c[156] c[157] c[158] c[159] c[160] c[161] c[162] c[163] c[164] c[165] c[166] c[167] c[168] c[169] c[170] c[171] c[172] c[173] c[174] c[175] c[176] c[177] c[178] c[179] c[180] c[181] c[182] c[183] c[184] c[185] c[186] c[187] c[188] c[189] c[190] c[191] c[192] c[193] c[194] c[195] c[196] c[197] c[198] c[199] c[200] c[201] c[202] c[203] c[204] c[205] c[206] c[207] c[208] c[209] c[210] c[211] c[212] c[213] c[214] c[215] c[216] c[217] c[218] c[219] c[220] c[221] c[222] c[223] c[224] c[225] c[226] c[227] c[228] c[229] c[230] c[231] c[232] c[233] c[234] c[235] c[236] c[237] c[238] c[239] c[240] c[241] c[242] c[243] c[244] c[245] c[246] c[247] c[248] c[249]
2520.00/2491.91	v       </list>
2520.00/2491.91	v       <values>
2520.00/2491.91	v         1 9 2 10 4 9 5 5 7 8 2 4 1 8 7 3 5 3 0 1 8 9 5 1 8 8 5 4 0 0 248 0 3 7 3 9 3 10 0 7 7 7 9 1 4 9 1 0 8 6 5 1 3 9 10 2 3 6 249 5 1 2 5 8 0 8 2 8 1 4 4 6 2 6 10 6 8 4 7 8 7 9 0 6 6 4 1 4 3 2 10 0 6 5 1 4 6 1 2 5 4 0 7 249 2 0 4 6 3 248 4 6 0 0 249 9 0 3 4 7 8 5 3 5 8 2 4 4 5 5 8 248 2 2 2 5 5 1 2 8 2 1 2 8 8 1 6 9 7 6 0 1 3 2 5 0 0 6 3 1 1 5 2 6 3 2 8 6 0 1 4 0 5 7 1 8 9 1 7 9 2 2 4 0 0 249 5 1 7 9 6 2 5 7 0 8 3 3 5 2 249 0 3 10 1 3 7 4 7 4 2 0 7 1 9 6 3 2 0 8 3 0 9 6 4 6 8 3 6 7 6 1 9 1 5 3 5 1 6 1 2 2 7 4 4 4 7 6 0 2
2520.00/2491.91	v       </values>
2520.00/2491.91	v     </instantiation>
2520.00/2491.91	s SATISFIABLE

Verifier Data

OK	3026

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304368-1534064542/watcher-4304368-1534064542 -o /tmp/evaluation-result-4304368-1534064542/solver-4304368-1534064542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21372 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1813044350 -superng HOME/instance-4304368-1534064542.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100058 s]*
/proc/loadavg: 1.65 1.49 1.42 3/207 22005
/proc/meminfo: memFree=9120192/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=10005480 memory=18856 CPUtime=0.09 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 4356 13016 0 0 1 1 4 3 20 0 6 0 224017408 10245611520 4714 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2501370 4714 1934 1 0 2489808 0
[pid=21948/tid=22001] ppid=21945 vsize=10005480 memory=4279135704013833615 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 2157 13016 0 0 0 0 4 3 20 0 6 0 224017417 10245611520 4714 33554432000 4194304 4196468 140726389204016 140587263521360 140587291706525 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 6 0 224017418 10245611520 4714 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=10005480 memory=140651005519488 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 6 0 224017418 10245611520 4714 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 6 0 224017418 10245611520 4714 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 6 0 224017418 10245611520 4714 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209856 s]*
/proc/loadavg: 1.65 1.49 1.42 3/216 22014
/proc/meminfo: memFree=9096348/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=10985364 memory=46716 CPUtime=0.25 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 8413 13016 0 0 17 1 4 3 20 0 15 0 224017408 11249012736 11679 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2746341 11679 2951 1 0 2708764 0
[pid=21948/tid=22001] ppid=21945 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 5100 13016 0 0 10 1 4 3 20 0 15 0 224017417 11249012736 11811 33554432000 4194304 4196468 140726389204016 140587263509408 140587284364317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=10985364 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11249012736 11811 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=10985364 memory=4122120890093446816 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11249012736 11811 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11249012736 11459 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11249012736 11459 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=10983736 memory=140651005519488 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017419 11247345664 11459 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 224017420 11247345664 11219 33554432000 4194304 4196468 140726389204016 140586090751520 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017420 11247345664 11219 33554432000 4194304 4196468 140726389204016 140585889424752 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 439 13016 0 0 1 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 179 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=10982744 memory=140651005519488 CPUtime=0.1 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 620 13016 0 0 3 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=10982744 memory=140651005519488 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246329856 11211 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46716 KiB

[startup+0.310262 s]*
/proc/loadavg: 1.65 1.49 1.42 4/216 22014
/proc/meminfo: memFree=9083200/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=10983192 memory=55304 CPUtime=0.38 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 10452 13016 0 0 29 2 4 3 20 0 15 0 224017408 11246788608 13826 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2745798 13826 3070 1 0 2708109 0
[pid=21948/tid=22001] ppid=21945 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 6965 13016 0 0 20 2 4 3 20 0 15 0 224017417 11246788608 13826 33554432000 4194304 4196468 140726389204016 140587263504608 140587283921726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 13826 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 13826 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017419 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 224017420 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586090751520 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017420 11246788608 13826 33554432000 4194304 4196468 140726389204016 140585889424752 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 442 13016 0 0 2 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 181 13016 0 0 1 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=10983192 memory=140651005519488 CPUtime=0.12 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 639 13016 0 0 5 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=10983192 memory=140651005519488 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 13826 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55304 KiB

[startup+0.700837 s]
/proc/loadavg: 1.65 1.49 1.42 3/216 22014
/proc/meminfo: memFree=9073400/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=10983192 memory=88332 CPUtime=0.98 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 16758 13016 0 0 87 4 4 3 20 0 15 0 224017408 11246788608 22083 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2745798 22083 3238 1 0 2708109 0
[pid=21948/tid=22001] ppid=21945 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 12178 13016 0 0 56 3 4 3 20 0 15 0 224017417 11246788608 22083 33554432000 4194304 4196468 140726389204016 140587263505424 140587273248151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 22083 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 22083 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=10983192 memory=140650850956080 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=10983192 memory=140651589009996 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 2 13016 0 0 0 0 4 3 20 0 15 0 224017418 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=10983192 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 5 13016 0 0 0 0 4 3 20 0 15 0 224017419 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 224017420 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586090751520 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017420 11246788608 22083 33554432000 4194304 4196468 140726389204016 140585889424752 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=10983192 memory=33636 CPUtime=0.14 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 851 13016 0 0 7 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=10983192 memory=14644 CPUtime=0.16 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 776 13016 0 0 9 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=10983192 memory=1720 CPUtime=0.19 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 725 13016 0 0 12 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017423 11246788608 22083 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88332 KiB

[startup+1.50653 s]
/proc/loadavg: 1.65 1.49 1.42 3/216 22014
/proc/meminfo: memFree=9027104/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=10996044 memory=205396 CPUtime=2.86 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 25125 13016 0 0 270 9 4 3 20 0 15 0 224017408 11259949056 51349 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2749011 51349 3470 1 0 2710669 0
[pid=21948/tid=22001] ppid=21945 vsize=10996044 memory=65060 CPUtime=1.42 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) S 21945 21948 21340 0 -1 1077944384 16981 13016 0 0 130 5 4 3 20 0 15 0 224017417 11259949056 51349 33554432000 4194304 4196468 140726389204016 140587263499152 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=10996044 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) R 21945 21948 21340 0 -1 4202560 165 13016 0 0 1 0 4 3 20 0 15 0 224017418 11259949056 51349 33554432000 4194304 4196468 140726389204016 140587295927048 140587284312807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=10996044 memory=281301701943456 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 26 13016 0 0 1 0 4 3 20 0 15 0 224017418 11259949056 51349 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 60 13016 0 0 1 0 4 3 20 0 15 0 224017418 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586829797792 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 30 13016 0 0 1 0 4 3 20 0 15 0 224017418 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 93 13016 0 0 1 0 4 3 20 0 15 0 224017419 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586784785824 140587291694805 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 13 13016 0 0 0 0 4 3 20 0 15 0 224017420 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586090751520 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017420 11259949056 51349 33554432000 4194304 4196468 140726389204016 140585889424752 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=10996044 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=10996044 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 2233 13016 0 0 44 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=10996044 memory=10 CPUtime=0.51 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 1591 13016 0 0 44 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=10996044 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 1729 13016 0 0 43 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=10996044 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=10996044 memory=281301702187904 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 1 13016 0 0 0 0 4 3 20 0 15 0 224017423 11259949056 51349 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10996044 KiB

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

/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 189106 13016 0 0 237732 63 4 3 20 0 15 0 224017417 11345952768 462073 33554432000 4194304 4196468 140726389204016 140587263519424 140586866371844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=11080032 memory=1848292 CPUtime=3.91 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 23277 13016 0 0 331 53 4 3 20 0 15 0 224017418 11345952768 462073 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=11080032 memory=1915508 CPUtime=3.91 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 24164 13016 0 0 331 53 4 3 20 0 15 0 224017418 11345952768 462073 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=11080032 memory=1848292 CPUtime=3.9 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 23174 13016 0 0 332 51 4 3 20 0 15 0 224017418 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=11080032 memory=3684 CPUtime=3.89 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 22167 13016 0 0 329 53 4 3 20 0 15 0 224017418 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=11080032 memory=61040 CPUtime=0.38 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 21719 13016 0 0 24 7 4 3 20 0 15 0 224017419 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=11080032 memory=1876508 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 14 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586090751584 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=11080032 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 462073 33554432000 4194304 4196468 140726389204016 140585889424768 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=11080032 memory=1848292 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=11080032 memory=1848292 CPUtime=6.09 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 70541 13016 0 0 595 7 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=11080032 memory=61040 CPUtime=6.36 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 65516 13016 0 0 621 8 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=11080032 memory=2148 CPUtime=2.79 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 48239 13016 0 0 265 7 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=11080032 memory=1172 CPUtime=1.4 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 3243 13016 0 0 54 79 4 3 20 0 15 0 224017423 11345952768 462073 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 2410.13 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1848292 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.73 1.71 3/216 22216
/proc/meminfo: memFree=8386492/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=11080032 memory=1702612 CPUtime=2470.26 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 501875 13016 0 0 246644 375 4 3 20 0 15 0 224017408 11345952768 425653 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2770008 425653 3532 1 0 2731661 0
[pid=21948/tid=22001] ppid=21945 vsize=11080032 memory=1702612 CPUtime=2437.98 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 190504 13016 0 0 243727 64 4 3 20 0 15 0 224017417 11345952768 425653 33554432000 4194304 4196468 140726389204016 140587263519216 140586867096781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=11080032 memory=1716976 CPUtime=3.94 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 23698 13016 0 0 334 53 4 3 20 0 15 0 224017418 11345952768 425653 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=11080032 memory=756 CPUtime=3.93 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 24349 13016 0 0 333 53 4 3 20 0 15 0 224017418 11345952768 425653 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=11080032 memory=1751860 CPUtime=3.93 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 24433 13016 0 0 335 51 4 3 20 0 15 0 224017418 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=11080032 memory=1616 CPUtime=3.92 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 22858 13016 0 0 332 53 4 3 20 0 15 0 224017418 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=11080032 memory=1702612 CPUtime=0.4 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 22030 13016 0 0 25 8 4 3 20 0 15 0 224017419 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=11080032 memory=1702612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 14 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586090751584 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=11080032 memory=1915508 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 425653 33554432000 4194304 4196468 140726389204016 140585889424768 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=11080032 memory=1702612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=11080032 memory=3684 CPUtime=6.11 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 73418 13016 0 0 597 7 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=11080032 memory=61040 CPUtime=6.37 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 65520 13016 0 0 622 8 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=11080032 memory=1716976 CPUtime=2.79 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 49563 13016 0 0 265 7 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=11080032 memory=1716976 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=11080032 memory=1702612 CPUtime=1.43 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 3283 13016 0 0 55 81 4 3 20 0 15 0 224017423 11345952768 425653 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 2470.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1702612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.9 s]
/proc/loadavg: 1.60 1.69 1.70 6/216 22217
/proc/meminfo: memFree=7504220/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=11080032 memory=1642612 CPUtime=2520 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 508447 13016 0 0 251616 377 4 3 20 0 15 0 224017408 11345952768 410653 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2770008 410653 3532 1 0 2731661 0
[pid=21948/tid=22001] ppid=21945 vsize=11080032 memory=1702612 CPUtime=2487.53 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 191666 13016 0 0 248682 64 4 3 20 0 15 0 224017417 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587263519424 140586867097163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=11080032 memory=1661080 CPUtime=3.97 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 25046 13016 0 0 337 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=11080032 memory=1661080 CPUtime=3.96 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 24665 13016 0 0 336 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=11080032 memory=1653900 CPUtime=3.96 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 24615 13016 0 0 338 51 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=11080032 memory=1647744 CPUtime=3.95 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 23588 13016 0 0 335 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.41 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 22359 13016 0 0 26 8 4 3 20 0 15 0 224017419 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 14 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586090751584 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585889424768 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=11080032 memory=1784 CPUtime=6.12 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 74233 13016 0 0 598 7 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=11080032 memory=33656 CPUtime=6.37 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 66692 13016 0 0 622 8 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=11080032 memory=1642612 CPUtime=2.8 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 50067 13016 0 0 266 7 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=11080032 memory=1642612 CPUtime=1.46 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 3297 13016 0 0 57 82 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1642612 KiB

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

[startup+2491.94 s]
# the end of solver process 21948 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.83229 s

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

[startup+2491.9 s]
/proc/loadavg: 1.60 1.69 1.70 6/216 22217
/proc/meminfo: memFree=7504220/32770624 swapFree=67108404/67108860
[pid=21948] ppid=21945 vsize=11080032 memory=1642612 CPUtime=2520 cores=1,3,5,7
/proc/21948/stat : 21948 (java) S 21945 21948 21340 0 -1 1077944320 508447 13016 0 0 251616 377 4 3 20 0 15 0 224017408 11345952768 410653 33554432000 4194304 4196468 140726389204016 140726389186560 140587291684599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
/proc/21948/statm: 2770008 410653 3532 1 0 2731661 0
[pid=21948/tid=22001] ppid=21945 vsize=11080032 memory=1702612 CPUtime=2487.53 cores=1,3,5,7
/proc/21948/task/22001/stat : 22001 (java) R 21945 21948 21340 0 -1 4202560 191666 13016 0 0 248682 64 4 3 20 0 15 0 224017417 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587263519424 140586867097163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22002] ppid=21945 vsize=11080032 memory=1661080 CPUtime=3.97 cores=1,3,5,7
/proc/21948/task/22002/stat : 22002 (java) S 21945 21948 21340 0 -1 1077944384 25046 13016 0 0 337 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587295926928 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22003] ppid=21945 vsize=11080032 memory=1661080 CPUtime=3.96 cores=1,3,5,7
/proc/21948/task/22003/stat : 22003 (java) S 21945 21948 21340 0 -1 1077944384 24665 13016 0 0 336 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140587166575120 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22004] ppid=21945 vsize=11080032 memory=1653900 CPUtime=3.96 cores=1,3,5,7
/proc/21948/task/22004/stat : 22004 (java) S 21945 21948 21340 0 -1 1077944384 24615 13016 0 0 338 51 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586829797776 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22005] ppid=21945 vsize=11080032 memory=1647744 CPUtime=3.95 cores=1,3,5,7
/proc/21948/task/22005/stat : 22005 (java) S 21945 21948 21340 0 -1 1077944384 23588 13016 0 0 335 53 4 3 20 0 15 0 224017418 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586828744976 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22006] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.41 cores=1,3,5,7
/proc/21948/task/22006/stat : 22006 (java) S 21945 21948 21340 0 -1 1077944384 22359 13016 0 0 26 8 4 3 20 0 15 0 224017419 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586784787312 140587291695746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22007] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22007/stat : 22007 (java) S 21945 21948 21340 0 -1 1077944384 14 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586090751584 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22008] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22008/stat : 22008 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017420 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585889424768 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22009] ppid=21945 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22009/stat : 22009 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585582025040 140587291703195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22010] ppid=21945 vsize=11080032 memory=1784 CPUtime=6.12 cores=1,3,5,7
/proc/21948/task/22010/stat : 22010 (java) S 21945 21948 21340 0 -1 1077944384 74233 13016 0 0 598 7 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586783734128 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22011] ppid=21945 vsize=11080032 memory=33656 CPUtime=6.37 cores=1,3,5,7
/proc/21948/task/22011/stat : 22011 (java) S 21945 21948 21340 0 -1 1077944384 66692 13016 0 0 622 8 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586782681328 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22012] ppid=21945 vsize=11080032 memory=1642612 CPUtime=2.8 cores=1,3,5,7
/proc/21948/task/22012/stat : 22012 (java) S 21945 21948 21340 0 -1 1077944384 50067 13016 0 0 266 7 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586781628528 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22013] ppid=21945 vsize=11080032 memory=1642612 CPUtime=0.07 cores=1,3,5,7
/proc/21948/task/22013/stat : 22013 (java) S 21945 21948 21340 0 -1 1077944384 3 13016 0 0 0 0 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140585151228128 140587291694805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
[pid=21948/tid=22014] ppid=21945 vsize=11080032 memory=1642612 CPUtime=1.46 cores=1,3,5,7
/proc/21948/task/22014/stat : 22014 (java) S 21945 21948 21340 0 -1 1077944384 3297 13016 0 0 57 82 4 3 20 0 15 0 224017423 11345952768 410653 33554432000 4194304 4196468 140726389204016 140586780576944 140587291695746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22765568 140726389205603 140726389208412 140726389208412 140726389211087 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1642612 KiB

Child status: 143
Real time (s): 2491.94
CPU time (s): 2520.06
CPU user time (s): 2516.23
CPU system time (s): 3.83229
CPU usage (%): 101.128
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 2759476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.83229
maximum resident set size= 2759476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66494
involuntary context switches= 1513


# summary of solver processes directly reported to runsolver:
#   pid: 21948
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.83229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.157 second user time and 27.8453 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 11:02:22
IDJOB=4304368
IDBENCH=141219
IDSOLVER=2781
FILE ID=node148/4304368-1534064542
RUNJOBID= node148-1534062012-21372
PBS_JOBID= 21036979
Free space on /tmp= 33672 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304368-1534064542/watcher-4304368-1534064542 -o /tmp/evaluation-result-4304368-1534064542/solver-4304368-1534064542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21372 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1813044350 -superng HOME/instance-4304368-1534064542.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=1813044350

node148.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.50
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.50
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.50
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.50
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:         9126324 kB
MemAvailable:   29089956 kB
Buffers:          242044 kB
Cached:         19670908 kB
SwapCached:          352 kB
Active:         12047032 kB
Inactive:       10732072 kB
Active(anon):    2819120 kB
Inactive(anon):    99452 kB
Active(file):    9227912 kB
Inactive(file): 10632620 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       2873496 kB
Mapped:            66972 kB
Shmem:             49592 kB
Slab:             559748 kB
SReclaimable:     531560 kB
SUnreclaim:        28188 kB
KernelStack:        3600 kB
PageTables:        11092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3893104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2699264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33648 MiB
End job on node148 at 2018-08-12 11:43:55