Trace number 4302485

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.2SAT (TO)522 252.143 234.158

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-1_c18.xml
MD5SUMe8035d4b0abecbc1a78dd1ff35d13fe4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark233
Best CPU time to get the best result obtained on this benchmark252.035
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints736
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":1},{"degree":7,"count":3},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":12},{"degree":11,"count":16},{"degree":12,"count":12},{"degree":13,"count":16},{"degree":14,"count":15},{"degree":15,"count":7},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":736}]
Number of extensional constraints0
Number of intensional constraints736
Distribution of constraint types[{"type":"intension","count":736}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
9.06/4.20	o 1016
9.06/4.28	o 1015
9.06/4.29	o 1014
9.41/4.31	o 1013
9.41/4.31	o 899
9.41/4.36	o 898
9.41/4.37	o 789
9.41/4.38	o 788
9.41/4.38	o 787
9.41/4.38	o 785
9.41/4.39	o 784
12.23/5.38	o 783
12.23/5.39	o 782
12.37/5.46	o 781
13.02/5.75	o 779
13.02/5.76	o 778
13.22/5.81	o 777
13.22/5.81	o 776
13.22/5.82	o 775
13.22/5.83	o 774
13.22/5.83	o 698
13.22/5.83	o 695
13.22/5.83	o 694
13.22/5.84	o 693
13.22/5.85	o 692
13.22/5.89	o 691
13.47/5.91	o 690
13.47/5.91	o 689
13.47/5.91	o 688
13.47/5.96	o 686
13.47/5.96	o 685
13.47/5.97	o 682
13.47/5.97	o 680
13.47/5.97	o 679
13.47/5.97	o 560
13.47/5.98	o 559
13.47/5.98	o 558
13.47/5.98	o 557
13.47/5.99	o 554
13.47/5.99	o 553
13.47/5.99	o 551
13.76/6.05	o 550
13.76/6.05	o 549
13.76/6.06	o 548
13.76/6.06	o 547
13.90/6.17	o 546
13.90/6.17	o 544
14.05/6.22	o 543
14.05/6.22	o 541
14.42/6.45	o 539
14.42/6.45	o 538
14.42/6.45	o 536
14.42/6.45	o 534
14.42/6.49	o 533
14.65/6.54	o 532
14.65/6.54	o 530
15.54/6.96	o 529
15.54/6.96	o 528
15.54/6.96	o 527
189.64/174.75	o 526
189.64/174.75	o 524
190.31/175.39	o 523
190.31/175.39	o 522
252.09/234.11	Exception in thread "main" java.util.concurrent.TimeoutException
252.09/234.11		at concrete.MAC.mac(MAC.scala:188)
252.09/234.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/234.11		at scala.util.Try$.apply(Try.scala:209)
252.09/234.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/234.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/234.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/234.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/234.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/234.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/234.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/234.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/234.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/234.11		at concrete.MAC.oneRun(MAC.scala:253)
252.09/234.11		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/234.11		at concrete.MAC.nextSolution(MAC.scala:355)
252.09/234.11		at concrete.Solver.hasNext(Solver.scala:166)
252.09/234.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/234.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/234.11		at concrete.Solver.foreach(Solver.scala:68)
252.09/234.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/234.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/234.11		at scala.util.Success.map(Try.scala:209)
252.09/234.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/234.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/234.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/234.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/234.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/234.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/234.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/234.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/234.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/234.12		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/234.12		at scala.App.main(App.scala:76)
252.09/234.12		at scala.App.main$(App.scala:74)
252.09/234.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/234.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/234.12	v <instantiation cost="522">
252.09/234.12	v       <list>
252.09/234.12	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]
252.09/234.12	v       </list>
252.09/234.12	v       <values>
252.09/234.12	v         1 1 4 0 0 4 3 3 1 2 4 0 2 4 2 3 0 2 2 1 0 4 0 3 0 4 3 3 2 1 1 0 3 2 1 4 3 3 3 2 0 1 4 3 2 3 2 0 2 5 2 5 2 1 6 0 2 124 0 3 3 5 0 3 2 0 0 3 3 4 5 1 4 2 1 5 2 0 0 2 0 1 0 5 3 2 0 0 4 1 6 1 1 2 0 5 0 6 1 2 3 3 1 1 5 5 4 5 2 1 4 2 3 1 5 1 3 3 0 0 2 124 3 4 4
252.09/234.12	v       </values>
252.09/234.12	v     </instantiation>
252.09/234.12	s SATISFIABLE

