Trace number 4302355

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)140 252.075 241.144

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 benchmark140
Best CPU time to get the best result obtained on this benchmark250.339
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/0.74	c Concrete v3.9.2.1532736233296 running
10.13/4.55	o 194
10.13/4.59	o 187
11.23/5.02	o 175
11.23/5.02	o 167
11.23/5.02	o 166
11.23/5.06	o 162
11.75/5.46	o 161
12.11/5.64	o 154
16.45/9.50	o 153
29.04/21.45	o 150
29.04/21.48	o 147
34.91/27.26	o 146
52.83/45.02	o 143
180.14/170.28	o 140
252.02/241.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/241.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/241.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/241.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.02/241.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/241.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/241.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/241.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/241.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/241.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/241.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/241.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/241.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/241.11		at scala.Option.map(Option.scala:146)
252.02/241.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/241.11		at concrete.MAC.mac(MAC.scala:203)
252.02/241.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/241.11		at scala.util.Try$.apply(Try.scala:209)
252.02/241.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/241.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/241.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/241.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/241.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/241.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/241.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/241.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/241.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/241.11		at concrete.MAC.oneRun(MAC.scala:253)
252.02/241.11		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/241.11		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/241.11		at concrete.Solver.hasNext(Solver.scala:166)
252.02/241.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/241.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/241.11		at concrete.Solver.foreach(Solver.scala:68)
252.02/241.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/241.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/241.11		at scala.util.Success.map(Try.scala:209)
252.02/241.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/241.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/241.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/241.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/241.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/241.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/241.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/241.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/241.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/241.11		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/241.11		at scala.App.main(App.scala:76)
252.02/241.11		at scala.App.main$(App.scala:74)
252.02/241.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/241.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/241.12	v <instantiation cost="140">
252.02/241.12	v       <list>
252.02/241.12	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]
252.02/241.12	v       </list>
252.02/241.12	v       <values>
252.02/241.12	v         0 1 10 14 32 34 59 85 96 102 125 132 137 140 1 10 14 32 34 59 85 96 102 125 132 137 140 9 13 31 33 58 84 95 101 124 131 136 139 4 22 24 49 75 86 92 115 122 127 130 18 20 45 71 82 88 111 118 123 126 2 27 53 64 70 93 100 105 108 25 51 62 68 91 98 103 106 26 37 43 66 73 78 81 11 17 40 47 52 55 6 29 36 41 44 23 30 35 38 7 12 15 5 8 3
252.02/241.12	v       </values>
252.02/241.12	v     </instantiation>
252.02/241.12	s SATISFIABLE

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302355-1532897153/watcher-4302355-1532897153 -o /tmp/evaluation-result-4302355-1532897153/solver-4302355-1532897153 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=886088419 HOME/instance-4302355-1532897153.xml 

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

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

solver pid=20896, runsolver pid=20893

[startup+0.100543 s]*
/proc/loadavg: 1.59 1.93 1.88 2/206 20953
/proc/meminfo: memFree=25576572/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=10005480 memory=16288 CPUtime=0.08 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 4230 13078 0 0 0 1 5 2 20 0 6 0 107278501 10245611520 4072 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2501370 4072 1920 1 0 2489808 0
[pid=20896/tid=20949] ppid=20893 vsize=10005480 memory=4279135704047583117 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 2039 13078 0 0 0 0 5 2 20 0 6 0 107278510 10245611520 4072 33554432000 4194304 4196468 140721368956112 140356505297488 140356533482653 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 6 0 107278511 10245611520 4072 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=10005480 memory=140431735502464 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 6 0 107278511 10245611520 4072 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 6 0 107278511 10245611520 4072 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 6 0 107278511 10245611520 4072 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210073 s]*
/proc/loadavg: 1.59 1.93 1.88 3/215 20962
/proc/meminfo: memFree=25556108/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=10982744 memory=41492 CPUtime=0.25 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 7088 13078 0 0 16 2 5 2 20 0 15 0 107278501 11246329856 10373 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2745686 10373 2961 1 0 2708109 0
[pid=20896/tid=20949] ppid=20893 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 3717 13078 0 0 10 1 5 2 20 0 15 0 107278510 11246329856 10439 33554432000 4194304 4196468 140721368956112 140356505284256 140356513736476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=10982744 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246329856 10439 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=10982744 memory=140431736143143 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246329856 10439 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246329856 10439 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246329856 10439 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=10982744 memory=140431735502464 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 15 0 107278513 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 13 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355316999200 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355169149808 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 422 13078 0 0 1 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 191 13078 0 0 1 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=10982744 memory=140431735502464 CPUtime=0.1 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 606 13078 0 0 3 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=10982744 memory=140431735502464 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246329856 10505 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41492 KiB

