Trace number 4294341

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)136 2520.06 2478.63

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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/1.05	c Concrete v3.8.1528841891564 running
13.09/6.19	o 192
13.40/6.20	o 190
13.40/6.22	o 186
13.40/6.24	o 185
13.40/6.25	o 184
13.40/6.29	o 179
14.05/6.45	o 171
14.05/6.46	o 170
14.37/6.53	o 166
14.37/6.55	o 164
14.99/6.78	o 163
15.29/6.89	o 160
16.74/7.42	o 152
19.59/9.79	o 145
315.63/301.01	o 142
614.53/596.46	o 139
1151.10/1126.67	o 137
2239.74/2202.06	o 136
2520.01/2478.61	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2478.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2478.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2478.61		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2478.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2478.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2478.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2478.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2478.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2478.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2478.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2478.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.01/2478.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2478.61		at scala.Option.map(Option.scala:146)
2520.01/2478.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2478.61		at concrete.MAC.mac(MAC.scala:203)
2520.01/2478.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2478.61		at scala.util.Try$.apply(Try.scala:209)
2520.01/2478.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2478.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2478.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2478.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2478.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2478.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2478.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2478.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2478.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2478.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2478.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2478.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2478.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2478.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2478.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2478.61		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2478.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2478.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2478.61		at scala.util.Success.map(Try.scala:209)
2520.01/2478.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2478.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2478.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2478.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2478.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2478.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2478.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2478.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2478.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2478.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2478.61		at scala.App.main(App.scala:76)
2520.01/2478.61		at scala.App.main$(App.scala:74)
2520.01/2478.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2478.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2478.62	v <instantiation cost="136">
2520.01/2478.62	v       <list>
2520.01/2478.62	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2520.01/2478.62	v       </list>
2520.01/2478.62	v       <values>
2520.01/2478.62	v         0 7 9 17 22 33 45 51 65 86 105 132 135 136 7 9 17 22 33 45 51 65 86 105 132 135 136 2 10 15 26 38 44 58 79 98 125 128 129 8 13 24 36 42 56 77 96 123 126 127 5 16 28 34 48 69 88 115 118 119 11 23 29 43 64 83 110 113 114 12 18 32 53 72 99 102 103 6 20 41 60 87 90 91 14 35 54 81 84 85 21 40 67 70 71 19 46 49 50 27 30 31 3 4 1
2520.01/2478.62	v       </values>
2520.01/2478.62	v     </instantiation>
2520.01/2478.62	s SATISFIABLE

Verifier Data

OK	136

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294341-1532455735/watcher-4294341-1532455735 -o /tmp/evaluation-result-4294341-1532455735/solver-4294341-1532455735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=747856426 -superng HOME/instance-4294341-1532455735.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=26437, runsolver pid=26434

[startup+0.100166 s]*
/proc/loadavg: 1.50 1.35 1.35 2/205 26467
/proc/meminfo: memFree=21391080/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/26437/stat : 26437 (bash) S 26434 26437 24765 0 -1 4202496 881 5667 0 0 0 0 0 1 20 0 1 0 63136694 115974144 403 33554432000 4194304 5098028 140730938893792 140730938887800 140632180603904 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 32759808 140730938901654 140730938901800 140730938901800 140730938904558 0
/proc/26437/statm: 28314 403 319 221 0 119 0
[pid=26464] ppid=26437 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/26464/stat : 26464 (bash) S 26437 26437 24765 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 63136696 115974144 179 33554432000 4194304 5098028 140730938893792 140730938886472 140632180429436 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32759808 140730938901654 140730938901800 140730938901800 140730938904558 0
/proc/26464/statm: 28314 179 95 221 0 119 0
[pid=26465] ppid=26464 vsize=361196 memory=7712 CPUtime=0 cores=0,2,4,6
/proc/26465/stat : 26465 (java) S 26464 26437 24765 0 -1 1077944320 1699 0 0 0 0 0 0 0 20 0 2 0 63136696 369864704 1928 33554432000 4194304 4196468 140735078091392 140735078073936 139886831800055 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30015488 140735078098211 140735078098225 140735078098225 140735078100943 0
/proc/26465/statm: 90299 1928 1076 1 0 79210 0
[pid=26465/tid=26467] ppid=26464 vsize=361196 memory=-6949179150270506172 CPUtime=0 cores=0,2,4,6
/proc/26465/task/26467/stat : 26467 (java) S 26464 26437 24765 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 2 0 63136699 369864704 1928 33554432000 4194304 4196468 140735078091392 139886836042144 139886831811202 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30015488 140735078098211 140735078098225 140735078098225 140735078100943 0
[pid=26466] ppid=26464 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/26466/stat : 26466 (awk) S 26464 26437 24765 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 63136696 116211712 243 33554432000 4194304 4609284 140720350881280 140720350880456 140434862205952 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 35110912 140720350885203 140720350885233 140720350885233 140720350887919 0
/proc/26466/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 701196 KiB
Current children cumulated memory: 11012 KiB