Verifier Data

OK	522

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302485-1532895934/watcher-4302485-1532895934 -o /tmp/evaluation-result-4302485-1532895934/solver-4302485-1532895934 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2003535944 HOME/instance-4302485-1532895934.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=18090, runsolver pid=18087

[startup+0.100125 s]*
/proc/loadavg: 1.46 1.57 1.48 3/202 18143
/proc/meminfo: memFree=21574060/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=10005480 memory=16552 CPUtime=0.09 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 4296 13231 0 0 1 0 6 2 20 0 6 0 107156548 10245611520 4138 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2501370 4138 1933 1 0 2489808 0
[pid=18090/tid=18143] ppid=18087 vsize=10005480 memory=4279135703946723981 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 2116 13231 0 0 1 0 6 2 20 0 6 0 107156557 10245611520 4138 33554432000 4194304 4196468 140735129114288 139962772259408 139962784503134 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 6 0 107156558 10245611520 4138 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=10005480 memory=140192377452160 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 6 0 107156558 10245611520 4138 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 6 0 107156558 10245611520 4138 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 6 0 107156558 10245611520 4138 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209941 s]*
/proc/loadavg: 1.46 1.57 1.48 3/215 18156
/proc/meminfo: memFree=21549992/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=10982744 memory=43648 CPUtime=0.26 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 7598 13231 0 0 17 1 6 2 20 0 15 0 107156548 11246329856 10912 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2745686 10912 2954 1 0 2708109 0
[pid=18090/tid=18143] ppid=18087 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 4224 13231 0 0 11 0 6 2 20 0 15 0 107156557 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962772253592 139962780698475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=10982744 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=10982744 memory=140192378095701 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=10982744 memory=140192377452160 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156559 11246329856 10978 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 13 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246329856 10978 33554432000 4194304 4196468 140735129114288 139961575662368 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246329856 10978 33554432000 4194304 4196468 140735129114288 139961374336112 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246329856 10978 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 422 13231 0 0 1 0 6 2 20 0 15 0 107156563 11246329856 11044 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 192 13231 0 0 1 0 6 2 20 0 15 0 107156563 11246329856 11044 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=10982744 memory=140192377452160 CPUtime=0.11 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 607 13231 0 0 3 0 6 2 20 0 15 0 107156563 11246329856 11044 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246329856 11044 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=10982744 memory=140192377452160 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246329856 11044 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43648 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.46 1.57 1.48 3/215 18156
/proc/meminfo: memFree=21537092/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=10983192 memory=55948 CPUtime=0.39 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 10540 13231 0 0 29 2 6 2 20 0 15 0 107156548 11246788608 13987 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2745798 13987 3073 1 0 2708109 0
[pid=18090/tid=18143] ppid=18087 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 7088 13231 0 0 20 1 6 2 20 0 15 0 107156557 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962772234656 139962780697981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156559 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 13 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246788608 13987 33554432000 4194304 4196468 140735129114288 139961575662368 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246788608 13987 33554432000 4194304 4196468 140735129114288 139961374336112 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 422 13231 0 0 1 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 193 13231 0 0 1 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=10983192 memory=140192377452160 CPUtime=0.13 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 617 13231 0 0 5 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=10983192 memory=140192377452160 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 13987 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55948 KiB

