Trace number 4302697

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)647 252.053 235.044

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark252.005
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
21.12/12.71	o 883
21.12/12.76	o 860
38.35/26.14	o 853
38.35/26.15	o 852
38.35/26.18	o 851
50.75/37.92	o 833
50.75/37.93	o 827
50.75/37.93	o 821
50.75/37.94	o 819
50.75/37.94	o 809
50.75/37.95	o 801
50.75/37.95	o 794
50.75/37.96	o 788
50.75/37.98	o 782
51.19/38.21	o 768
51.48/38.47	o 761
55.10/42.01	o 749
55.10/42.07	o 741
55.42/42.30	o 734
73.41/59.78	o 704
73.41/59.79	o 695
73.52/59.82	o 681
73.52/59.82	o 679
73.52/59.83	o 674
73.52/59.89	o 669
73.94/60.19	o 667
74.04/60.21	o 663
74.29/60.49	o 659
74.29/60.50	o 658
119.15/103.79	o 654
125.97/110.47	o 647
252.00/235.01	Exception in thread "main" java.util.concurrent.TimeoutException
252.00/235.01		at concrete.MAC.mac(MAC.scala:188)
252.00/235.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/235.01		at scala.util.Try$.apply(Try.scala:209)
252.00/235.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/235.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/235.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/235.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/235.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/235.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/235.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/235.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/235.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/235.01		at concrete.MAC.oneRun(MAC.scala:253)
252.00/235.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/235.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/235.01		at concrete.Solver.hasNext(Solver.scala:166)
252.00/235.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/235.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/235.01		at concrete.Solver.foreach(Solver.scala:68)
252.00/235.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/235.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/235.01		at scala.util.Success.map(Try.scala:209)
252.00/235.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/235.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/235.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/235.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/235.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/235.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/235.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/235.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/235.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/235.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/235.01		at scala.App.main(App.scala:76)
252.00/235.01		at scala.App.main$(App.scala:74)
252.00/235.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/235.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/235.02	v <instantiation cost="647">
252.00/235.02	v       <list>
252.00/235.02	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74]
252.00/235.02	v       </list>
252.00/235.02	v       <values>
252.00/235.02	v         43 33 37 39 40 27 22 23 20 17 74 69 64 56 55 46 51 54 50 52 32 36 35 42 18 15 7 5 11 8 4 10 6 24 41 34 59 67 73 30 44 26 3 2 1 0 71 70 48 53 47 31 29 28 21 12 14 25 19 16 9 13 58 57 65 45 49 61 60 63 68 66 72 62 38 4 1 2 9 5 7 1 4 4 52 6 4 7 1 8 5 3 2 6 10 3 2 7 14 5 9 6 9 7 3 6 4 15 11 4 17 14 22 25 16 10 19 1 5 7 51 3 11 6 4 9 3 1 7 10 6 10 5 3 6 4 36 5 4 17 3 6 2 3 3 8 6 7 15 11
252.00/235.02	v       </values>
252.00/235.02	v     </instantiation>
252.00/235.02	s SATISFIABLE

Verifier Data

OK	647

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302697-1532898701/watcher-4302697-1532898701 -o /tmp/evaluation-result-4302697-1532898701/solver-4302697-1532898701 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1847277242 -superng HOME/instance-4302697-1532898701.xml 

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

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
solver pid=22250, runsolver pid=22247
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.78 1.70 1.77 3/208 22307
/proc/meminfo: memFree=23269520/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=10005480 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 4376 12934 0 0 1 1 5 2 20 0 6 0 107433271 10245611520 4716 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2501370 4716 1935 1 0 2489808 0
[pid=22250/tid=22303] ppid=22247 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 2188 12934 0 0 1 0 5 2 20 0 6 0 107433280 10245611520 4716 33554432000 4194304 4196468 140731203649952 140692955169360 140692969015091 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 6 0 107433281 10245611520 4716 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=10005480 memory=140525027194496 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 6 0 107433281 10245611520 4716 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 6 0 107433281 10245611520 4716 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 6 0 107433281 10245611520 4716 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210181 s]*
/proc/loadavg: 1.78 1.70 1.77 3/217 22316
/proc/meminfo: memFree=23245988/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=10982744 memory=44752 CPUtime=0.25 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 7912 12934 0 0 17 1 5 2 20 0 15 0 107433271 11246329856 11188 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2745686 11188 2964 1 0 2708109 0
[pid=22250/tid=22303] ppid=22247 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 4493 12934 0 0 11 0 5 2 20 0 15 0 107433280 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692955153696 140692967413086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=10982744 memory=3545938218301519520 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=10982744 memory=140525027194496 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246329856 11254 33554432000 4194304 4196468 140731203649952 140691733734176 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433283 11246329856 11254 33554432000 4194304 4196468 140731203649952 140691585885296 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11246329856 11254 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 403 12934 0 0 1 0 5 2 20 0 15 0 107433285 11246329856 11254 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 185 12934 0 0 1 0 5 2 20 0 15 0 107433285 11246362624 11254 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=10982776 memory=140525027194496 CPUtime=0.1 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 619 12934 0 0 3 0 5 2 20 0 15 0 107433285 11246362624 11254 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11247345664 11254 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=10983736 memory=140525027194496 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433286 11247345664 11254 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44752 KiB

