Trace number 4304359

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)397 2520.05 2466.23

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 benchmark229
Best CPU time to get the best result obtained on this benchmark2520.12
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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
8.94/4.19	o 658
9.23/4.25	o 656
9.23/4.27	o 535
11.36/5.36	o 534
11.36/5.36	o 532
21.04/12.50	o 531
124.88/112.47	o 530
126.74/114.12	o 529
181.88/167.61	o 528
181.88/167.61	o 527
183.81/169.17	o 526
259.44/242.30	o 525
259.58/242.40	o 523
259.58/242.41	o 522
259.91/242.75	o 521
294.83/276.15	o 520
335.51/315.46	o 519
335.51/315.47	o 518
335.51/315.47	o 517
335.51/315.48	o 516
336.04/315.74	o 515
336.04/315.74	o 514
336.04/315.74	o 513
336.04/315.74	o 512
491.36/468.67	o 511
491.46/468.72	o 510
498.57/475.70	o 509
498.57/475.71	o 507
919.58/890.63	o 506
919.58/890.63	o 505
919.99/891.10	o 504
1142.67/1110.33	o 410
1142.67/1110.33	o 409
1142.67/1110.34	o 407
1142.67/1110.34	o 406
1142.67/1110.34	o 405
1142.67/1110.35	o 404
1145.32/1112.96	o 403
1145.32/1112.97	o 402
1145.43/1113.07	o 398
1203.50/1170.22	o 397
2520.01/2466.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2466.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2466.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2466.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2466.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2466.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2466.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2466.20		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.01/2466.20		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.01/2466.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2466.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.01/2466.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.01/2466.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.01/2466.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2466.20		at scala.Option.map(Option.scala:146)
2520.01/2466.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2466.20		at concrete.MAC.mac(MAC.scala:203)
2520.01/2466.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2466.20		at scala.util.Try$.apply(Try.scala:209)
2520.01/2466.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2466.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2466.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2466.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2466.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2466.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2466.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2466.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2466.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2466.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2466.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2466.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2466.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2466.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2466.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2466.21		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2466.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2466.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2466.21		at scala.util.Success.map(Try.scala:209)
2520.01/2466.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2466.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2466.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2466.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2466.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2466.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2466.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2466.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2466.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2466.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2466.21		at scala.App.main(App.scala:76)
2520.01/2466.21		at scala.App.main$(App.scala:74)
2520.01/2466.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2466.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2466.21	v <instantiation cost="397">
2520.01/2466.21	v       <list>
2520.01/2466.21	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]
2520.01/2466.21	v       </list>
2520.01/2466.21	v       <values>
2520.01/2466.21	v         1 1 2 4 6 4 2 3 3 3 5 3 1 5 0 4 3 5 2 0 1 2 3 2 0 4 2 4 0 2 1 2 1 1 5 3 5 1 1 4 6 5 3 0 6 2 1 3 6 4 0 0 3 1 2 3 0 1 3 2 2 0 3 3 0 1 0 1 1 3 2 2 1 2 2 3 0 5 0 2 1 3 2 4 3 0 1 3 3 1 0 3 5 0 1 4 3 0 0 2 5 2 4 1 0 1 1 4 3 1 1 4 0 1 0 3 1 4 0 124 2 2 0 5 4
2520.01/2466.21	v       </values>
2520.01/2466.21	v     </instantiation>
2520.01/2466.21	s SATISFIABLE

Verifier Data

OK	397

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304359-1534105355/watcher-4304359-1534105355 -o /tmp/evaluation-result-4304359-1534105355/solver-4304359-1534105355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1564982342 HOME/instance-4304359-1534105355.xml 

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

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

solver pid=14993, runsolver pid=14990