[startup+0.310275 s]*
/proc/loadavg: 1.59 1.93 1.88 3/215 20962
/proc/meminfo: memFree=25543456/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=10983192 memory=55196 CPUtime=0.37 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 10387 13078 0 0 27 3 5 2 20 0 15 0 107278501 11246788608 13799 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2745798 13799 3080 1 0 2708109 0
[pid=20896/tid=20949] ppid=20893 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 6928 13078 0 0 18 2 5 2 20 0 15 0 107278510 11246788608 13841 33554432000 4194304 4196468 140721368956112 140356505272736 140356517504357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 13841 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 13841 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 13841 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 13841 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 15 0 107278513 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 13 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355316999200 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355169149808 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 422 13078 0 0 1 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 192 13078 0 0 1 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=10983192 memory=140431735502464 CPUtime=0.11 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 627 13078 0 0 4 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=10983192 memory=140431735502464 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 13841 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55196 KiB

[startup+0.700699 s]
/proc/loadavg: 1.59 1.93 1.88 3/215 20962
/proc/meminfo: memFree=25532044/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=10983192 memory=88364 CPUtime=0.99 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 16756 13078 0 0 87 5 5 2 20 0 15 0 107278501 11246788608 22091 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2745798 22091 3238 1 0 2708109 0
[pid=20896/tid=20949] ppid=20893 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 12171 13078 0 0 55 3 5 2 20 0 15 0 107278510 11246788608 22091 33554432000 4194304 4196468 140721368956112 140356505281552 140356517541214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 22091 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 22091 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 22091 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 2 13078 0 0 0 0 5 2 20 0 15 0 107278511 11246788608 22091 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 5 13078 0 0 0 0 5 2 20 0 15 0 107278513 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 13 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355316999200 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=10983192 memory=140431606297360 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278514 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355169149808 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=10983192 memory=140432545677897 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=10983192 memory=796 CPUtime=0.16 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 1089 13078 0 0 9 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=10983192 memory=7014751519650764113 CPUtime=0.14 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 555 13078 0 0 7 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=10983192 memory=7597123233646858610 CPUtime=0.2 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) R 20893 20896 10029 0 -1 4202560 717 13078 0 0 13 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355955509872 140356533472662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=10983192 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278517 11246788608 22091 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88364 KiB