[startup+0.310524 s]*
/proc/loadavg: 1.78 1.70 1.77 3/217 22316
/proc/meminfo: memFree=23234036/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=10983192 memory=55488 CPUtime=0.37 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 10409 12934 0 0 28 2 5 2 20 0 15 0 107433271 11246788608 13872 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2745798 13872 3083 1 0 2708109 0
[pid=22250/tid=22303] ppid=22247 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 6976 12934 0 0 20 1 5 2 20 0 15 0 107433280 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692955144608 140692967413086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246788608 13872 33554432000 4194304 4196468 140731203649952 140691733734176 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433283 11246788608 13872 33554432000 4194304 4196468 140731203649952 140691585885296 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11246788608 13872 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 403 12934 0 0 1 0 5 2 20 0 15 0 107433285 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 186 12934 0 0 1 0 5 2 20 0 15 0 107433285 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=10983192 memory=140525027194496 CPUtime=0.11 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 626 12934 0 0 4 0 5 2 20 0 15 0 107433285 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11246788608 13872 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=10983192 memory=140525027194496 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433286 11246788608 13872 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55488 KiB

[startup+0.700733 s]
/proc/loadavg: 1.78 1.70 1.77 3/217 22316
/proc/meminfo: memFree=23223412/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=10983192 memory=88512 CPUtime=0.98 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 16755 12934 0 0 87 4 5 2 20 0 15 0 107433271 11246788608 22128 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2745798 22128 3247 1 0 2708109 0
[pid=22250/tid=22303] ppid=22247 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 12224 12934 0 0 56 3 5 2 20 0 15 0 107433280 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692955153424 140692966519408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=10983192 memory=489 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 2 12934 0 0 0 0 5 2 20 0 15 0 107433281 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 5 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107433282 11246788608 22128 33554432000 4194304 4196468 140731203649952 140691733734176 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433283 11246788608 22128 33554432000 4194304 4196468 140731203649952 140691585885296 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11246788608 22128 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 794 12934 0 0 7 0 5 2 20 0 15 0 107433285 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 790 12934 0 0 9 0 5 2 20 0 15 0 107433285 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 724 12934 0 0 13 0 5 2 20 0 15 0 107433285 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11246788608 22128 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433286 11246788608 22128 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88512 KiB

