Trace number 4304545

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)168 2520.13 2474.73

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-15_c18.xml
MD5SUM9d47b2b78bc459aa217a94cfbd52e9d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints106
Number of domains2
Minimum domain size225
Maximum domain size226
Distribution of domain sizes[{"size":225,"count":105},{"size":226,"count":15}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":14,"count":14},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity105
Distribution of constraint arities[{"arity":3,"count":105},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"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/0.75	c Concrete v3.9.2.1532736233296 running
11.86/5.35	o 215
12.62/5.85	o 212
12.91/6.02	o 204
12.91/6.03	o 203
13.06/6.13	o 201
13.06/6.17	o 196
14.02/6.83	o 193
14.14/6.99	o 191
14.36/7.13	o 190
14.93/7.56	o 187
18.80/11.25	o 179
37.14/28.72	o 176
149.02/138.92	o 175
200.49/189.72	o 173
290.49/278.58	o 171
809.00/789.96	o 169
2326.72/2284.49	o 168
2520.08/2474.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2474.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2474.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2474.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2474.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2474.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2474.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2474.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2474.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2474.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2474.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2474.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.08/2474.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2474.70		at scala.Option.map(Option.scala:146)
2520.08/2474.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2474.70		at concrete.MAC.mac(MAC.scala:203)
2520.08/2474.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2474.70		at scala.util.Try$.apply(Try.scala:209)
2520.08/2474.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2474.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2474.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2474.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2474.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2474.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2474.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2474.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2474.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2474.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2474.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2474.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2474.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2474.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2474.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2474.70		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2474.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2474.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2474.71		at scala.util.Success.map(Try.scala:209)
2520.08/2474.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2474.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2474.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2474.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2474.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2474.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2474.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2474.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2474.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2474.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2474.71		at scala.App.main(App.scala:76)
2520.08/2474.71		at scala.App.main$(App.scala:74)
2520.08/2474.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2474.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2474.71	v <instantiation cost="168">
2520.08/2474.71	v       <list>
2520.08/2474.71	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] x[14] 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[0][14] 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[1][14] 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[2][14] 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[3][14] 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[4][14] 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[5][14] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[10][11] y[10][12] y[10][13] y[10][14] y[11][12] y[11][13] y[11][14] y[12][13] y[12][14] y[13][14]
2520.08/2474.71	v       </list>
2520.08/2474.71	v       <values>
2520.08/2474.71	v         0 2 25 46 49 57 83 88 100 133 148 152 161 162 168 2 25 46 49 57 83 88 100 133 148 152 161 162 168 23 44 47 55 81 86 98 131 146 150 159 160 166 21 24 32 58 63 75 108 123 127 136 137 143 3 11 37 42 54 87 102 106 115 116 122 8 34 39 51 84 99 103 112 113 119 26 31 43 76 91 95 104 105 111 5 17 50 65 69 78 79 85 12 45 60 64 73 74 80 33 48 52 61 62 68 15 19 28 29 35 4 13 14 20 9 10 16 1 7 6
2520.08/2474.71	v       </values>
2520.08/2474.71	v     </instantiation>
2520.08/2474.71	s SATISFIABLE

Verifier Data

OK	168

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304545-1534101530/watcher-4304545-1534101530 -o /tmp/evaluation-result-4304545-1534101530/solver-4304545-1534101530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=449851491 HOME/instance-4304545-1534101530.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=27396, runsolver pid=27393

[startup+0.100062 s]*
/proc/loadavg: 1.83 1.50 1.44 3/206 27453
/proc/meminfo: memFree=25630140/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=10005480 memory=14912 CPUtime=0.08 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 4382 13126 0 0 1 0 4 3 20 0 6 0 227716130 10245611520 3728 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2501370 3728 1934 1 0 2489808 0
[pid=27396/tid=27449] ppid=27393 vsize=10005480 memory=4279135703946462859 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 2192 13126 0 0 0 0 4 3 20 0 6 0 227716139 10245611520 3728 33554432000 4194304 4196468 140734490081968 140169680859728 140169693103484 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 6 0 227716140 10245611520 3728 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=10005480 memory=139959815083648 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 6 0 227716140 10245611520 3728 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 6 0 227716140 10245611520 3728 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 6 0 227716140 10245611520 3728 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210069 s]*
/proc/loadavg: 1.83 1.50 1.44 3/215 27462
/proc/meminfo: memFree=25612480/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=10982744 memory=39888 CPUtime=0.25 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 7669 13126 0 0 17 1 4 3 20 0 15 0 227716130 11246329856 9972 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2745686 9972 2984 1 0 2708109 0
[pid=27396/tid=27449] ppid=27393 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 4161 13126 0 0 11 0 4 3 20 0 15 0 227716139 11246329856 9972 33554432000 4194304 4196468 140734490081968 140169680815392 140169689298795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246329856 10038 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=10982744 memory=3977157300247041696 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246329856 10038 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246329856 10038 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246329856 10038 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=10982744 memory=139959815083648 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 15 0 227716141 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 13 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168539399712 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 21 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168472286576 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 379 13126 0 0 1 0 4 3 20 0 15 0 227716145 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 272 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=10982744 memory=139959815083648 CPUtime=0.1 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 664 13126 0 0 3 0 4 3 20 0 15 0 227716145 11246329856 10038 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246329856 10104 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=10982744 memory=139959815083648 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246329856 10104 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39888 KiB