[startup+0.70077 s]
/proc/loadavg: 1.46 1.57 1.48 3/215 18156
/proc/meminfo: memFree=21526300/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=10983192 memory=88796 CPUtime=1 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 16752 13231 0 0 88 4 6 2 20 0 15 0 107156548 11246788608 22199 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2745798 22199 3247 1 0 2708109 0
[pid=18090/tid=18143] ppid=18087 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 12228 13231 0 0 56 2 6 2 20 0 15 0 107156557 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962772243472 139962783609477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 2 13231 0 0 0 0 6 2 20 0 15 0 107156558 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 5 13231 0 0 0 0 6 2 20 0 15 0 107156559 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=10983192 memory=140192228979408 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 13 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246788608 22199 33554432000 4194304 4196468 140735129114288 139961575662368 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=10983192 memory=140196322476643 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11246788608 22199 33554432000 4194304 4196468 140735129114288 139961374336112 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=10983192 memory=10624 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=10983192 memory=7234564758908855872 CPUtime=0.14 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 801 13231 0 0 6 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=10983192 memory=7597685182856913236 CPUtime=0.18 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 804 13231 0 0 10 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 696 13231 0 0 13 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=10983192 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156563 11246788608 22199 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88796 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.57 1.48 4/215 18156
/proc/meminfo: memFree=21477896/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=10998092 memory=180888 CPUtime=2.4 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 23823 13231 0 0 222 10 6 2 20 0 15 0 107156548 11262046208 45222 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2749523 45222 3471 1 0 2711181 0
[pid=18090/tid=18143] ppid=18087 vsize=10998092 memory=12813 CPUtime=1.44 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 17487 13231 0 0 130 6 6 2 20 0 15 0 107156557 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962772230240 139962800434582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 65 13231 0 0 0 0 6 2 20 0 15 0 107156558 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 23 13231 0 0 1 0 6 2 20 0 15 0 107156558 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=10998092 memory=307 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 15 13231 0 0 1 0 6 2 20 0 15 0 107156558 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=10998092 memory=88796 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 203 13231 0 0 1 0 6 2 20 0 15 0 107156558 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 49 13231 0 0 1 0 6 2 20 0 15 0 107156559 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=10998092 memory=280384457900528 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 14 13231 0 0 0 0 6 2 20 0 15 0 107156560 11262046208 45222 33554432000 4194304 4196468 140735129114288 139961575662432 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=10998092 memory=280384457951328 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11262046208 45222 33554432000 4194304 4196468 140735129114288 139961374336128 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 1069 13231 0 0 20 1 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=10998092 memory=280384458234752 CPUtime=0.34 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 1269 13231 0 0 25 1 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=10998092 memory=-7531822216213012384 CPUtime=0.47 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) R 18087 18090 6396 0 -1 4202560 1431 13231 0 0 39 0 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962051521392 139962800443994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156563 11262046208 45222 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10998092 KiB

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

/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 52383 13231 0 0 16075 24 6 2 20 0 15 0 107156557 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962772258352 139962340095168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=11080032 memory=1055224 CPUtime=0.59 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 2911 13231 0 0 47 4 6 2 20 0 15 0 107156558 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.59 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 3006 13231 0 0 48 3 6 2 20 0 15 0 107156558 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.59 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 879 13231 0 0 47 4 6 2 20 0 15 0 107156558 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.59 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 3062 13231 0 0 46 5 6 2 20 0 15 0 107156558 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.56 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 5270 13231 0 0 45 3 6 2 20 0 15 0 107156559 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=11080032 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 14 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 263817 33554432000 4194304 4196468 140735129114288 139961575662496 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 263817 33554432000 4194304 4196468 140735129114288 139961374336128 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=11080032 memory=1055268 CPUtime=5.26 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 23272 13231 0 0 513 5 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=11080032 memory=1055268 CPUtime=5.31 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 17983 13231 0 0 518 5 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=11080032 memory=1055268 CPUtime=2.74 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 19358 13231 0 0 262 4 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=11080032 memory=1055268 CPUtime=0.17 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 383 13231 0 0 3 6 6 2 20 0 15 0 107156563 11345952768 263817 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 176.84 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1055268 KiB

