Trace number 4293673

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)2735 2520.15 2492.05

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.99/0.73	c Concrete v3.8.1528841891564 running
13.61/5.69	o 3028
14.17/5.81	o 3027
14.17/5.82	o 2788
18.01/7.29	o 2787
18.01/7.29	o 2786
18.30/7.33	o 2782
34.06/20.98	o 2780
34.06/20.98	o 2779
34.22/21.01	o 2778
34.22/21.02	o 2777
34.22/21.03	o 2776
322.27/305.62	o 2773
322.27/305.63	o 2772
322.27/305.64	o 2771
322.27/305.64	o 2770
322.27/305.66	o 2766
322.27/305.68	o 2765
322.27/305.68	o 2761
323.03/306.30	o 2760
323.03/306.31	o 2759
323.03/306.32	o 2750
324.16/307.32	o 2749
324.16/307.33	o 2747
325.14/308.25	o 2744
325.45/308.59	o 2735
2520.09/2492.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2492.02		at concrete.MAC.mac(MAC.scala:188)
2520.09/2492.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2492.02		at scala.util.Try$.apply(Try.scala:209)
2520.09/2492.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2492.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2492.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2492.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2492.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2492.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2492.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2492.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2492.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2492.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2492.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2492.02		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2492.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2492.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2492.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2492.02		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2492.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2492.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2492.02		at scala.util.Success.map(Try.scala:209)
2520.09/2492.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2492.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2492.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2492.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2492.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2492.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2492.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2492.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2492.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2492.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2492.02		at scala.App.main(App.scala:76)
2520.09/2492.02		at scala.App.main$(App.scala:74)
2520.09/2492.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2492.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2492.03	v <instantiation cost="2735">
2520.09/2492.03	v       <list>
2520.09/2492.03	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.09/2492.03	v       </list>
2520.09/2492.03	v       <values>
2520.09/2492.03	v         1 8 2 3 3 8 4 5 7 6 4 3 3 10 6 10 9 3 0 6 6 1 5 6 3 2 2 3 249 6 7 8 3 9 9 4 9 1 0 0 5 5 4 2 7 8 8 0 3 6 4 0 5 1 9 4 6 4 1 6 2 2 4 5 0 0 1 7 6 5 8 5 2 7 10 7 3 7 7 10 6 4 1 8 5 8 3 7 2 2 9 0 6 4 7 4 3 1 2 4 4 249 7 1 2 0 7 0 0 249 3 5 0 0 1 5 0 7 1 8 0 9 3 4 5 2 8 4 249 7 9 4 5 2 2 3 4 9 2 6 2 3 2 0 5 1 6 0 6 248 3 1 3 2 4 0 1 5 3 5 3 7 2 5 3 2 6 5 2 6 5 2 4 5 4 5 4 1 6 4 2 2 3 1 3 2 7 1 7 0 6 2 0 1 0 4 3 3 248 5 5 0 6 10 1 6 3 7 7 7 4 8 7 7 8 5 6 9 0 0 8 0 9 2 8 6 8 3 8 1 4 1 4 1 4 1 3 1 1 1 2 2 2 5 4 248 9 5 0 5
2520.09/2492.03	v       </values>
2520.09/2492.03	v     </instantiation>
2520.09/2492.03	s SATISFIABLE

Verifier Data

OK	2735

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293673-1532322746/watcher-4293673-1532322746 -o /tmp/evaluation-result-4293673-1532322746/solver-4293673-1532322746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=400433129 -superng HOME/instance-4293673-1532322746.xml 

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

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

solver pid=11956, runsolver pid=11953

[startup+0.100138 s]*
/proc/loadavg: 1.77 1.62 1.54 3/206 12013
/proc/meminfo: memFree=16130080/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10055356 memory=18000 CPUtime=0.09 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 4620 12890 0 0 1 0 5 3 20 0 7 0 49837797 10296684544 4434 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2513839 4500 2031 1 0 2502277 0
[pid=11956/tid=12009] ppid=11953 vsize=10055356 memory=4279135703912840591 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 2453 12890 0 0 1 0 5 3 20 0 7 0 49837805 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860958964496 139860969595120 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10055356 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 7 0 49837806 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10055356 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 7 0 49837806 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 7 0 49837806 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 7 0 49837806 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10055356 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 7 0 49837808 10296684544 4500 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 18000 KiB