[startup+0.310369 s]*
/proc/loadavg: 1.83 1.50 1.44 3/215 27462
/proc/meminfo: memFree=25599828/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=10983192 memory=53284 CPUtime=0.38 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 10929 13126 0 0 28 3 4 3 20 0 15 0 227716130 11246788608 13321 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2745798 13321 3103 1 0 2708109 0
[pid=27396/tid=27449] ppid=27393 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 7333 13126 0 0 19 2 4 3 20 0 15 0 227716139 11246788608 13321 33554432000 4194304 4196468 140734490081968 140169680834976 140169693103454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 13321 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 13321 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 13321 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 13321 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 15 0 227716141 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 13 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168539399712 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 21 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168472286576 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 380 13126 0 0 1 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 286 13126 0 0 1 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=10983192 memory=139959815083648 CPUtime=0.12 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 693 13126 0 0 5 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=10983192 memory=139959815083648 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 13321 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53284 KiB

[startup+0.700694 s]
/proc/loadavg: 1.83 1.50 1.44 3/215 27462
/proc/meminfo: memFree=25588228/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=10983192 memory=85980 CPUtime=0.99 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 17177 13126 0 0 88 4 4 3 20 0 15 0 227716130 11246788608 21495 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2745798 21495 3238 1 0 2708109 0
[pid=27396/tid=27449] ppid=27393 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 12370 13126 0 0 56 3 4 3 20 0 15 0 227716139 11246788608 21495 33554432000 4194304 4196468 140734490081968 140169680844688 140169694188520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 21495 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 21495 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=10983192 memory=139959696765712 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 21495 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=10983192 memory=139960099275337 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 2 13126 0 0 0 0 4 3 20 0 15 0 227716140 11246788608 21495 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=10983192 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 5 13126 0 0 0 0 4 3 20 0 15 0 227716141 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=10983192 memory=7014751519650764113 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 13 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168539399712 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=10983192 memory=6082220498109819240 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 21 13126 0 0 0 0 4 3 20 0 15 0 227716142 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168472286576 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=10983192 memory=2228 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=10983192 memory=30576 CPUtime=0.14 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 784 13126 0 0 7 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=10983192 memory=11904 CPUtime=0.16 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 918 13126 0 0 9 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=10983192 memory=492 CPUtime=0.2 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 861 13126 0 0 13 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=10983192 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=10983192 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716145 11246788608 21495 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85980 KiB