[startup+0.210182 s]*
/proc/loadavg: 1.50 1.35 1.35 2/201 26489
/proc/meminfo: memFree=21392700/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=132556 memory=4788 CPUtime=0.08 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 2297 13104 0 0 0 0 5 3 20 0 2 0 63136694 135737344 1197 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 33139 1197 880 1 0 24737 0
[pid=26437/tid=26490] ppid=26434 vsize=132556 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) D 26434 26437 24765 0 -1 1077944384 105 13104 0 0 0 0 5 3 20 0 2 0 63136715 135737344 1197 33554432000 4194304 4196468 140721690383296 140542435458424 140542465898183 0 0 4096 0 18446744072101666340 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 4788 KiB

[startup+0.316976 s]*
/proc/loadavg: 1.50 1.35 1.35 3/210 26498
/proc/meminfo: memFree=21377676/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10751868 memory=29404 CPUtime=0.15 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 6070 13104 0 0 6 1 5 3 20 0 14 0 63136694 11009912832 7351 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2687967 7351 2698 1 0 2650508 0
[pid=26437/tid=26490] ppid=26434 vsize=10751868 memory=-7165351541977658656 CPUtime=0.12 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) D 26434 26437 24765 0 -1 1077944384 2860 13104 0 0 4 0 5 3 20 0 14 0 63136715 11009912832 7351 33554432000 4194304 4196468 140721690383296 140542435460928 140542463646781 0 4 0 16800975 18446744072101666340 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10751868 memory=3472328296227679279 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 14 0 63136720 11009912832 7351 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10751868 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 14 0 63136720 11009912832 7351 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 14 0 63136720 11009912832 7351 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 14 0 63136720 11009912832 7351 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 14 0 63136721 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 13 13104 0 0 0 0 5 3 20 0 14 0 63136722 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541664683680 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10751868 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 14 0 63136722 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541530465520 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 14 0 63136725 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 445 13104 0 0 0 0 5 3 20 0 14 0 63136725 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 14 0 63136725 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 541 13104 0 0 0 0 5 3 20 0 14 0 63136725 11009912832 7351 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10751868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 14 0 63136726 11009912832 7351 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 29404 KiB

[startup+0.700799 s]
/proc/loadavg: 1.50 1.35 1.35 2/215 26503
/proc/meminfo: memFree=21357488/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10819352 memory=62724 CPUtime=0.63 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 11719 13104 0 0 52 3 5 3 20 0 15 0 63136694 11079016448 15681 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2704838 15681 3155 1 0 2667149 0
[pid=26437/tid=26490] ppid=26434 vsize=10819352 memory=4136 CPUtime=0.44 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 8195 13104 0 0 34 2 5 3 20 0 15 0 63136715 11079016448 15681 33554432000 4194304 4196468 140721690383296 140542435435936 140542448795752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10819352 memory=280599474474416 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11079016448 15681 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10819352 memory=1924480894465 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11079016448 15681 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10819352 memory=1933070828801 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136720 11079016448 15681 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11079016448 15681 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136721 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10819352 memory=140299737244256 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 13 13104 0 0 0 0 5 3 20 0 15 0 63136722 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541664683680 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136722 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541530465520 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 556 13104 0 0 2 0 5 3 20 0 15 0 63136725 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10819352 memory=7809523229951467568 CPUtime=0.11 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 112 13104 0 0 3 0 5 3 20 0 15 0 63136725 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 634 13104 0 0 10 0 5 3 20 0 15 0 63136725 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10819352 memory=-3472574513799858009 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11079016448 15681 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10819352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136727 11079016448 15681 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 62724 KiB