[startup+222.301 s]
/proc/loadavg: 1.35 1.53 1.49 3/215 18288
/proc/meminfo: memFree=21471892/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=11080032 memory=1043276 CPUtime=239.92 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 146080 13231 0 0 23912 72 6 2 20 0 15 0 107156548 11345952768 260819 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2770008 260819 3527 1 0 2731661 0
[pid=18090/tid=18143] ppid=18087 vsize=11080032 memory=1043276 CPUtime=220.46 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 54160 13231 0 0 22013 25 6 2 20 0 15 0 107156557 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962772257072 139962347648776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.87 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 3073 13231 0 0 74 5 6 2 20 0 15 0 107156558 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=11080032 memory=280384459010912 CPUtime=0.87 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 3202 13231 0 0 75 4 6 2 20 0 15 0 107156558 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.86 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1642 13231 0 0 73 5 6 2 20 0 15 0 107156558 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.88 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 4262 13231 0 0 73 7 6 2 20 0 15 0 107156558 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.82 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 5608 13231 0 0 70 4 6 2 20 0 15 0 107156559 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 14 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260819 33554432000 4194304 4196468 140735129114288 139961575662496 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=11080032 memory=1043276 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260819 33554432000 4194304 4196468 140735129114288 139961374336128 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=11080032 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=11080032 memory=1043276 CPUtime=6.27 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 28022 13231 0 0 613 6 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=11080032 memory=1043276 CPUtime=6.19 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 21139 13231 0 0 605 6 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=11080032 memory=4128 CPUtime=3.11 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 22352 13231 0 0 298 5 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=11080032 memory=30444 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=11080032 memory=1292 CPUtime=0.21 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 409 13231 0 0 5 8 6 2 20 0 15 0 107156563 11345952768 260819 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 239.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1043276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.11 s]
/proc/loadavg: 1.42 1.53 1.49 3/215 18288
/proc/meminfo: memFree=21472720/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=11080032 memory=1043332 CPUtime=252.09 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 151034 13231 0 0 25126 75 6 2 20 0 15 0 107156548 11345952768 260833 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2770008 260833 3527 1 0 2731661 0
[pid=18090/tid=18143] ppid=18087 vsize=11080032 memory=1043332 CPUtime=232.14 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 54684 13231 0 0 23180 26 6 2 20 0 15 0 107156557 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962772256880 139962348209177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=11080032 memory=1043288 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 3103 13231 0 0 79 6 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 3231 13231 0 0 81 4 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=11080032 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1652 13231 0 0 78 5 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=11080032 memory=280384459010912 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 4764 13231 0 0 78 7 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.87 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 5898 13231 0 0 75 4 6 2 20 0 15 0 107156559 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=11080032 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 14 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961575662496 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=11080032 memory=30444 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961374336128 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=11080032 memory=1043304 CPUtime=6.35 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 28529 13231 0 0 621 6 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=11080032 memory=4128 CPUtime=6.26 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 22811 13231 0 0 612 6 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=11080032 memory=4128 CPUtime=3.16 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 23726 13231 0 0 303 5 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=11080032 memory=1728 CPUtime=0.21 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 425 13231 0 0 5 8 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1043332 KiB

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

[startup+234.158 s]
# the end of solver process 18090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.346 s, system=0.797663 s

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