[startup+1.50073 s]
/proc/loadavg: 1.83 1.50 1.44 4/215 27462
/proc/meminfo: memFree=25543632/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=10998092 memory=180880 CPUtime=2.3 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 24517 13126 0 0 214 9 4 3 20 0 15 0 227716130 11262046208 45220 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2749523 45220 3467 1 0 2711181 0
[pid=27396/tid=27449] ppid=27393 vsize=10998092 memory=62616 CPUtime=1.42 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 17839 13126 0 0 130 5 4 3 20 0 15 0 227716139 11262046208 45220 33554432000 4194304 4196468 140734490081968 140169680854400 140169709044893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 59 13126 0 0 1 0 4 3 20 0 15 0 227716140 11262046208 45220 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=10998092 memory=279919393562784 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 187 13126 0 0 1 0 4 3 20 0 15 0 227716140 11262046208 45220 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 16 13126 0 0 1 0 4 3 20 0 15 0 227716140 11262046208 45220 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 37 13126 0 0 0 0 4 3 20 0 15 0 227716140 11262046208 45220 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 129 13126 0 0 1 0 4 3 20 0 15 0 227716141 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 14 13126 0 0 0 0 4 3 20 0 15 0 227716142 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168539399776 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 21 13126 0 0 0 0 4 3 20 0 15 0 227716142 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168472286592 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 1366 13126 0 0 24 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=10998092 memory=10 CPUtime=0.25 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 1053 13126 0 0 18 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 1596 13126 0 0 34 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=10998092 memory=279919393807232 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1 13126 0 0 0 0 4 3 20 0 15 0 227716145 11262046208 45220 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 101342 13126 0 0 235476 54 4 3 20 0 15 0 227716139 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169680857440 140169293748644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=11077984 memory=2660 CPUtime=12.17 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 21416 13126 0 0 1151 59 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=11077984 memory=1150772 CPUtime=12.22 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 23213 13126 0 0 1151 64 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=11077984 memory=1148724 CPUtime=12.26 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 19182 13126 0 0 1162 57 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=11077984 memory=1150772 CPUtime=12.23 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 17430 13126 0 0 1158 58 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=11077984 memory=1150772 CPUtime=11.26 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 20978 13126 0 0 1065 54 4 3 20 0 15 0 227716141 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 17 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168539399840 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 43 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168472286592 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=11077984 memory=2680 CPUtime=3.74 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 28487 13126 0 0 363 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=11077984 memory=59936 CPUtime=3.98 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 30020 13126 0 0 387 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=11077984 memory=776 CPUtime=1.89 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 18987 13126 0 0 178 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=11077984 memory=1150772 CPUtime=1.58 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1212 13126 0 0 78 73 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 2426.2 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1150772 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.23 1.31 3/215 27663
/proc/meminfo: memFree=26030300/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=11077984 memory=1150772 CPUtime=2487.16 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 286564 13126 0 0 248335 374 4 3 20 0 15 0 227716130 11343855616 287693 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2769496 287693 3527 1 0 2731149 0
[pid=27396/tid=27449] ppid=27393 vsize=11077984 memory=1150772 CPUtime=2414.73 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 102326 13126 0 0 241411 55 4 3 20 0 15 0 227716139 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169680857520 140169293251248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=11077984 memory=1150772 CPUtime=12.5 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 21568 13126 0 0 1182 61 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=11077984 memory=279919394293392 CPUtime=12.55 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 23266 13126 0 0 1182 66 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=11077984 memory=1150772 CPUtime=12.58 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 19575 13126 0 0 1193 58 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=11077984 memory=1150772 CPUtime=12.54 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 17561 13126 0 0 1188 59 4 3 20 0 15 0 227716140 11343855616 287693 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=11077984 memory=1150772 CPUtime=11.54 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 21268 13126 0 0 1092 55 4 3 20 0 15 0 227716141 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 17 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168539399840 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 43 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168472286592 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=11077984 memory=1150772 CPUtime=3.74 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 28489 13126 0 0 363 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=11077984 memory=1150772 CPUtime=3.98 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 30022 13126 0 0 387 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=11077984 memory=3544 CPUtime=1.89 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 18989 13126 0 0 178 4 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=11077984 memory=1150772 CPUtime=1.62 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1241 13126 0 0 80 75 4 3 20 0 15 0 227716145 11343855616 287693 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 2487.16 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1150772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.7 s]
/proc/loadavg: 1.30 1.26 1.32 3/215 27671
/proc/meminfo: memFree=26027560/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=11077984 memory=1152820 CPUtime=2520.08 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 287372 13126 0 0 251623 378 4 3 20 0 15 0 227716130 11343855616 288205 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2769496 288205 3527 1 0 2731149 0
[pid=27396/tid=27449] ppid=27393 vsize=11077984 memory=1572 CPUtime=2446.76 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 102708 13126 0 0 244614 55 4 3 20 0 15 0 227716139 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169680857792 140169293251679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.67 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 21867 13126 0 0 1199 61 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.73 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 23279 13126 0 0 1199 67 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=11077984 memory=6791534058613427641 CPUtime=12.76 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 19584 13126 0 0 1210 59 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.72 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 17628 13126 0 0 1205 60 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=11077984 memory=1150772 CPUtime=11.69 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 21296 13126 0 0 1107 55 4 3 20 0 15 0 227716141 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 17 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168539399840 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 43 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168472286592 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=11077984 memory=1152820 CPUtime=3.74 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 28491 13126 0 0 363 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=11077984 memory=1152820 CPUtime=3.98 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 30024 13126 0 0 387 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=11077984 memory=1152820 CPUtime=1.89 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 18991 13126 0 0 178 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=11077984 memory=3544 CPUtime=1.64 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1245 13126 0 0 81 76 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1152820 KiB

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