[startup+0.209979 s]*
/proc/loadavg: 1.77 1.62 1.54 3/215 12022
/proc/meminfo: memFree=16106072/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10818856 memory=46232 CPUtime=0.27 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 9008 12890 0 0 17 2 5 3 20 0 15 0 49837797 11078508544 11558 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2704714 11558 2917 1 0 2667149 0
[pid=11956/tid=12009] ppid=11953 vsize=10818856 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 5799 12890 0 0 11 1 5 3 20 0 15 0 49837805 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860958919056 139860971201886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10818856 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 49837806 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10818856 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 49837808 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 49837808 11078508544 11690 33554432000 4194304 4196468 140729012334224 139859972843040 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837808 11078508544 11690 33554432000 4194304 4196468 140729012334224 139859771516272 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 522 12890 0 0 1 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 55 12890 0 0 0 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10818856 memory=139870863058560 CPUtime=0.11 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 554 12890 0 0 3 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10818856 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837811 11078508544 11690 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 46232 KiB

[startup+0.310102 s]*
/proc/loadavg: 1.77 1.62 1.54 3/215 12022
/proc/meminfo: memFree=16094908/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10819352 memory=56324 CPUtime=0.39 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 10687 12890 0 0 29 2 5 3 20 0 15 0 49837797 11079016448 14081 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2704838 14081 3048 1 0 2667149 0
[pid=11956/tid=12009] ppid=11953 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 7331 12890 0 0 20 1 5 3 20 0 15 0 49837805 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860958933408 139860967396779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 14081 33554432000 4194304 4196468 140729012334224 139859972843040 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 14081 33554432000 4194304 4196468 140729012334224 139859771516272 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 522 12890 0 0 1 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 56 12890 0 0 1 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10819352 memory=139870863058560 CPUtime=0.13 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 562 12890 0 0 5 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10819352 memory=139870863058560 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 14081 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56324 KiB

[startup+0.700769 s]
/proc/loadavg: 1.77 1.62 1.54 4/215 12022
/proc/meminfo: memFree=16086348/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10819352 memory=88736 CPUtime=0.99 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 16845 12890 0 0 87 4 5 3 20 0 15 0 49837797 11079016448 22184 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2704838 22184 3221 1 0 2667149 0
[pid=11956/tid=12009] ppid=11953 vsize=10819352 memory=10616 CPUtime=0.67 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 12575 12890 0 0 57 2 5 3 20 0 15 0 49837805 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860958942224 139860967397237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10819352 memory=16436 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10819352 memory=4048 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10819352 memory=640 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10819352 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 49837806 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10819352 memory=7014751519734585681 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10819352 memory=7013350810638904428 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 22184 33554432000 4194304 4196468 140729012334224 139859972843040 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10819352 memory=6148935659200796009 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837808 11079016448 22184 33554432000 4194304 4196468 140729012334224 139859771516272 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10819352 memory=-5874771483550381248 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10819352 memory=-8033973737701895300 CPUtime=0.15 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 786 12890 0 0 7 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10819352 memory=-7025452035940392864 CPUtime=0.17 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 672 12890 0 0 9 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10819352 memory=7682744562830902035 CPUtime=0.21 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 593 12890 0 0 13 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837811 11079016448 22184 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88736 KiB

[startup+1.51077 s]
/proc/loadavg: 1.77 1.62 1.54 6/215 12022
/proc/meminfo: memFree=16039528/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10832204 memory=204092 CPUtime=3.01 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 24842 12890 0 0 284 9 5 3 20 0 15 0 49837797 11092176896 51023 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2708051 51023 3461 1 0 2669709 0
[pid=11956/tid=12009] ppid=11953 vsize=10832204 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) S 11953 11956 6708 0 -1 1077944384 17229 12890 0 0 130 6 5 3 20 0 15 0 49837805 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860958935936 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10832204 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) R 11953 11956 6708 0 -1 4202560 70 12890 0 0 1 0 5 3 20 0 15 0 49837806 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860991363848 139860979749607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10832204 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) R 11953 11956 6708 0 -1 4202560 6 12890 0 0 0 0 5 3 20 0 15 0 49837806 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860914522640 139860971821216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10832204 memory=2204 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) R 11953 11956 6708 0 -1 4202560 76 12890 0 0 1 0 5 3 20 0 15 0 49837806 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860913469960 139860979749607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10832204 memory=7249 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) R 11953 11956 6708 0 -1 4202560 141 12890 0 0 1 0 5 3 20 0 15 0 49837806 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860558715352 139860971821984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10832204 memory=290763875119530290 CPUtime=0.09 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 41 12890 0 0 1 0 5 3 20 0 15 0 49837808 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860513764768 139860987131605 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10832204 memory=14981087268964688 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 49837808 11092176896 51023 33554432000 4194304 4196468 140729012334224 139859972843040 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10832204 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837808 11092176896 51023 33554432000 4194304 4196468 140729012334224 139859771516272 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10832204 memory=6943526294502006880 CPUtime=0.65 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) R 11953 11956 6708 0 -1 4202560 1847 12890 0 0 57 0 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860512691952 139860972043202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10832204 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 1790 12890 0 0 45 1 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10832204 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 1433 12890 0 0 43 0 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 49837811 11092176896 51023 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0

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