[startup+1.5015 s]
/proc/loadavg: 1.78 1.70 1.77 4/217 22316
/proc/meminfo: memFree=23116040/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=10998092 memory=199764 CPUtime=2.95 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 29263 12934 0 0 276 12 5 2 20 0 15 0 107433271 11262046208 49941 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2749523 49941 3469 1 0 2711181 0
[pid=22250/tid=22303] ppid=22247 vsize=10998092 memory=4951091520830867572 CPUtime=1.41 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 17985 12934 0 0 126 8 5 2 20 0 15 0 107433280 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692955149216 140692983354525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=10998092 memory=4134606225630022328 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 174 12934 0 0 0 0 5 2 20 0 15 0 107433281 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=10998092 memory=-5153075247754915999 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 60 12934 0 0 1 0 5 2 20 0 15 0 107433281 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=10998092 memory=-9107778616255037338 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 5 12934 0 0 0 0 5 2 20 0 15 0 107433281 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=10998092 memory=121968 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 39 12934 0 0 1 0 5 2 20 0 15 0 107433281 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 122 12934 0 0 1 0 5 2 20 0 15 0 107433282 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 13 12934 0 0 0 0 5 2 20 0 15 0 107433282 11262046208 49941 33554432000 4194304 4196468 140731203649952 140691733734176 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=10998092 memory=281049775014176 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433283 11262046208 49941 33554432000 4194304 4196468 140731203649952 140691585885296 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=10998092 memory=281049775429120 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11262046208 49941 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=10998092 memory=140524887516800 CPUtime=0.58 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) R 22247 22250 12222 0 -1 4202560 2835 12934 0 0 51 0 5 2 20 0 15 0 107433285 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692475389120 140692961745314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=10998092 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) R 22247 22250 12222 0 -1 4202560 4179 12934 0 0 57 0 5 2 20 0 15 0 107433285 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692474336632 140692966819002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=10998092 memory=1200 CPUtime=0.4 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 1652 12934 0 0 33 0 5 2 20 0 15 0 107433285 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=10998092 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11262046208 49941 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=10998092 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 1 12934 0 0 0 0 5 2 20 0 15 0 107433286 11262046208 49941 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 58210 12934 0 0 10133 24 5 2 20 0 15 0 107433280 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692955165384 140692554830560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=11080032 memory=1170904 CPUtime=0.56 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2525 12934 0 0 33 16 5 2 20 0 15 0 107433281 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=11080032 memory=612088 CPUtime=0.56 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1913 12934 0 0 34 15 5 2 20 0 15 0 107433281 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=11080032 memory=148 CPUtime=0.54 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 2052 12934 0 0 33 14 5 2 20 0 15 0 107433281 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=11080032 memory=1300 CPUtime=0.57 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 1512 12934 0 0 35 15 5 2 20 0 15 0 107433281 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=11080032 memory=1840 CPUtime=0.13 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 3515 12934 0 0 6 0 5 2 20 0 15 0 107433282 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=11080032 memory=281049775313280 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 22 12934 0 0 0 0 5 2 20 0 15 0 107433282 11345952768 292726 33554432000 4194304 4196468 140731203649952 140691733734240 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=11080032 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 21 12934 0 0 0 0 5 2 20 0 15 0 107433283 11345952768 292726 33554432000 4194304 4196468 140731203649952 140691585885312 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=11080032 memory=1170904 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11345952768 292726 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=11080032 memory=5372 CPUtime=6.02 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 20628 12934 0 0 592 3 5 2 20 0 15 0 107433285 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=11080032 memory=1208376 CPUtime=6.07 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 18260 12934 0 0 596 4 5 2 20 0 15 0 107433285 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=11080032 memory=1208376 CPUtime=2.07 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 18428 12934 0 0 198 2 5 2 20 0 15 0 107433285 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11345952768 292726 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=11080032 memory=4629771062077588875 CPUtime=0.1 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 717 12934 0 0 2 1 5 2 20 0 15 0 107433286 11345952768 292726 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 117.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1170904 KiB