[startup+1.50792 s]
/proc/loadavg: 1.50 1.35 1.35 3/215 26503
/proc/meminfo: memFree=21320836/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10828108 memory=114992 CPUtime=1.69 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 19865 13104 0 0 155 6 5 3 20 0 15 0 63136694 11087982592 28748 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2707027 28748 3438 1 0 2668685 0
[pid=26437/tid=26490] ppid=26434 vsize=10828108 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 15345 13104 0 0 93 4 5 3 20 0 15 0 63136715 11087982592 28748 33554432000 4194304 4196468 140721690383296 140542435456208 140542455860030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11087982592 28748 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10828108 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11087982592 28748 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10828108 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136720 11087982592 28748 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10828108 memory=7679373425970869011 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 2 13104 0 0 0 0 5 3 20 0 15 0 63136720 11087982592 28748 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 5 13104 0 0 0 0 5 3 20 0 15 0 63136721 11087982592 28748 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 13 13104 0 0 0 0 5 3 20 0 15 0 63136722 11087982592 28748 33554432000 4194304 4196468 140721690383296 140541664683680 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136722 11087982592 28748 33554432000 4194304 4196468 140721690383296 140541530465520 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11087982592 28748 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10828108 memory=8 CPUtime=0.21 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 805 13104 0 0 13 0 5 3 20 0 15 0 63136725 11087982592 28748 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10828108 memory=8 CPUtime=0.27 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) R 26434 26437 24765 0 -1 4202560 467 13104 0 0 19 0 5 3 20 0 15 0 63136725 11087982592 28813 33554432000 4194304 4196468 140721690383296 140541733304784 140542445145879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10828108 memory=8 CPUtime=0.36 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) R 26434 26437 24765 0 -1 1077944384 1024 13104 0 0 28 0 5 3 20 0 15 0 63136725 11087982592 28813 33554432000 4194304 4196468 140721690383296 140541631121248 140542463633109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11087982592 28813 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10828108 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136727 11087982592 28813 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10828108 KiB
Current children cumulated memory: 114992 KiB

[startup+3.11047 s]
/proc/loadavg: 1.50 1.35 1.35 5/215 26503
/proc/meminfo: memFree=21206720/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10842464 memory=209584 CPUtime=5.1 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 33420 13104 0 0 488 14 5 3 20 0 15 0 63136694 11102683136 52396 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2710616 52396 3489 1 0 2672269 0
[pid=26437/tid=26490] ppid=26434 vsize=10842464 memory=8 CPUtime=2.6 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 22788 13104 0 0 245 7 5 3 20 0 15 0 63136715 11102683136 52396 33554432000 4194304 4196468 140721690383296 140542435453120 140542463634838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10842464 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 249 13104 0 0 1 0 5 3 20 0 15 0 63136720 11102683136 52396 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10842464 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 57 13104 0 0 1 0 5 3 20 0 15 0 63136720 11102683136 52396 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10842464 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 14 13104 0 0 0 0 5 3 20 0 15 0 63136720 11102683136 52396 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10842464 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 40 13104 0 0 1 0 5 3 20 0 15 0 63136720 11102683136 52396 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10842464 memory=288230574492221466 CPUtime=0.09 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 729 13104 0 0 1 0 5 3 20 0 15 0 63136721 11102683136 52396 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 14 13104 0 0 0 0 5 3 20 0 15 0 63136722 11102683136 52396 33554432000 4194304 4196468 140721690383296 140541664683744 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 1 13104 0 0 0 0 5 3 20 0 15 0 63136722 11102683136 52396 33554432000 4194304 4196468 140721690383296 140541530465536 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11102683136 52396 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10842464 memory=0 CPUtime=0.63 cores=0,2,4,6

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