/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 145135 12890 0 0 231760 68 5 3 20 0 15 0 49837805 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860958956536 139860610600229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10916192 memory=2600684 CPUtime=3.92 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 17946 12890 0 0 336 48 5 3 20 0 15 0 49837806 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10916192 memory=2599188 CPUtime=3.88 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 13859 12890 0 0 333 47 5 3 20 0 15 0 49837806 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10916192 memory=2599188 CPUtime=3.87 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 16747 12890 0 0 332 47 5 3 20 0 15 0 49837806 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10916192 memory=2599188 CPUtime=3.89 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 16107 12890 0 0 333 48 5 3 20 0 15 0 49837806 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10916192 memory=2600684 CPUtime=0.38 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 22930 12890 0 0 23 7 5 3 20 0 15 0 49837808 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10916192 memory=2600684 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 16 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 650171 33554432000 4194304 4196468 140729012334224 139859972843168 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10916192 memory=2600684 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 7 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 650171 33554432000 4194304 4196468 140729012334224 139859771516288 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10916192 memory=2600684 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10916192 memory=2600684 CPUtime=6.18 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 45512 12890 0 0 604 6 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10916192 memory=4140 CPUtime=6.01 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 46644 12890 0 0 587 6 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10916192 memory=2600684 CPUtime=2.7 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 40160 12890 0 0 257 5 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10916192 memory=2600684 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10916192 memory=4140 CPUtime=1.57 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1655 12890 0 0 61 88 5 3 20 0 15 0 49837811 11178180608 650171 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 2350.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2600684 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/195 12145
/proc/meminfo: memFree=18813432/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10916192 memory=2555516 CPUtime=2410.23 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 372186 12890 0 0 240658 357 5 3 20 0 15 0 49837797 11178180608 638879 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2729048 638879 3532 1 0 2690701 0
[pid=11956/tid=12009] ppid=11953 vsize=10916192 memory=2583220 CPUtime=2378.36 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 146953 12890 0 0 237759 69 5 3 20 0 15 0 49837805 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860958956784 139860610600229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10916192 memory=844 CPUtime=3.92 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 18014 12890 0 0 336 48 5 3 20 0 15 0 49837806 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10916192 memory=2583220 CPUtime=3.89 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 13892 12890 0 0 334 47 5 3 20 0 15 0 49837806 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10916192 memory=2555516 CPUtime=3.88 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 16826 12890 0 0 333 47 5 3 20 0 15 0 49837806 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10916192 memory=2555516 CPUtime=3.9 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 16528 12890 0 0 334 48 5 3 20 0 15 0 49837806 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10916192 memory=2555516 CPUtime=0.38 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 23036 12890 0 0 23 7 5 3 20 0 15 0 49837808 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10916192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 16 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 638879 33554432000 4194304 4196468 140729012334224 139859972843168 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10916192 memory=2555516 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 7 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 638879 33554432000 4194304 4196468 140729012334224 139859771516288 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10916192 memory=279741421072352 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10916192 memory=4140 CPUtime=6.19 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 46018 12890 0 0 605 6 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10916192 memory=16476 CPUtime=6.01 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 46647 12890 0 0 587 6 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10916192 memory=2583220 CPUtime=2.7 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 40381 12890 0 0 257 5 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10916192 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10916192 memory=6791534058613427641 CPUtime=1.6 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1674 12890 0 0 62 90 5 3 20 0 15 0 49837811 11178180608 638879 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 2410.23 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2555516 KiB