[startup+0.100068 s]*
/proc/loadavg: 1.87 1.47 1.38 3/207 15050
/proc/meminfo: memFree=17692116/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=10005480 memory=16284 CPUtime=0.09 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 4239 13212 0 0 1 0 5 3 20 0 6 0 228098737 10245611520 4071 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2501370 4071 1919 1 0 2489808 0
[pid=14993/tid=15046] ppid=14990 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 2089 13212 0 0 0 0 5 3 20 0 6 0 228098747 10245611520 4137 33554432000 4194304 4196468 140731305586752 139621831955024 139621844198750 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=10005480 memory=5793855727750556089 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 6 0 228098747 10245611520 4137 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=10005480 memory=140476740662912 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 6 0 228098747 10245611520 4137 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 6 0 228098747 10245611520 4137 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 6 0 228098747 10245611520 4137 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.20984 s]*
/proc/loadavg: 1.87 1.47 1.38 3/216 15059
/proc/meminfo: memFree=17670384/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=10982744 memory=40620 CPUtime=0.25 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 7374 13212 0 0 16 1 5 3 20 0 15 0 228098737 11246329856 10155 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2745686 10155 2947 1 0 2708109 0
[pid=14993/tid=15046] ppid=14990 vsize=10982744 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 4128 13212 0 0 10 0 5 3 20 0 15 0 228098747 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621831939360 139621840394091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=10982744 memory=4211974202945453450 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=10982744 memory=140476740662912 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=10982744 memory=140476740662912 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246329856 10353 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 13 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246329856 10353 33554432000 4194304 4196468 140731305586752 139620662633632 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 21 13212 0 0 0 0 5 3 20 0 15 0 228098750 11246329856 10353 33554432000 4194304 4196468 140731305586752 139620595520240 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246329856 10419 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 427 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246329856 10419 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 190 13212 0 0 1 0 5 3 20 0 15 0 228098752 11246329856 10419 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=10982744 memory=140476740662912 CPUtime=0.11 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 610 13212 0 0 3 0 5 3 20 0 15 0 228098752 11246329856 10419 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246329856 10419 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=10982744 memory=140476740662912 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098753 11246329856 10419 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40620 KiB

[startup+0.310125 s]*
/proc/loadavg: 1.87 1.47 1.38 3/216 15059
/proc/meminfo: memFree=17657856/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=10983192 memory=53212 CPUtime=0.38 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 10420 13212 0 0 28 2 5 3 20 0 15 0 228098737 11246788608 13303 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2745798 13303 3066 1 0 2708109 0
[pid=14993/tid=15046] ppid=14990 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 6954 13212 0 0 19 1 5 3 20 0 15 0 228098747 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621831930696 139621844198750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=10983192 memory=140476740662911 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 13 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246788608 13345 33554432000 4194304 4196468 140731305586752 139620662633632 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=10983192 memory=140476740662912 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 21 13212 0 0 0 0 5 3 20 0 15 0 228098750 11246788608 13345 33554432000 4194304 4196468 140731305586752 139620595520240 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246788608 13345 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 429 13212 0 0 1 0 5 3 20 0 15 0 228098752 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 193 13212 0 0 1 0 5 3 20 0 15 0 228098752 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 618 13212 0 0 5 0 5 3 20 0 15 0 228098752 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246788608 13345 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098753 11246788608 13345 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53212 KiB

[startup+0.700781 s]
/proc/loadavg: 1.87 1.47 1.38 4/216 15059
/proc/meminfo: memFree=17646448/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=10983192 memory=86168 CPUtime=0.99 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 16803 13212 0 0 87 4 5 3 20 0 15 0 228098737 11246788608 21542 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2745798 21542 3238 1 0 2708109 0
[pid=14993/tid=15046] ppid=14990 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 12227 13212 0 0 56 3 5 3 20 0 15 0 228098747 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621831920544 139621860140189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=10983192 memory=3472468772055619394 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 2 13212 0 0 0 0 5 3 20 0 15 0 228098747 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 5 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 13 13212 0 0 0 0 5 3 20 0 15 0 228098749 11246788608 21542 33554432000 4194304 4196468 140731305586752 139620662633632 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=10983192 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 21 13212 0 0 0 0 5 3 20 0 15 0 228098750 11246788608 21542 33554432000 4194304 4196468 140731305586752 139620595520240 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246788608 21542 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=10983192 memory=280953272416288 CPUtime=0.15 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 843 13212 0 0 7 0 5 3 20 0 15 0 228098752 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=10983192 memory=6916 CPUtime=0.17 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 782 13212 0 0 9 0 5 3 20 0 15 0 228098752 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=10983192 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 708 13212 0 0 13 0 5 3 20 0 15 0 228098752 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=10983192 memory=280953272432256 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11246788608 21542 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=10983192 memory=280953272402160 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098753 11246788608 21542 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86168 KiB