/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 86231 13104 0 0 230291 39 5 3 20 0 15 0 63136715 11176083456 261500 33554432000 4194304 4196468 140721690383296 140542435457968 140542034926356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10914144 memory=1046000 CPUtime=9.22 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 9448 13104 0 0 876 38 5 3 20 0 15 0 63136720 11176083456 261500 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10914144 memory=1046000 CPUtime=9.25 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 8842 13104 0 0 877 40 5 3 20 0 15 0 63136720 11176083456 261500 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10914144 memory=1046000 CPUtime=9.29 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 13395 13104 0 0 881 40 5 3 20 0 15 0 63136720 11176083456 261500 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10914144 memory=19440 CPUtime=9.24 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 10380 13104 0 0 877 39 5 3 20 0 15 0 63136720 11176083456 261500 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10914144 memory=1046000 CPUtime=7.36 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 11473 13104 0 0 690 38 5 3 20 0 15 0 63136721 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10914144 memory=1046000 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 17 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541664683808 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10914144 memory=1046000 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 12 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541530465536 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10914144 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10914144 memory=1046000 CPUtime=4.98 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 33362 13104 0 0 486 4 5 3 20 0 15 0 63136725 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10914144 memory=1046000 CPUtime=6.01 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 31357 13104 0 0 589 4 5 3 20 0 15 0 63136725 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10914144 memory=4136 CPUtime=2.07 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 26883 13104 0 0 196 3 5 3 20 0 15 0 63136725 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11176083456 261500 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10914144 memory=19440 CPUtime=1.43 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1387 13104 0 0 68 67 5 3 20 0 15 0 63136727 11176083456 261500 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 2361.63 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1046000 KiB