[startup+162.301 s]
/proc/loadavg: 1.72 1.77 1.78 3/217 22318
/proc/meminfo: memFree=22304116/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=11080032 memory=951844 CPUtime=178.7 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 142073 12934 0 0 17759 104 5 2 20 0 15 0 107433271 11345952768 237961 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2770008 237961 3531 1 0 2731661 0
[pid=22250/tid=22303] ppid=22247 vsize=11080032 memory=951844 CPUtime=161.38 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 62642 12934 0 0 16107 24 5 2 20 0 15 0 107433280 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692955164408 140692557208934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=11080032 memory=951844 CPUtime=0.8 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2648 12934 0 0 56 17 5 2 20 0 15 0 107433281 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=11080032 memory=951844 CPUtime=0.8 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 1992 12934 0 0 57 16 5 2 20 0 15 0 107433281 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=11080032 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 2150 12934 0 0 56 15 5 2 20 0 15 0 107433281 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=11080032 memory=951844 CPUtime=0.8 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 4166 12934 0 0 57 16 5 2 20 0 15 0 107433281 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=11080032 memory=967700 CPUtime=0.15 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 3793 12934 0 0 7 1 5 2 20 0 15 0 107433282 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=11080032 memory=4012 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 22 12934 0 0 0 0 5 2 20 0 15 0 107433282 11345952768 237961 33554432000 4194304 4196468 140731203649952 140691733734240 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=11080032 memory=1113448 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 21 12934 0 0 0 0 5 2 20 0 15 0 107433283 11345952768 237961 33554432000 4194304 4196468 140731203649952 140691585885312 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11345952768 237961 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=11080032 memory=951844 CPUtime=6.12 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 22258 12934 0 0 602 3 5 2 20 0 15 0 107433285 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=11080032 memory=951844 CPUtime=6.17 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 20691 12934 0 0 606 4 5 2 20 0 15 0 107433285 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=11080032 memory=967700 CPUtime=2.1 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 18739 12934 0 0 201 2 5 2 20 0 15 0 107433285 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=11080032 memory=4012 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11345952768 237961 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=11080032 memory=967700 CPUtime=0.12 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 754 12934 0 0 3 2 5 2 20 0 15 0 107433286 11345952768 237961 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 178.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 951844 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.70 1.76 6/215 22450
/proc/meminfo: memFree=22772424/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=11080032 memory=761036 CPUtime=239.22 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 152899 12934 0 0 23806 109 5 2 20 0 15 0 107433271 11345952768 190259 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2770008 190259 3531 1 0 2731661 0
[pid=22250/tid=22303] ppid=22247 vsize=11080032 memory=851304 CPUtime=221.22 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 64611 12934 0 0 22091 24 5 2 20 0 15 0 107433280 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692955164128 140692558321609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=11080032 memory=824116 CPUtime=0.92 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2744 12934 0 0 68 17 5 2 20 0 15 0 107433281 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=11080032 memory=824116 CPUtime=0.93 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 3801 12934 0 0 69 17 5 2 20 0 15 0 107433281 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=11080032 memory=792296 CPUtime=0.91 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 2203 12934 0 0 68 16 5 2 20 0 15 0 107433281 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=11080032 memory=780024 CPUtime=0.93 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 4222 12934 0 0 69 17 5 2 20 0 15 0 107433281 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=11080032 memory=761036 CPUtime=0.16 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 4058 12934 0 0 8 1 5 2 20 0 15 0 107433282 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=11080032 memory=761036 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 22 12934 0 0 0 0 5 2 20 0 15 0 107433282 11345952768 190259 33554432000 4194304 4196468 140731203649952 140691733734240 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=11080032 memory=767712 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 21 12934 0 0 0 0 5 2 20 0 15 0 107433283 11345952768 190259 33554432000 4194304 4196468 140731203649952 140691585885312 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=11080032 memory=761036 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11345952768 190259 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=11080032 memory=761036 CPUtime=6.17 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 24796 12934 0 0 607 3 5 2 20 0 15 0 107433285 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=11080032 memory=15876 CPUtime=6.23 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 22743 12934 0 0 612 4 5 2 20 0 15 0 107433285 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=11080032 memory=4012 CPUtime=2.12 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 20629 12934 0 0 203 2 5 2 20 0 15 0 107433285 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=11080032 memory=30656 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11345952768 190259 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=11080032 memory=792296 CPUtime=0.16 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 852 12934 0 0 5 4 5 2 20 0 15 0 107433286 11345952768 190259 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 239.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 761036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.001 s]*
/proc/loadavg: 1.72 1.73 1.77 4/215 22450
/proc/meminfo: memFree=22141280/32770624 swapFree=67108404/67108860
[pid=22250] ppid=22247 vsize=11080032 memory=706168 CPUtime=252 cores=0,2,4,6
/proc/22250/stat : 22250 (java) S 22247 22250 12222 0 -1 1077944320 153558 12934 0 0 25083 110 5 2 20 0 15 0 107433271 11345952768 176542 33554432000 4194304 4196468 140731203649952 140731203632496 140692983332599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
/proc/22250/statm: 2770008 176542 3531 1 0 2731661 0
[pid=22250/tid=22303] ppid=22247 vsize=11080032 memory=6791534058613427641 CPUtime=233.91 cores=0,2,4,6
/proc/22250/task/22303/stat : 22303 (java) R 22247 22250 12222 0 -1 4202560 64888 12934 0 0 23360 24 5 2 20 0 15 0 107433280 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692955167600 140692558321638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22304] ppid=22247 vsize=11080032 memory=4126316290023845779 CPUtime=0.93 cores=0,2,4,6
/proc/22250/task/22304/stat : 22304 (java) S 22247 22250 12222 0 -1 1077944384 2748 12934 0 0 69 17 5 2 20 0 15 0 107433281 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692987575184 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22305] ppid=22247 vsize=11080032 memory=7100839887218452609 CPUtime=0.94 cores=0,2,4,6
/proc/22250/task/22305/stat : 22305 (java) S 22247 22250 12222 0 -1 1077944384 3806 12934 0 0 70 17 5 2 20 0 15 0 107433281 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692868840208 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22306] ppid=22247 vsize=11080032 memory=6297831537088227440 CPUtime=0.92 cores=0,2,4,6
/proc/22250/task/22306/stat : 22306 (java) S 22247 22250 12222 0 -1 1077944384 2205 12934 0 0 69 16 5 2 20 0 15 0 107433281 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692867787920 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22307] ppid=22247 vsize=11080032 memory=7013346343823632999 CPUtime=0.94 cores=0,2,4,6
/proc/22250/task/22307/stat : 22307 (java) S 22247 22250 12222 0 -1 1077944384 4225 12934 0 0 70 17 5 2 20 0 15 0 107433281 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692866735120 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22308] ppid=22247 vsize=11080032 memory=8025788800891120996 CPUtime=0.16 cores=0,2,4,6
/proc/22250/task/22308/stat : 22308 (java) S 22247 22250 12222 0 -1 1077944384 4069 12934 0 0 8 1 5 2 20 0 15 0 107433282 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692476455024 140692983343746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22309] ppid=22247 vsize=11080032 memory=7230362507174236502 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22309/stat : 22309 (java) S 22247 22250 12222 0 -1 1077944384 22 12934 0 0 0 0 5 2 20 0 15 0 107433282 11345952768 176542 33554432000 4194304 4196468 140731203649952 140691733734240 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22310] ppid=22247 vsize=11080032 memory=7230362507174236502 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22310/stat : 22310 (java) S 22247 22250 12222 0 -1 1077944384 21 12934 0 0 0 0 5 2 20 0 15 0 107433283 11345952768 176542 33554432000 4194304 4196468 140731203649952 140691585885312 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22311] ppid=22247 vsize=11080032 memory=4132771212803713616 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22311/stat : 22311 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433285 11345952768 176542 33554432000 4194304 4196468 140731203649952 140691278485584 140692983351195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22312] ppid=22247 vsize=11080032 memory=7230354741939103332 CPUtime=6.19 cores=0,2,4,6
/proc/22250/task/22312/stat : 22312 (java) S 22247 22250 12222 0 -1 1077944384 25071 12934 0 0 609 3 5 2 20 0 15 0 107433285 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692475402864 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22313] ppid=22247 vsize=11080032 memory=7595725831727968097 CPUtime=6.23 cores=0,2,4,6
/proc/22250/task/22313/stat : 22313 (java) S 22247 22250 12222 0 -1 1077944384 22775 12934 0 0 612 4 5 2 20 0 15 0 107433285 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692474350064 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22314] ppid=22247 vsize=11080032 memory=7957689449132282197 CPUtime=2.12 cores=0,2,4,6
/proc/22250/task/22314/stat : 22314 (java) S 22247 22250 12222 0 -1 1077944384 20677 12934 0 0 203 2 5 2 20 0 15 0 107433285 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692473297776 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22315] ppid=22247 vsize=11080032 memory=7230354741939103332 CPUtime=0.07 cores=0,2,4,6
/proc/22250/task/22315/stat : 22315 (java) S 22247 22250 12222 0 -1 1077944384 3 12934 0 0 0 0 5 2 20 0 15 0 107433286 11345952768 176542 33554432000 4194304 4196468 140731203649952 140690847689696 140692983342805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
[pid=22250/tid=22316] ppid=22247 vsize=11080032 memory=7810487918915055718 CPUtime=0.16 cores=0,2,4,6
/proc/22250/task/22316/stat : 22316 (java) S 22247 22250 12222 0 -1 1077944384 854 12934 0 0 5 4 5 2 20 0 15 0 107433286 11345952768 176542 33554432000 4194304 4196468 140731203649952 140692472244656 140692983343746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19767296 140731203656296 140731203659105 140731203659105 140731203661775 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 706168 KiB

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