[startup+1.50079 s]
/proc/loadavg: 1.59 1.93 1.88 4/215 20962
/proc/meminfo: memFree=25485096/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=10998092 memory=179876 CPUtime=2.29 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 24039 13078 0 0 212 10 5 2 20 0 15 0 107278501 11262046208 44969 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2749523 44969 3468 1 0 2711181 0
[pid=20896/tid=20949] ppid=20893 vsize=10998092 memory=9169 CPUtime=1.42 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 17747 13078 0 0 129 6 5 2 20 0 15 0 107278510 11262046208 44969 33554432000 4194304 4196468 140721368956112 140356505292112 140356517504357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 232 13078 0 0 1 0 5 2 20 0 15 0 107278511 11262046208 44969 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 62 13078 0 0 1 0 5 2 20 0 15 0 107278511 11262046208 44969 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=10998092 memory=2944 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 18 13078 0 0 1 0 5 2 20 0 15 0 107278511 11262046208 44969 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=10998092 memory=88364 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 37 13078 0 0 0 0 5 2 20 0 15 0 107278511 11262046208 44969 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 54 13078 0 0 1 0 5 2 20 0 15 0 107278513 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 14 13078 0 0 0 0 5 2 20 0 15 0 107278514 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355316999200 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278514 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355169149808 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) R 20893 20896 10029 0 -1 1077944384 1299 13078 0 0 21 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=10998092 memory=280863212870528 CPUtime=0.28 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 1103 13078 0 0 21 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 1271 13078 0 0 33 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 1 13078 0 0 0 0 5 2 20 0 15 0 107278517 11262046208 44969 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 55185 13078 0 0 16068 24 5 2 20 0 15 0 107278510 11343855616 270312 33554432000 4194304 4196468 140721368956112 140356505296256 140356067133504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.6 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 2287 13078 0 0 49 4 5 2 20 0 15 0 107278511 11343855616 270312 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.61 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 3187 13078 0 0 50 4 5 2 20 0 15 0 107278511 11343855616 270312 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.59 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 3428 13078 0 0 48 4 5 2 20 0 15 0 107278511 11343855616 270312 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.61 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 960 13078 0 0 50 4 5 2 20 0 15 0 107278511 11343855616 270312 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.58 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 2672 13078 0 0 48 3 5 2 20 0 15 0 107278513 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 15 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355316999328 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=11077984 memory=1081248 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 7 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355169149824 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=11077984 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=11077984 memory=1081248 CPUtime=3.5 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 16170 13078 0 0 341 2 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=11077984 memory=1081248 CPUtime=3.23 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 19853 13078 0 0 314 2 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=11077984 memory=1081248 CPUtime=1.79 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 11266 13078 0 0 169 3 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=11077984 memory=1079152 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=11077984 memory=3544 CPUtime=0.16 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 312 13078 0 0 5 4 5 2 20 0 15 0 107278517 11343855616 270312 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 172.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1081248 KiB

[startup+222.301 s]
/proc/loadavg: 1.55 1.72 1.80 3/215 21093
/proc/meminfo: memFree=24512108/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=11077984 memory=1083472 CPUtime=232.95 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 124951 13078 0 0 23224 64 5 2 20 0 15 0 107278501 11343855616 270868 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2769496 270868 3527 1 0 2731149 0
[pid=20896/tid=20949] ppid=20893 vsize=11077984 memory=1081392 CPUtime=220.33 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 56925 13078 0 0 22001 25 5 2 20 0 15 0 107278510 11343855616 270868 33554432000 4194304 4196468 140721368956112 140356505295568 140356071451089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=11077984 memory=1081404 CPUtime=0.89 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 2369 13078 0 0 75 7 5 2 20 0 15 0 107278511 11343855616 270868 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=11077984 memory=1081404 CPUtime=0.9 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 3280 13078 0 0 77 6 5 2 20 0 15 0 107278511 11343855616 270868 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=11077984 memory=1081404 CPUtime=0.87 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 5027 13078 0 0 74 6 5 2 20 0 15 0 107278511 11343855616 270868 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=11077984 memory=1081424 CPUtime=0.89 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 1122 13078 0 0 76 6 5 2 20 0 15 0 107278511 11343855616 270868 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=11077984 memory=1081424 CPUtime=0.86 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 3031 13078 0 0 74 5 5 2 20 0 15 0 107278513 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=11077984 memory=1081424 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 15 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355316999328 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=11077984 memory=1083472 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 7 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355169149824 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=11077984 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=11077984 memory=27220 CPUtime=3.52 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 18030 13078 0 0 343 2 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=11077984 memory=800 CPUtime=3.23 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 20410 13078 0 0 314 2 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=11077984 memory=5220 CPUtime=1.79 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 12186 13078 0 0 169 3 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=11077984 memory=12772 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=11077984 memory=1332 CPUtime=0.19 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 349 13078 0 0 6 6 5 2 20 0 15 0 107278517 11343855616 270868 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 232.95 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1083472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.11 s]
/proc/loadavg: 1.45 1.69 1.79 3/215 21093
/proc/meminfo: memFree=24513088/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=11077984 memory=1083592 CPUtime=252.02 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 128101 13078 0 0 25128 67 5 2 20 0 15 0 107278501 11343855616 270898 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2769496 270898 3527 1 0 2731149 0
[pid=20896/tid=20949] ppid=20893 vsize=11077984 memory=1083568 CPUtime=238.93 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 57870 13078 0 0 23861 25 5 2 20 0 15 0 107278510 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356505295488 140356073205413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=11077984 memory=1083592 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 3467 13078 0 0 84 7 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=11077984 memory=1083544 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 3826 13078 0 0 85 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.96 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 5115 13078 0 0 83 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=11077984 memory=2764 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 1248 13078 0 0 85 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=11077984 memory=796 CPUtime=0.94 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 3372 13078 0 0 82 5 5 2 20 0 15 0 107278513 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=11077984 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 15 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355316999328 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=11077984 memory=4294967713 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 7 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355169149824 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=11077984 memory=960 CPUtime=3.52 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 18030 13078 0 0 343 2 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=11077984 memory=1083544 CPUtime=3.23 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 20410 13078 0 0 314 2 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=11077984 memory=1083544 CPUtime=1.8 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 12186 13078 0 0 170 3 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=11077984 memory=3328 CPUtime=0.21 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 355 13078 0 0 7 7 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1083592 KiB

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