[startup+1.50072 s]
/proc/loadavg: 1.87 1.47 1.38 5/216 15059
/proc/meminfo: memFree=17600116/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=10998092 memory=179504 CPUtime=2.38 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 23908 13212 0 0 222 8 5 3 20 0 15 0 228098737 11262046208 44876 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2749523 44876 3470 1 0 2711181 0
[pid=14993/tid=15046] ppid=14990 vsize=10998092 memory=100496 CPUtime=1.43 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 17521 13212 0 0 130 5 5 3 20 0 15 0 228098747 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621831925936 139621844161893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=10998092 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 20 13212 0 0 1 0 5 3 20 0 15 0 228098747 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=10998092 memory=280953272754400 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 15 13212 0 0 1 0 5 3 20 0 15 0 228098747 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 206 13212 0 0 1 0 5 3 20 0 15 0 228098747 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=10998092 memory=129330055247262 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 65 13212 0 0 1 0 5 3 20 0 15 0 228098747 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=10998092 memory=288230596050944315 CPUtime=0.09 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 49 13212 0 0 1 0 5 3 20 0 15 0 228098749 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=10998092 memory=14126766767740366 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 14 13212 0 0 0 0 5 3 20 0 15 0 228098749 11262046208 44876 33554432000 4194304 4196468 140731305586752 139620662633696 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 42 13212 0 0 0 0 5 3 20 0 15 0 228098750 11262046208 44876 33554432000 4194304 4196468 140731305586752 139620595520256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11262046208 44876 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 1343 13212 0 0 23 0 5 3 20 0 15 0 228098752 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=10998092 memory=-2127767602126543752 CPUtime=0.3 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 992 13212 0 0 22 0 5 3 20 0 15 0 228098752 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=10998092 memory=200 CPUtime=0.46 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 1443 13212 0 0 38 0 5 3 20 0 15 0 228098752 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=10998092 memory=118 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11262046208 44876 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1 13212 0 0 0 0 5 3 20 0 15 0 228098753 11262046208 44876 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10998092 KiB

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