[startup+2442.3 s]
/proc/loadavg: 0.93 1.00 1.05 2/195 12146
/proc/meminfo: memFree=18839400/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10916192 memory=2529868 CPUtime=2470.3 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 374556 12890 0 0 246662 360 5 3 20 0 15 0 49837797 11178180608 632467 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2729048 632467 3532 1 0 2690701 0
[pid=11956/tid=12009] ppid=11953 vsize=10916192 memory=2529868 CPUtime=2438.35 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 148224 12890 0 0 243758 69 5 3 20 0 15 0 49837805 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860958955936 139860610598986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10916192 memory=2529868 CPUtime=3.93 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 18059 12890 0 0 337 48 5 3 20 0 15 0 49837806 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10916192 memory=0 CPUtime=3.9 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 13948 12890 0 0 335 47 5 3 20 0 15 0 49837806 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10916192 memory=2529868 CPUtime=3.89 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 17197 12890 0 0 334 47 5 3 20 0 15 0 49837806 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10916192 memory=0 CPUtime=3.9 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 16691 12890 0 0 334 48 5 3 20 0 15 0 49837806 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10916192 memory=2529868 CPUtime=0.38 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 23174 12890 0 0 23 7 5 3 20 0 15 0 49837808 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10916192 memory=2529868 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 16 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 632467 33554432000 4194304 4196468 140729012334224 139859972843168 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10916192 memory=2529868 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 7 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 632467 33554432000 4194304 4196468 140729012334224 139859771516288 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10916192 memory=2529868 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10916192 memory=2529868 CPUtime=6.2 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 46135 12890 0 0 606 6 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10916192 memory=2529868 CPUtime=6.01 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 46649 12890 0 0 587 6 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10916192 memory=2529868 CPUtime=2.7 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 40559 12890 0 0 257 5 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10916192 memory=2529868 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10916192 memory=2529868 CPUtime=1.64 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1703 12890 0 0 64 92 5 3 20 0 15 0 49837811 11178180608 632467 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 2470.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2529868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492 s]*
/proc/loadavg: 0.91 0.98 1.04 2/195 12146
/proc/meminfo: memFree=18863184/32770624 swapFree=67108860/67108860
[pid=11956] ppid=11953 vsize=10916192 memory=2506268 CPUtime=2520.09 cores=1,3,5,7
/proc/11956/stat : 11956 (java) S 11953 11956 6708 0 -1 1077944320 377097 12890 0 0 251639 362 5 3 20 0 15 0 49837797 11178180608 626567 33554432000 4194304 4196468 140729012334224 140729012316768 139860987121399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
/proc/11956/statm: 2729048 626567 3532 1 0 2690701 0
[pid=11956/tid=12009] ppid=11953 vsize=10916192 memory=1398720917958146503 CPUtime=2488.06 cores=1,3,5,7
/proc/11956/task/12009/stat : 12009 (java) R 11953 11956 6708 0 -1 4202560 149599 12890 0 0 248728 70 5 3 20 0 15 0 49837805 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860958955688 139860609693433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12010] ppid=11953 vsize=10916192 memory=1792 CPUtime=3.94 cores=1,3,5,7
/proc/11956/task/12010/stat : 12010 (java) S 11953 11956 6708 0 -1 1077944384 18062 12890 0 0 338 48 5 3 20 0 15 0 49837806 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860991363728 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12011] ppid=11953 vsize=10916192 memory=4140 CPUtime=3.9 cores=1,3,5,7
/proc/11956/task/12011/stat : 12011 (java) S 11953 11956 6708 0 -1 1077944384 13965 12890 0 0 335 47 5 3 20 0 15 0 49837806 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860914522640 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12012] ppid=11953 vsize=10916192 memory=16476 CPUtime=3.89 cores=1,3,5,7
/proc/11956/task/12012/stat : 12012 (java) S 11953 11956 6708 0 -1 1077944384 17251 12890 0 0 334 47 5 3 20 0 15 0 49837806 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860913469840 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12013] ppid=11953 vsize=10916192 memory=4126316290023845779 CPUtime=3.91 cores=1,3,5,7
/proc/11956/task/12013/stat : 12013 (java) S 11953 11956 6708 0 -1 1077944384 16984 12890 0 0 335 48 5 3 20 0 15 0 49837806 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860558715152 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12014] ppid=11953 vsize=10916192 memory=2412 CPUtime=0.39 cores=1,3,5,7
/proc/11956/task/12014/stat : 12014 (java) S 11953 11956 6708 0 -1 1077944384 23195 12890 0 0 24 7 5 3 20 0 15 0 49837808 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860513766256 139860987132546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12015] ppid=11953 vsize=10916192 memory=1836 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12015/stat : 12015 (java) S 11953 11956 6708 0 -1 1077944384 16 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 626567 33554432000 4194304 4196468 140729012334224 139859972843168 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12016] ppid=11953 vsize=10916192 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12016/stat : 12016 (java) S 11953 11956 6708 0 -1 1077944384 7 12890 0 0 0 0 5 3 20 0 15 0 49837808 11178180608 626567 33554432000 4194304 4196468 140729012334224 139859771516288 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12017] ppid=11953 vsize=10916192 memory=1960 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12017/stat : 12017 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139859531225424 139860987139995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12018] ppid=11953 vsize=10916192 memory=5380 CPUtime=6.2 cores=1,3,5,7
/proc/11956/task/12018/stat : 12018 (java) S 11953 11956 6708 0 -1 1077944384 46138 12890 0 0 606 6 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860512713072 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12019] ppid=11953 vsize=10916192 memory=4616 CPUtime=6.02 cores=1,3,5,7
/proc/11956/task/12019/stat : 12019 (java) S 11953 11956 6708 0 -1 1077944384 46998 12890 0 0 588 6 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860511660272 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12020] ppid=11953 vsize=10916192 memory=1232 CPUtime=2.71 cores=1,3,5,7
/proc/11956/task/12020/stat : 12020 (java) S 11953 11956 6708 0 -1 1077944384 40959 12890 0 0 258 5 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860053583984 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12021] ppid=11953 vsize=10916192 memory=11964 CPUtime=0.08 cores=1,3,5,7
/proc/11956/task/12021/stat : 12021 (java) S 11953 11956 6708 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139859497666784 139860987131605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
[pid=11956/tid=12022] ppid=11953 vsize=10916192 memory=1708 CPUtime=1.68 cores=1,3,5,7
/proc/11956/task/12022/stat : 12022 (java) S 11953 11956 6708 0 -1 1077944384 1729 12890 0 0 66 94 5 3 20 0 15 0 49837811 11178180608 626567 33554432000 4194304 4196468 140729012334224 139860052532400 139860987132546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140729012336812 140729012340060 140729012340060 140729012342735 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2506268 KiB

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