[startup+241.144 s]
# the end of solver process 20896 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.357 s, system=0.718354 s

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

[startup+241.11 s]
/proc/loadavg: 1.45 1.69 1.79 3/215 21093
/proc/meminfo: memFree=24513088/32770624 swapFree=67028832/67108860
[pid=20896] ppid=20893 vsize=11077984 memory=1083592 CPUtime=252.02 cores=1,3,5,7
/proc/20896/stat : 20896 (java) S 20893 20896 10029 0 -1 1077944320 128101 13078 0 0 25128 67 5 2 20 0 15 0 107278501 11343855616 270898 33554432000 4194304 4196468 140721368956112 140721368938656 140356533460727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
/proc/20896/statm: 2769496 270898 3527 1 0 2731149 0
[pid=20896/tid=20949] ppid=20893 vsize=11077984 memory=1083568 CPUtime=238.93 cores=1,3,5,7
/proc/20896/task/20949/stat : 20949 (java) R 20893 20896 10029 0 -1 4202560 57870 13078 0 0 23861 25 5 2 20 0 15 0 107278510 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356505295488 140356073205413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20950] ppid=20893 vsize=11077984 memory=1083592 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20950/stat : 20950 (java) S 20893 20896 10029 0 -1 1077944384 3467 13078 0 0 84 7 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356537703568 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20951] ppid=20893 vsize=11077984 memory=1083544 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20951/stat : 20951 (java) S 20893 20896 10029 0 -1 1077944384 3826 13078 0 0 85 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356392422416 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20952] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.96 cores=1,3,5,7
/proc/20896/task/20952/stat : 20952 (java) S 20893 20896 10029 0 -1 1077944384 5115 13078 0 0 83 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356391369616 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20953] ppid=20893 vsize=11077984 memory=2764 CPUtime=0.98 cores=1,3,5,7
/proc/20896/task/20953/stat : 20953 (java) S 20893 20896 10029 0 -1 1077944384 1248 13078 0 0 85 6 5 2 20 0 15 0 107278511 11343855616 270898 33554432000 4194304 4196468 140721368956112 140356390316816 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20954] ppid=20893 vsize=11077984 memory=796 CPUtime=0.94 cores=1,3,5,7
/proc/20896/task/20954/stat : 20954 (java) S 20893 20896 10029 0 -1 1077944384 3372 13078 0 0 82 5 5 2 20 0 15 0 107278513 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355958667632 140356533471874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20955] ppid=20893 vsize=11077984 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20955/stat : 20955 (java) S 20893 20896 10029 0 -1 1077944384 15 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355316999328 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20956] ppid=20893 vsize=11077984 memory=4294967713 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20956/stat : 20956 (java) S 20893 20896 10029 0 -1 1077944384 7 13078 0 0 0 0 5 2 20 0 15 0 107278514 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355169149824 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20957] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20957/stat : 20957 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140354861750096 140356533479323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20958] ppid=20893 vsize=11077984 memory=960 CPUtime=3.52 cores=1,3,5,7
/proc/20896/task/20958/stat : 20958 (java) S 20893 20896 10029 0 -1 1077944384 18030 13078 0 0 343 2 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355957615472 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20959] ppid=20893 vsize=11077984 memory=1083544 CPUtime=3.23 cores=1,3,5,7
/proc/20896/task/20959/stat : 20959 (java) S 20893 20896 10029 0 -1 1077944384 20410 13078 0 0 314 2 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355956562672 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20960] ppid=20893 vsize=11077984 memory=1083544 CPUtime=1.8 cores=1,3,5,7
/proc/20896/task/20960/stat : 20960 (java) S 20893 20896 10029 0 -1 1077944384 12186 13078 0 0 170 3 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355955509872 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20961] ppid=20893 vsize=11077984 memory=1083568 CPUtime=0.07 cores=1,3,5,7
/proc/20896/task/20961/stat : 20961 (java) S 20893 20896 10029 0 -1 1077944384 3 13078 0 0 0 0 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140354430954208 140356533470933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
[pid=20896/tid=20962] ppid=20893 vsize=11077984 memory=3328 CPUtime=0.21 cores=1,3,5,7
/proc/20896/task/20962/stat : 20962 (java) S 20893 20896 10029 0 -1 1077944384 355 13078 0 0 7 7 5 2 20 0 15 0 107278517 11343855616 270898 33554432000 4194304 4196468 140721368956112 140355954457264 140356533471874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8605696 140721368959602 140721368962401 140721368962401 140721368965071 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1083592 KiB