/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 101858 13212 0 0 229522 56 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621831952208 139621435382585 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 17987 13212 0 0 1131 61 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.05 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 18184 13212 0 0 1140 57 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.04 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 14460 13212 0 0 1139 57 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.02 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 20031 13212 0 0 1144 50 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=11077984 memory=1103704 CPUtime=11.22 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 19002 13212 0 0 1056 58 5 3 20 0 15 0 228098749 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=11077984 memory=1103704 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 14 13212 0 0 0 0 5 3 20 0 15 0 228098749 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620662633760 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=11077984 memory=1103704 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 42 13212 0 0 0 0 5 3 20 0 15 0 228098750 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620595520256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=11077984 memory=7014464525305004136 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=11077984 memory=1103704 CPUtime=7.16 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 30380 13212 0 0 703 5 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=11077984 memory=1103704 CPUtime=7.14 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 39791 13212 0 0 700 6 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=11077984 memory=1103704 CPUtime=3.54 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 38985 13212 0 0 338 8 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=11077984 memory=1103704 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=11077984 memory=1103704 CPUtime=1.35 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1036 13212 0 0 65 62 5 3 20 0 15 0 228098753 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 2373.78 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1103704 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.26 1.30 3/215 15284
/proc/meminfo: memFree=16567516/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=11077984 memory=1103704 CPUtime=2434.74 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 306063 13212 0 0 243094 372 5 3 20 0 15 0 228098737 11343855616 275926 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2769496 275926 3530 1 0 2731149 0
[pid=14993/tid=15046] ppid=14990 vsize=11077984 memory=0 CPUtime=2355.18 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 102823 13212 0 0 235454 56 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621831953728 139621433264406 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.31 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 18352 13212 0 0 1161 62 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.38 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 18563 13212 0 0 1171 59 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.37 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 14565 13212 0 0 1171 58 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=11077984 memory=1103704 CPUtime=12.36 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 20064 13212 0 0 1176 52 5 3 20 0 15 0 228098747 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=11077984 memory=1103704 CPUtime=11.52 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 19228 13212 0 0 1084 60 5 3 20 0 15 0 228098749 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=11077984 memory=1103704 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 14 13212 0 0 0 0 5 3 20 0 15 0 228098749 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620662633760 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=11077984 memory=1103704 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 42 13212 0 0 0 0 5 3 20 0 15 0 228098750 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620595520256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=11077984 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=11077984 memory=1103704 CPUtime=7.16 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 30384 13212 0 0 703 5 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=11077984 memory=1692 CPUtime=7.14 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 39795 13212 0 0 700 6 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=11077984 memory=6791534058613427641 CPUtime=3.54 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 38989 13212 0 0 338 8 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=11077984 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 275926 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=11077984 memory=1103704 CPUtime=1.38 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1046 13212 0 0 67 63 5 3 20 0 15 0 228098753 11343855616 275926 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 2434.74 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1103704 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.27 1.30 3/215 15285
/proc/meminfo: memFree=16565396/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=11077984 memory=1105752 CPUtime=2495.75 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 307852 13212 0 0 249189 378 5 3 20 0 15 0 228098737 11343855616 276438 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2769496 276438 3530 1 0 2731149 0
[pid=14993/tid=15046] ppid=14990 vsize=11077984 memory=1103704 CPUtime=2414.49 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 103710 13212 0 0 241385 56 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621831952800 139621432657856 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=11077984 memory=1105752 CPUtime=12.65 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 18444 13212 0 0 1194 63 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=11077984 memory=1105752 CPUtime=12.72 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 18935 13212 0 0 1204 60 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=11077984 memory=1105752 CPUtime=12.71 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 14583 13212 0 0 1204 59 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=11077984 memory=1105752 CPUtime=12.69 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 20087 13212 0 0 1208 53 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=11077984 memory=1105752 CPUtime=11.82 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 19601 13212 0 0 1113 61 5 3 20 0 15 0 228098749 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=11077984 memory=1105752 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 14 13212 0 0 0 0 5 3 20 0 15 0 228098749 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620662633760 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=11077984 memory=1105752 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 42 13212 0 0 0 0 5 3 20 0 15 0 228098750 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620595520256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=11077984 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=11077984 memory=1105752 CPUtime=7.16 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 30386 13212 0 0 703 5 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=11077984 memory=1105752 CPUtime=7.14 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 39797 13212 0 0 700 6 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=11077984 memory=1105752 CPUtime=3.54 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 38991 13212 0 0 338 8 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=11077984 memory=1105752 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=11077984 memory=1105752 CPUtime=1.41 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1064 13212 0 0 68 65 5 3 20 0 15 0 228098753 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 2495.75 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1105752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.2 s]
/proc/loadavg: 1.39 1.30 1.31 3/215 15286
/proc/meminfo: memFree=16563132/32770624 swapFree=67108196/67108860
[pid=14993] ppid=14990 vsize=11077984 memory=1105752 CPUtime=2520.01 cores=0,2,4,6
/proc/14993/stat : 14993 (java) S 14990 14993 13143 0 -1 1077944320 308218 13212 0 0 251612 381 5 3 20 0 15 0 228098737 11343855616 276438 33554432000 4194304 4196468 140731305586752 140731305569296 139621860118263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
/proc/14993/statm: 2769496 276438 3530 1 0 2731149 0
[pid=14993/tid=15046] ppid=14990 vsize=11077984 memory=288230596050944315 CPUtime=2438.16 cores=0,2,4,6
/proc/14993/task/15046/stat : 15046 (java) R 14990 14993 13143 0 -1 4202560 104051 13212 0 0 243751 57 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621831952608 139621434803082 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15047] ppid=14990 vsize=11077984 memory=14126766767740366 CPUtime=12.76 cores=0,2,4,6
/proc/14993/task/15047/stat : 15047 (java) S 14990 14993 13143 0 -1 1077944384 18446 13212 0 0 1204 64 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621864360976 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15048] ppid=14990 vsize=11077984 memory=1944 CPUtime=12.85 cores=0,2,4,6
/proc/14993/task/15048/stat : 15048 (java) S 14990 14993 13143 0 -1 1077944384 18935 13212 0 0 1216 61 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621745626256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15049] ppid=14990 vsize=11077984 memory=1384 CPUtime=12.83 cores=0,2,4,6
/proc/14993/task/15049/stat : 15049 (java) S 14990 14993 13143 0 -1 1077944384 14602 13212 0 0 1216 59 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621744573200 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15050] ppid=14990 vsize=11077984 memory=4168 CPUtime=12.82 cores=0,2,4,6
/proc/14993/task/15050/stat : 15050 (java) S 14990 14993 13143 0 -1 1077944384 20087 13212 0 0 1221 53 5 3 20 0 15 0 228098747 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621743520656 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15051] ppid=14990 vsize=11077984 memory=17816 CPUtime=11.92 cores=0,2,4,6
/proc/14993/task/15051/stat : 15051 (java) S 14990 14993 13143 0 -1 1077944384 19604 13212 0 0 1123 61 5 3 20 0 15 0 228098749 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621353064688 139621860129410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15052] ppid=14990 vsize=11077984 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15052/stat : 15052 (java) S 14990 14993 13143 0 -1 1077944384 14 13212 0 0 0 0 5 3 20 0 15 0 228098749 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620662633760 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15053] ppid=14990 vsize=11077984 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15053/stat : 15053 (java) S 14990 14993 13143 0 -1 1077944384 42 13212 0 0 0 0 5 3 20 0 15 0 228098750 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620595520256 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15054] ppid=14990 vsize=11077984 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15054/stat : 15054 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139620288124880 139621860136859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15055] ppid=14990 vsize=11077984 memory=960 CPUtime=7.16 cores=0,2,4,6
/proc/14993/task/15055/stat : 15055 (java) S 14990 14993 13143 0 -1 1077944384 30387 13212 0 0 703 5 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621352012528 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15056] ppid=14990 vsize=11077984 memory=2096 CPUtime=7.14 cores=0,2,4,6
/proc/14993/task/15056/stat : 15056 (java) S 14990 14993 13143 0 -1 1077944384 39797 13212 0 0 700 6 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621350959984 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15057] ppid=14990 vsize=11077984 memory=928 CPUtime=3.54 cores=0,2,4,6
/proc/14993/task/15057/stat : 15057 (java) S 14990 14993 13143 0 -1 1077944384 38991 13212 0 0 338 8 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621349906928 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15058] ppid=14990 vsize=11077984 memory=1105752 CPUtime=0.08 cores=0,2,4,6
/proc/14993/task/15058/stat : 15058 (java) S 14990 14993 13143 0 -1 1077944384 3 13212 0 0 0 0 5 3 20 0 15 0 228098752 11343855616 276438 33554432000 4194304 4196468 140731305586752 139619857328992 139621860128469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
[pid=14993/tid=15059] ppid=14990 vsize=11077984 memory=792 CPUtime=1.43 cores=0,2,4,6
/proc/14993/task/15059/stat : 15059 (java) S 14990 14993 13143 0 -1 1077944384 1064 13212 0 0 69 66 5 3 20 0 15 0 228098753 11343855616 276438 33554432000 4194304 4196468 140731305586752 139621348854320 139621860129410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 8998912 140731305593452 140731305596252 140731305596252 140731305598927 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1105752 KiB

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