[startup+2382.3 s]
/proc/loadavg: 1.26 1.34 1.31 3/215 26702
/proc/meminfo: memFree=20724892/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10914144 memory=1048048 CPUtime=2422.44 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 235945 13104 0 0 241956 280 5 3 20 0 15 0 63136694 11176083456 262012 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2728536 262012 3531 1 0 2690189 0
[pid=26437/tid=26490] ppid=26434 vsize=10914144 memory=1048048 CPUtime=2362.84 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 86673 13104 0 0 236236 40 5 3 20 0 15 0 63136715 11176083456 262012 33554432000 4194304 4196468 140721690383296 140542435457856 140542030711436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10914144 memory=1048048 CPUtime=9.5 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 9778 13104 0 0 903 39 5 3 20 0 15 0 63136720 11176083456 262012 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10914144 memory=1048048 CPUtime=9.53 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 8867 13104 0 0 904 41 5 3 20 0 15 0 63136720 11176083456 262012 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10914144 memory=33 CPUtime=9.58 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 13432 13104 0 0 909 41 5 3 20 0 15 0 63136720 11176083456 262012 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10914144 memory=1048048 CPUtime=9.53 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 10457 13104 0 0 904 41 5 3 20 0 15 0 63136720 11176083456 262012 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10914144 memory=1048048 CPUtime=7.55 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 11509 13104 0 0 708 39 5 3 20 0 15 0 63136721 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10914144 memory=1048048 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 17 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541664683808 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10914144 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 12 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541530465536 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10914144 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10914144 memory=1232 CPUtime=4.98 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 33365 13104 0 0 486 4 5 3 20 0 15 0 63136725 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10914144 memory=2344 CPUtime=6.01 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 31359 13104 0 0 589 4 5 3 20 0 15 0 63136725 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10914144 memory=1048048 CPUtime=2.07 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 26885 13104 0 0 196 3 5 3 20 0 15 0 63136725 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10914144 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11176083456 262012 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10914144 memory=1792 CPUtime=1.47 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1393 13104 0 0 70 69 5 3 20 0 15 0 63136727 11176083456 262012 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 2422.44 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1048048 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.32 1.31 3/216 26704
/proc/meminfo: memFree=20719352/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10914144 memory=1052144 CPUtime=2483.22 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 237352 13104 0 0 248029 285 5 3 20 0 15 0 63136694 11176083456 263036 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2728536 263036 3531 1 0 2690189 0
[pid=26437/tid=26490] ppid=26434 vsize=10914144 memory=1050096 CPUtime=2422.3 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 87275 13104 0 0 242181 41 5 3 20 0 15 0 63136715 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542435457760 140542032327829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10914144 memory=1050096 CPUtime=9.78 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 9853 13104 0 0 930 40 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10914144 memory=1052144 CPUtime=9.8 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 8970 13104 0 0 930 42 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10914144 memory=1050096 CPUtime=9.85 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 13760 13104 0 0 935 42 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10914144 memory=1052144 CPUtime=9.8 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 10535 13104 0 0 931 41 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10914144 memory=288230574492221466 CPUtime=7.75 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 11714 13104 0 0 727 40 5 3 20 0 15 0 63136721 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10914144 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 17 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541664683808 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10914144 memory=962 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 12 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541530465536 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10914144 memory=760 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10914144 memory=1050096 CPUtime=4.98 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 33365 13104 0 0 486 4 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10914144 memory=1792 CPUtime=6.01 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 31359 13104 0 0 589 4 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10914144 memory=1050096 CPUtime=2.07 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 26885 13104 0 0 196 3 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10914144 memory=1052144 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11176083456 263036 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10914144 memory=1050096 CPUtime=1.5 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1409 13104 0 0 71 71 5 3 20 0 15 0 63136727 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 2483.22 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.6 s]
/proc/loadavg: 1.12 1.27 1.29 3/217 26713
/proc/meminfo: memFree=20716000/32770624 swapFree=67108860/67108860
[pid=26437] ppid=26434 vsize=10914144 memory=1052144 CPUtime=2520.01 cores=0,2,4,6
/proc/26437/stat : 26437 (java) S 26434 26437 24765 0 -1 1077944320 238034 13104 0 0 251705 288 5 3 20 0 15 0 63136694 11176083456 263036 33554432000 4194304 4196468 140721690383296 140721690365840 140542463622903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
/proc/26437/statm: 2728536 263036 3531 1 0 2690189 0
[pid=26437/tid=26490] ppid=26434 vsize=10914144 memory=1012 CPUtime=2458.28 cores=0,2,4,6
/proc/26437/task/26490/stat : 26490 (java) R 26434 26437 24765 0 -1 4202560 87597 13104 0 0 245779 41 5 3 20 0 15 0 63136715 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542435457552 140542032401802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26491] ppid=26434 vsize=10914144 memory=1228 CPUtime=9.94 cores=0,2,4,6
/proc/26437/task/26491/stat : 26491 (java) S 26434 26437 24765 0 -1 1077944384 9870 13104 0 0 946 40 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542467865104 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26492] ppid=26434 vsize=10914144 memory=1704 CPUtime=9.97 cores=0,2,4,6
/proc/26437/task/26492/stat : 26492 (java) S 26434 26437 24765 0 -1 1077944384 9039 13104 0 0 947 42 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542356138640 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26493] ppid=26434 vsize=10914144 memory=9924 CPUtime=10.02 cores=0,2,4,6
/proc/26437/task/26493/stat : 26493 (java) S 26434 26437 24765 0 -1 1077944384 13824 13104 0 0 952 42 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542355085584 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26494] ppid=26434 vsize=10914144 memory=5788 CPUtime=9.97 cores=0,2,4,6
/proc/26437/task/26494/stat : 26494 (java) S 26434 26437 24765 0 -1 1077944384 10542 13104 0 0 947 42 5 3 20 0 15 0 63136720 11176083456 263036 33554432000 4194304 4196468 140721690383296 140542354033040 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26495] ppid=26434 vsize=10914144 memory=1936 CPUtime=7.86 cores=0,2,4,6
/proc/26437/task/26495/stat : 26495 (java) S 26434 26437 24765 0 -1 1077944384 11895 13104 0 0 738 40 5 3 20 0 15 0 63136721 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541735410416 140542463634050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26496] ppid=26434 vsize=10914144 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26496/stat : 26496 (java) S 26434 26437 24765 0 -1 1077944384 17 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541664683808 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26497] ppid=26434 vsize=10914144 memory=8372 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26497/stat : 26497 (java) S 26434 26437 24765 0 -1 1077944384 12 13104 0 0 0 0 5 3 20 0 15 0 63136722 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541530465536 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26498] ppid=26434 vsize=10914144 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26498/stat : 26498 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541021739472 140542463641499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26499] ppid=26434 vsize=10914144 memory=1052144 CPUtime=4.98 cores=0,2,4,6
/proc/26437/task/26499/stat : 26499 (java) S 26434 26437 24765 0 -1 1077944384 33367 13104 0 0 486 4 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541734357232 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26500] ppid=26434 vsize=10914144 memory=1052144 CPUtime=6.01 cores=0,2,4,6
/proc/26437/task/26500/stat : 26500 (java) S 26434 26437 24765 0 -1 1077944384 31361 13104 0 0 589 4 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541733304688 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26501] ppid=26434 vsize=10914144 memory=1792 CPUtime=2.07 cores=0,2,4,6
/proc/26437/task/26501/stat : 26501 (java) S 26434 26437 24765 0 -1 1077944384 26887 13104 0 0 196 3 5 3 20 0 15 0 63136725 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541631125488 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26502] ppid=26434 vsize=10914144 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/26437/task/26502/stat : 26502 (java) S 26434 26437 24765 0 -1 1077944384 3 13104 0 0 0 0 5 3 20 0 15 0 63136726 11176083456 263036 33554432000 4194304 4196468 140721690383296 140540988180832 140542463633109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
[pid=26437/tid=26503] ppid=26434 vsize=10914144 memory=1232 CPUtime=1.53 cores=0,2,4,6
/proc/26437/task/26503/stat : 26503 (java) S 26434 26437 24765 0 -1 1077944384 1425 13104 0 0 72 73 5 3 20 0 15 0 63136727 11176083456 263036 33554432000 4194304 4196468 140721690383296 140541630073904 140542463634050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14467072 140721690384556 140721690387804 140721690387804 140721690390479 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052144 KiB

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