[startup+2474.73 s]
# the end of solver process 27396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.82706 s

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

[startup+2474.7 s]
/proc/loadavg: 1.30 1.26 1.32 3/215 27671
/proc/meminfo: memFree=26027560/32770624 swapFree=67030652/67108860
[pid=27396] ppid=27393 vsize=11077984 memory=1152820 CPUtime=2520.08 cores=0,2,4,6
/proc/27396/stat : 27396 (java) S 27393 27396 25256 0 -1 1077944320 287372 13126 0 0 251623 378 4 3 20 0 15 0 227716130 11343855616 288205 33554432000 4194304 4196468 140734490081968 140734490064512 140169709022967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
/proc/27396/statm: 2769496 288205 3527 1 0 2731149 0
[pid=27396/tid=27449] ppid=27393 vsize=11077984 memory=1572 CPUtime=2446.76 cores=0,2,4,6
/proc/27396/task/27449/stat : 27449 (java) R 27393 27396 25256 0 -1 4202560 102708 13126 0 0 244614 55 4 3 20 0 15 0 227716139 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169680857792 140169293251679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27450] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.67 cores=0,2,4,6
/proc/27396/task/27450/stat : 27450 (java) S 27393 27396 25256 0 -1 1077944384 21867 13126 0 0 1199 61 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169713265296 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27451] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.73 cores=0,2,4,6
/proc/27396/task/27451/stat : 27451 (java) S 27393 27396 25256 0 -1 1077944384 23279 13126 0 0 1199 67 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169248606736 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27452] ppid=27393 vsize=11077984 memory=6791534058613427641 CPUtime=12.76 cores=0,2,4,6
/proc/27396/task/27452/stat : 27452 (java) S 27393 27396 25256 0 -1 1077944384 19584 13126 0 0 1210 59 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169247553936 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27453] ppid=27393 vsize=11077984 memory=1152820 CPUtime=12.72 cores=0,2,4,6
/proc/27396/task/27453/stat : 27453 (java) S 27393 27396 25256 0 -1 1077944384 17628 13126 0 0 1205 60 4 3 20 0 15 0 227716140 11343855616 288205 33554432000 4194304 4196468 140734490081968 140169246501136 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27454] ppid=27393 vsize=11077984 memory=1150772 CPUtime=11.69 cores=0,2,4,6
/proc/27396/task/27454/stat : 27454 (java) S 27393 27396 25256 0 -1 1077944384 21296 13126 0 0 1107 55 4 3 20 0 15 0 227716141 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168745802608 140169709034114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27455] ppid=27393 vsize=11077984 memory=1150772 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27455/stat : 27455 (java) S 27393 27396 25256 0 -1 1077944384 17 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168539399840 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27456] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27456/stat : 27456 (java) S 27393 27396 25256 0 -1 1077944384 43 13126 0 0 0 0 4 3 20 0 15 0 227716142 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168472286592 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27457] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27457/stat : 27457 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168164890960 140169709041563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27458] ppid=27393 vsize=11077984 memory=1152820 CPUtime=3.74 cores=0,2,4,6
/proc/27396/task/27458/stat : 27458 (java) S 27393 27396 25256 0 -1 1077944384 28491 13126 0 0 363 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168744749424 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27459] ppid=27393 vsize=11077984 memory=1152820 CPUtime=3.98 cores=0,2,4,6
/proc/27396/task/27459/stat : 27459 (java) S 27393 27396 25256 0 -1 1077944384 30024 13126 0 0 387 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168743696624 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27460] ppid=27393 vsize=11077984 memory=1152820 CPUtime=1.89 cores=0,2,4,6
/proc/27396/task/27460/stat : 27460 (java) S 27393 27396 25256 0 -1 1077944384 18991 13126 0 0 178 4 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168742643824 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27461] ppid=27393 vsize=11077984 memory=1152820 CPUtime=0.07 cores=0,2,4,6
/proc/27396/task/27461/stat : 27461 (java) S 27393 27396 25256 0 -1 1077944384 3 13126 0 0 0 0 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140167734094048 140169709033173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
[pid=27396/tid=27462] ppid=27393 vsize=11077984 memory=3544 CPUtime=1.64 cores=0,2,4,6
/proc/27396/task/27462/stat : 27462 (java) S 27393 27396 25256 0 -1 1077944384 1245 13126 0 0 81 76 4 3 20 0 15 0 227716145 11343855616 288205 33554432000 4194304 4196468 140734490081968 140168405175472 140169709034114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38936576 140734490085997 140734490088796 140734490088796 140734490091471 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1152820 KiB