[startup+2466.23 s]
# the end of solver process 14993 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.8562 s

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

Child status: 143
Real time (s): 2466.23
CPU time (s): 2520.05
CPU user time (s): 2516.19
CPU system time (s): 3.8562
CPU usage (%): 102.182
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1244944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.8562
maximum resident set size= 1245468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303673
involuntary context switches= 7916


# summary of solver processes directly reported to runsolver:
#   pid: 14993
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.8562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1885 second user time and 21.4902 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 22:22:35
IDJOB=4304359
IDBENCH=141215
IDSOLVER=2780
FILE ID=node151/4304359-1534105355
RUNJOBID= node151-1534096964-13174
PBS_JOBID= 21036999
Free space on /tmp= 41228 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-4304359-1534105355/watcher-4304359-1534105355 -o /tmp/evaluation-result-4304359-1534105355/solver-4304359-1534105355 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1564982342 HOME/instance-4304359-1534105355.xml

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

MD5SUM BENCH= e8035d4b0abecbc1a78dd1ff35d13fe4
RANDOM SEED=1564982342

node151.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.87
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.87
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.87
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.87
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:        17696608 kB
MemAvailable:   30910948 kB
Buffers:          193532 kB
Cached:         13134300 kB
SwapCached:           16 kB
Active:          6789360 kB
Inactive:        7586596 kB
Active(anon):     997376 kB
Inactive(anon):   102580 kB
Active(file):    5791984 kB
Inactive(file):  7484016 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26248 kB
Writeback:             0 kB
AnonPages:       1027008 kB
Mapped:            72588 kB
Shmem:             49524 kB
Slab:             394620 kB
SReclaimable:     366800 kB
SUnreclaim:        27820 kB
KernelStack:        3824 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2244800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-12 23:03:42