[startup+2478.63 s]
# the end of solver process 26437 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.12 s, system=2.93265 s

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

Child status: 143
Real time (s): 2478.63
CPU time (s): 2520.06
CPU user time (s): 2517.12
CPU system time (s): 2.93265
CPU usage (%): 101.671
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 1052144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.12
system time used= 2.93265
maximum resident set size= 1056388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220257
involuntary context switches= 7030


# summary of solver processes directly reported to runsolver:
#   pid: 26437
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.12
#   total CPU system time (s): 2.93265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8049 second user time and 24.2348 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 20:08:55
IDJOB=4294341
IDBENCH=141367
IDSOLVER=2751
FILE ID=node105/4294341-1532455735
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294341-1532455735/watcher-4294341-1532455735 -o /tmp/evaluation-result-4294341-1532455735/solver-4294341-1532455735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=747856426 -superng HOME/instance-4294341-1532455735.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=747856426

node105.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.32
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.32
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.32
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.32
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:        21393212 kB
MemAvailable:   30660772 kB
Buffers:          220160 kB
Cached:          9187712 kB
SwapCached:            0 kB
Active:          2919924 kB
Inactive:        7817056 kB
Active(anon):    1283428 kB
Inactive(anon):    65412 kB
Active(file):    1636496 kB
Inactive(file):  7751644 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:       1336400 kB
Mapped:            51716 kB
Shmem:             17036 kB
Slab:             335020 kB
SReclaimable:     307880 kB
SUnreclaim:        27140 kB
KernelStack:        3504 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2129836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1243136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 20:50:14