Child status: 143
Real time (s): 2474.73
CPU time (s): 2520.13
CPU user time (s): 2516.3
CPU system time (s): 3.82706
CPU usage (%): 101.835
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1152820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.82706
maximum resident set size= 1155264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300604
involuntary context switches= 9187


# summary of solver processes directly reported to runsolver:
#   pid: 27396
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.82706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5518 second user time and 23.986 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 21:18:50
IDJOB=4304545
IDBENCH=141370
IDSOLVER=2780
FILE ID=node102/4304545-1534101530
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304545-1534101530/watcher-4304545-1534101530 -o /tmp/evaluation-result-4304545-1534101530/solver-4304545-1534101530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=449851491 HOME/instance-4304545-1534101530.xml

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

MD5SUM BENCH= 9d47b2b78bc459aa217a94cfbd52e9d7
RANDOM SEED=449851491

node102.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.51
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.51
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.51
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.51
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:        25633684 kB
MemAvailable:   28598476 kB
Buffers:          142080 kB
Cached:          3071572 kB
SwapCached:        51252 kB
Active:          4924144 kB
Inactive:        1643868 kB
Active(anon):    3279804 kB
Inactive(anon):   126912 kB
Active(file):    1644340 kB
Inactive(file):  1516956 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             26712 kB
Writeback:             0 kB
AnonPages:       3315660 kB
Mapped:            63348 kB
Shmem:             48976 kB
Slab:             261156 kB
SReclaimable:     231956 kB
SUnreclaim:        29200 kB
KernelStack:        3696 kB
PageTables:        11816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4432436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38420 MiB
End job on node102 at 2018-08-12 22:00:04