Child status: 143
Real time (s): 241.144
CPU time (s): 252.075
CPU user time (s): 251.357
CPU system time (s): 0.718354
CPU usage (%): 104.533
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 1083592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.357
system time used= 0.718354
maximum resident set size= 1085968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29582
involuntary context switches= 769


# summary of solver processes directly reported to runsolver:
#   pid: 20896
#   total CPU time (s): 252.075
#   total CPU user time (s): 251.357
#   total CPU system time (s): 0.718354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.82487 second user time and 1.95451 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:45:53
IDJOB=4302355
IDBENCH=141367
IDSOLVER=2776
FILE ID=node102/4302355-1532897153
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302355-1532897153/watcher-4302355-1532897153 -o /tmp/evaluation-result-4302355-1532897153/solver-4302355-1532897153 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=886088419 HOME/instance-4302355-1532897153.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=886088419

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:        25585032 kB
MemAvailable:   30865708 kB
Buffers:          235312 kB
Cached:          5289540 kB
SwapCached:        53020 kB
Active:          2348204 kB
Inactive:        4311928 kB
Active(anon):    1061664 kB
Inactive(anon):    99168 kB
Active(file):    1286540 kB
Inactive(file):  4212760 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028832 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:       1089540 kB
Mapped:            51184 kB
Shmem:             22596 kB
Slab:             223800 kB
SReclaimable:     194420 kB
SUnreclaim:        29380 kB
KernelStack:        3552 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2263584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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= 52928 MiB
End job on node102 at 2018-07-29 22:49:55