[startup+235.044 s]
# the end of solver process 22250 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.907 s, system=1.14585 s

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

Child status: 143
Real time (s): 235.044
CPU time (s): 252.053
CPU user time (s): 250.907
CPU system time (s): 1.14585
CPU usage (%): 107.237
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1208376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.907
system time used= 1.14585
maximum resident set size= 1220664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14869
involuntary context switches= 922


# summary of solver processes directly reported to runsolver:
#   pid: 22250
#   total CPU time (s): 252.053
#   total CPU user time (s): 250.907
#   total CPU system time (s): 1.14585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38242 second user time and 2.29875 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 23:11:41
IDJOB=4302697
IDBENCH=141625
IDSOLVER=2777
FILE ID=node148/4302697-1532898701
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302697-1532898701/watcher-4302697-1532898701 -o /tmp/evaluation-result-4302697-1532898701/solver-4302697-1532898701 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1847277242 -superng HOME/instance-4302697-1532898701.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=1847277242

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23276980 kB
MemAvailable:   31329380 kB
Buffers:          249928 kB
Cached:          7953092 kB
SwapCached:          352 kB
Active:          2481748 kB
Inactive:        6376884 kB
Active(anon):     609296 kB
Inactive(anon):    74228 kB
Active(file):    1872452 kB
Inactive(file):  6302656 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26728 kB
Writeback:            24 kB
AnonPages:        561696 kB
Mapped:            57648 kB
Shmem:             25016 kB
Slab:             334076 kB
SReclaimable:     305752 kB
SUnreclaim:        28324 kB
KernelStack:        3792 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1901652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 23:15:36