[startup+234.11 s]
/proc/loadavg: 1.42 1.53 1.49 3/215 18288
/proc/meminfo: memFree=21472720/32770624 swapFree=67108860/67108860
[pid=18090] ppid=18087 vsize=11080032 memory=1043332 CPUtime=252.09 cores=1,3,5,7
/proc/18090/stat : 18090 (java) S 18087 18090 6396 0 -1 1077944320 151034 13231 0 0 25126 75 6 2 20 0 15 0 107156548 11345952768 260833 33554432000 4194304 4196468 140735129114288 140735129096832 139962800422647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
/proc/18090/statm: 2770008 260833 3527 1 0 2731661 0
[pid=18090/tid=18143] ppid=18087 vsize=11080032 memory=1043332 CPUtime=232.14 cores=1,3,5,7
/proc/18090/task/18143/stat : 18143 (java) R 18087 18090 6396 0 -1 4202560 54684 13231 0 0 23180 26 6 2 20 0 15 0 107156557 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962772256880 139962348209177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18144] ppid=18087 vsize=11080032 memory=1043288 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18144/stat : 18144 (java) S 18087 18090 6396 0 -1 1077944384 3103 13231 0 0 79 6 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962804665232 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18145] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18145/stat : 18145 (java) S 18087 18090 6396 0 -1 1077944384 3231 13231 0 0 81 4 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962659384080 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18146] ppid=18087 vsize=11080032 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/18090/task/18146/stat : 18146 (java) S 18087 18090 6396 0 -1 1077944384 1652 13231 0 0 78 5 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962658331792 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18147] ppid=18087 vsize=11080032 memory=280384459010912 CPUtime=0.93 cores=1,3,5,7
/proc/18090/task/18147/stat : 18147 (java) S 18087 18090 6396 0 -1 1077944384 4764 13231 0 0 78 7 6 2 20 0 15 0 107156558 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962657278992 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18148] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.87 cores=1,3,5,7
/proc/18090/task/18148/stat : 18148 (java) S 18087 18090 6396 0 -1 1077944384 5898 13231 0 0 75 4 6 2 20 0 15 0 107156559 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962054678640 139962800433794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18149] ppid=18087 vsize=11080032 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18149/stat : 18149 (java) S 18087 18090 6396 0 -1 1077944384 14 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961575662496 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18150] ppid=18087 vsize=11080032 memory=30444 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18150/stat : 18150 (java) S 18087 18090 6396 0 -1 1077944384 1 13231 0 0 0 0 6 2 20 0 15 0 107156560 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961374336128 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18151] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18151/stat : 18151 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139961066936400 139962800441243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18152] ppid=18087 vsize=11080032 memory=1043304 CPUtime=6.35 cores=1,3,5,7
/proc/18090/task/18152/stat : 18152 (java) S 18087 18090 6396 0 -1 1077944384 28529 13231 0 0 621 6 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962053626480 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18153] ppid=18087 vsize=11080032 memory=4128 CPUtime=6.26 cores=1,3,5,7
/proc/18090/task/18153/stat : 18153 (java) S 18087 18090 6396 0 -1 1077944384 22811 13231 0 0 612 6 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962052573680 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18154] ppid=18087 vsize=11080032 memory=4128 CPUtime=3.16 cores=1,3,5,7
/proc/18090/task/18154/stat : 18154 (java) S 18087 18090 6396 0 -1 1077944384 23726 13231 0 0 303 5 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962051521392 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18155] ppid=18087 vsize=11080032 memory=1043332 CPUtime=0.08 cores=1,3,5,7
/proc/18090/task/18155/stat : 18155 (java) S 18087 18090 6396 0 -1 1077944384 3 13231 0 0 0 0 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139960636140512 139962800432853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
[pid=18090/tid=18156] ppid=18087 vsize=11080032 memory=1728 CPUtime=0.21 cores=1,3,5,7
/proc/18090/task/18156/stat : 18156 (java) S 18087 18090 6396 0 -1 1077944384 425 13231 0 0 5 8 6 2 20 0 15 0 107156563 11345952768 260833 33554432000 4194304 4196468 140735129114288 139962050468272 139962800433794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22110208 140735129123441 140735129126241 140735129126241 140735129128911 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1043332 KiB

Child status: 143
Real time (s): 234.158
CPU time (s): 252.143
CPU user time (s): 251.346
CPU system time (s): 0.797663
CPU usage (%): 107.681
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1108848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.346
system time used= 0.797663
maximum resident set size= 1110900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32460
involuntary context switches= 712


# summary of solver processes directly reported to runsolver:
#   pid: 18090
#   total CPU time (s): 252.143
#   total CPU user time (s): 251.346
#   total CPU system time (s): 0.797663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.21885 second user time and 2.44048 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:25:34
IDJOB=4302485
IDBENCH=141215
IDSOLVER=2776
FILE ID=node139/4302485-1532895934
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302485-1532895934/watcher-4302485-1532895934 -o /tmp/evaluation-result-4302485-1532895934/solver-4302485-1532895934 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2003535944 HOME/instance-4302485-1532895934.xml

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

MD5SUM BENCH= e8035d4b0abecbc1a78dd1ff35d13fe4
RANDOM SEED=2003535944

node139.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.80
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.80
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.80
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.80
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:        21579856 kB
MemAvailable:   29637688 kB
Buffers:          253024 kB
Cached:          7918988 kB
SwapCached:            0 kB
Active:          5366056 kB
Inactive:        5145436 kB
Active(anon):    2294376 kB
Inactive(anon):    73544 kB
Active(file):    3071680 kB
Inactive(file):  5071892 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:       2363484 kB
Mapped:            58272 kB
Shmem:             25228 kB
Slab:             371820 kB
SReclaimable:     342720 kB
SUnreclaim:        29100 kB
KernelStack:        3792 kB
PageTables:        10540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3369600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2136064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:29:28