[startup+2492.05 s]
# the end of solver process 11956 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.48 s, system=3.6675 s

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

Child status: 143
Real time (s): 2492.05
CPU time (s): 2520.15
CPU user time (s): 2516.48
CPU system time (s): 3.6675
CPU usage (%): 101.127
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 2795372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.48
system time used= 3.6675
maximum resident set size= 2835240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65714
involuntary context switches= 1270


# summary of solver processes directly reported to runsolver:
#   pid: 11956
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.48
#   total CPU system time (s): 3.6675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8183 second user time and 18.232 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-23 07:12:26
IDJOB=4293673
IDBENCH=141219
IDSOLVER=2751
FILE ID=node104/4293673-1532322746
RUNJOBID= node104-1532294157-6740
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293673-1532322746/watcher-4293673-1532322746 -o /tmp/evaluation-result-4293673-1532322746/solver-4293673-1532322746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=400433129 -superng HOME/instance-4293673-1532322746.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=400433129

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16139068 kB
MemAvailable:   26745208 kB
Buffers:          255612 kB
Cached:         10556080 kB
SwapCached:            0 kB
Active:          7127368 kB
Inactive:        8921848 kB
Active(anon):    5240036 kB
Inactive(anon):    17084 kB
Active(file):    1887332 kB
Inactive(file):  8904764 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26472 kB
Writeback:            16 kB
AnonPages:       5244448 kB
Mapped:            49596 kB
Shmem:             17036 kB
Slab:             270828 kB
SReclaimable:     242504 kB
SUnreclaim:        28324 kB
KernelStack:        3568 kB
PageTables:        14900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6571428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4919296 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= 57220 MiB
End job on node104 at 2018-07-23 07:53:58