Trace number 4302691

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)115 252.114 239.332

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark252.104
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
7.90/3.96	o 207
7.90/3.99	o 203
8.52/4.19	o 194
8.84/4.20	o 193
8.84/4.20	o 187
8.84/4.21	o 186
8.84/4.28	o 182
9.79/4.56	o 176
9.79/4.56	o 175
9.79/4.56	o 174
10.11/4.60	o 173
10.11/4.61	o 172
10.38/4.79	o 170
11.42/5.36	o 163
11.42/5.36	o 162
11.42/5.36	o 159
12.18/5.86	o 157
12.18/5.87	o 155
12.18/5.87	o 145
12.29/5.90	o 142
12.29/5.92	o 139
12.72/6.22	o 132
12.72/6.22	o 131
47.14/38.12	o 130
68.88/59.39	o 119
68.99/59.42	o 118
78.62/68.98	o 116
78.62/68.99	o 115
252.06/239.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/239.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/239.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/239.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/239.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/239.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/239.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/239.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/239.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/239.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/239.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/239.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/239.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/239.30		at scala.Option.map(Option.scala:146)
252.06/239.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/239.30		at concrete.MAC.mac(MAC.scala:203)
252.06/239.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/239.30		at scala.util.Try$.apply(Try.scala:209)
252.06/239.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/239.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/239.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/239.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/239.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/239.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/239.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/239.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/239.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/239.30		at concrete.MAC.oneRun(MAC.scala:253)
252.06/239.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/239.31		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/239.31		at concrete.Solver.hasNext(Solver.scala:166)
252.06/239.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/239.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/239.31		at concrete.Solver.foreach(Solver.scala:68)
252.06/239.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/239.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/239.31		at scala.util.Success.map(Try.scala:209)
252.06/239.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/239.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/239.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/239.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/239.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/239.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/239.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/239.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/239.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/239.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/239.31		at scala.App.main(App.scala:76)
252.06/239.31		at scala.App.main$(App.scala:74)
252.06/239.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/239.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/239.31	v <instantiation cost="115">
252.06/239.31	v       <list>
252.06/239.31	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24]
252.06/239.31	v       </list>
252.06/239.31	v       <values>
252.06/239.31	v         13 9 12 14 11 6 4 3 2 0 1 5 7 8 10 19 17 18 20 21 23 24 22 16 15 6 4 4 4 9 4 2 1 2 7 4 8 1 6 9 1 1 3 4 2 3 12 8 5 5
252.06/239.31	v       </values>
252.06/239.31	v     </instantiation>
252.06/239.31	s SATISFIABLE

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302691-1532898646/watcher-4302691-1532898646 -o /tmp/evaluation-result-4302691-1532898646/solver-4302691-1532898646 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1135582795 -superng HOME/instance-4302691-1532898646.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=30498, runsolver pid=30495

[startup+0.100063 s]*
/proc/loadavg: 1.89 1.77 1.77 4/207 30555
/proc/meminfo: memFree=27576692/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=10005480 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 4286 13167 0 0 1 0 5 2 20 0 6 0 107427797 10245611520 4649 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2501370 4649 1933 1 0 2489808 0
[pid=30498/tid=30551] ppid=30495 vsize=10005480 memory=4279135704014094991 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 2089 13167 0 0 1 0 5 2 20 0 6 0 107427806 10245611520 4649 33554432000 4194304 4196468 140730259933952 140011753062992 140011766908723 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 6 0 107427807 10245611520 4649 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=10005480 memory=140645193422464 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 6 0 107427807 10245611520 4649 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 6 0 107427807 10245611520 4649 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 6 0 107427807 10245611520 4649 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209861 s]*
/proc/loadavg: 1.89 1.77 1.77 3/216 30564
/proc/meminfo: memFree=27551112/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=10982696 memory=43776 CPUtime=0.25 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 8351 13167 0 0 16 2 5 2 20 0 15 0 107427797 11246280704 10944 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2745674 10944 2932 1 0 2708109 0
[pid=30498/tid=30551] ppid=30495 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 4872 13167 0 0 10 1 5 2 20 0 15 0 107427806 11246280704 10944 33554432000 4194304 4196468 140730259933952 140011753023888 140011761501561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=10982696 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246280704 10944 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=10982696 memory=3834170892184655520 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246280704 10944 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246280704 10944 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246280704 10944 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=10982696 memory=140645193422464 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010632241952 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010430915696 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 367 13167 0 0 1 0 5 2 20 0 15 0 107427811 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 257 13167 0 0 0 0 5 2 20 0 15 0 107427811 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=10982696 memory=140645193422464 CPUtime=0.1 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 632 13167 0 0 3 0 5 2 20 0 15 0 107427811 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246280704 10944 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=10982696 memory=140645193422464 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246280704 10944 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43776 KiB

[startup+0.31032 s]*
/proc/loadavg: 1.89 1.77 1.77 3/216 30564
/proc/meminfo: memFree=27541684/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=10983192 memory=55124 CPUtime=0.38 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 10374 13167 0 0 28 3 5 2 20 0 15 0 107427797 11246788608 13781 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2745798 13781 3064 1 0 2708109 0
[pid=30498/tid=30551] ppid=30495 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 6884 13167 0 0 19 2 5 2 20 0 15 0 107427806 11246788608 13781 33554432000 4194304 4196468 140730259933952 140011753038240 140011765306718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 13781 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 13781 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 13781 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 13781 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010632241952 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010430915696 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 368 13167 0 0 2 0 5 2 20 0 15 0 107427811 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 257 13167 0 0 1 0 5 2 20 0 15 0 107427811 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=10983192 memory=140645193422464 CPUtime=0.11 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 644 13167 0 0 4 0 5 2 20 0 15 0 107427811 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246788608 13781 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=10983192 memory=140645193422464 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246788608 13781 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55124 KiB

[startup+0.700745 s]
/proc/loadavg: 1.89 1.77 1.77 3/216 30564
/proc/meminfo: memFree=27529396/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=10983192 memory=88688 CPUtime=0.98 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 16841 13167 0 0 87 4 5 2 20 0 15 0 107427797 11246788608 22172 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2745798 22172 3237 1 0 2708109 0
[pid=30498/tid=30551] ppid=30495 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 12364 13167 0 0 55 3 5 2 20 0 15 0 107427806 11246788608 22172 33554432000 4194304 4196468 140730259933952 140011753047056 140011762789791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 22172 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 22172 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 22172 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427807 11246788608 22172 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 5 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=10983192 memory=140645079593648 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107427808 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010632241952 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=10983192 memory=140647294042704 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010430915696 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=10983192 memory=7089042195949315648 CPUtime=0.17 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 1002 13167 0 0 10 0 5 2 20 0 15 0 107427811 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=10983192 memory=7881696724453321575 CPUtime=0.14 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 523 13167 0 0 7 0 5 2 20 0 15 0 107427811 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 726 13167 0 0 13 0 5 2 20 0 15 0 107427811 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246788608 22172 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427812 11246788608 22172 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88688 KiB

[startup+1.50073 s]
/proc/loadavg: 1.89 1.77 1.77 3/216 30564
/proc/meminfo: memFree=27482656/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=10998092 memory=182192 CPUtime=2.29 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 24166 13167 0 0 213 9 5 2 20 0 15 0 107427797 11262046208 45548 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2749523 45548 3474 1 0 2711181 0
[pid=30498/tid=30551] ppid=30495 vsize=10998092 memory=10757 CPUtime=1.41 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 18031 13167 0 0 128 6 5 2 20 0 15 0 107427806 11262046208 45548 33554432000 4194304 4196468 140730259933952 140011753056288 140011766921240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 73 13167 0 0 1 0 5 2 20 0 15 0 107427807 11262046208 45548 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 190 13167 0 0 1 0 5 2 20 0 15 0 107427807 11262046208 45548 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=10998092 memory=3000 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 9 13167 0 0 1 0 5 2 20 0 15 0 107427807 11262046208 45548 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=10998092 memory=88688 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 31 13167 0 0 1 0 5 2 20 0 15 0 107427807 11262046208 45548 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 62 13167 0 0 1 0 5 2 20 0 15 0 107427808 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 14 13167 0 0 0 0 5 2 20 0 15 0 107427808 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010632242016 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010430915712 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 1125 13167 0 0 21 0 5 2 20 0 15 0 107427811 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=10998092 memory=281290159463296 CPUtime=0.3 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 1036 13167 0 0 23 0 5 2 20 0 15 0 107427811 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=10998092 memory=6944656592452807323 CPUtime=0.39 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 1392 13167 0 0 32 0 5 2 20 0 15 0 107427811 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11262046208 45548 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427812 11262046208 45548 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 58322 13167 0 0 16153 16 5 2 20 0 15 0 107427806 11345952768 145122 33554432000 4194304 4196468 140730259933952 140011753059264 140011333128448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=11080032 memory=56 CPUtime=0.3 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 1512 13167 0 0 20 3 5 2 20 0 15 0 107427807 11345952768 145122 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.3 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 1980 13167 0 0 20 3 5 2 20 0 15 0 107427807 11345952768 145122 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.3 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 3786 13167 0 0 19 4 5 2 20 0 15 0 107427807 11345952768 145122 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.3 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 2501 13167 0 0 19 4 5 2 20 0 15 0 107427807 11345952768 145122 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.24 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 3613 13167 0 0 15 2 5 2 20 0 15 0 107427808 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 15 13167 0 0 0 0 5 2 20 0 15 0 107427808 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010632242080 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010430915712 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=11080032 memory=580488 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=11080032 memory=580488 CPUtime=4.48 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 21394 13167 0 0 438 3 5 2 20 0 15 0 107427811 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=11080032 memory=580488 CPUtime=4.42 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 18798 13167 0 0 432 3 5 2 20 0 15 0 107427811 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=11080032 memory=580488 CPUtime=2.14 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 19595 13167 0 0 203 4 5 2 20 0 15 0 107427811 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=11080032 memory=10368 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11345952768 145122 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=11080032 memory=1700 CPUtime=0.14 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 510 13167 0 0 3 4 5 2 20 0 15 0 107427812 11345952768 145122 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 173.84 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 580488 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.63 1.71 3/216 30698
/proc/meminfo: memFree=26932800/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=11080032 memory=576416 CPUtime=234.8 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 138579 13167 0 0 23421 52 5 2 20 0 15 0 107427797 11345952768 144104 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2770008 144104 3525 1 0 2731661 0
[pid=30498/tid=30551] ppid=30495 vsize=11080032 memory=4140 CPUtime=221.48 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 58823 13167 0 0 22125 16 5 2 20 0 15 0 107427806 11345952768 144104 33554432000 4194304 4196468 140730259933952 140011753060112 140011325388208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.42 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 1591 13167 0 0 31 4 5 2 20 0 15 0 107427807 11345952768 144104 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.42 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 2012 13167 0 0 31 4 5 2 20 0 15 0 107427807 11345952768 144104 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.41 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 3826 13167 0 0 30 4 5 2 20 0 15 0 107427807 11345952768 144104 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.41 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 3610 13167 0 0 30 4 5 2 20 0 15 0 107427807 11345952768 144104 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.34 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 3777 13167 0 0 24 3 5 2 20 0 15 0 107427808 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 15 13167 0 0 0 0 5 2 20 0 15 0 107427808 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010632242080 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010430915712 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=11080032 memory=576416 CPUtime=4.74 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 22175 13167 0 0 464 3 5 2 20 0 15 0 107427811 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=11080032 memory=10368 CPUtime=4.67 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 19408 13167 0 0 457 3 5 2 20 0 15 0 107427811 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=11080032 memory=576416 CPUtime=2.26 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 20579 13167 0 0 214 5 5 2 20 0 15 0 107427811 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11345952768 144104 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.17 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 561 13167 0 0 4 6 5 2 20 0 15 0 107427812 11345952768 144104 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 234.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 576416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.301 s]
/proc/loadavg: 1.67 1.62 1.70 3/216 30698
/proc/meminfo: memFree=27014280/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=11080032 memory=576440 CPUtime=252.06 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 139047 13167 0 0 25146 53 5 2 20 0 15 0 107427797 11345952768 144110 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2770008 144110 3525 1 0 2731661 0
[pid=30498/tid=30551] ppid=30495 vsize=11080032 memory=576440 CPUtime=238.39 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 58899 13167 0 0 23816 16 5 2 20 0 15 0 107427806 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011753060432 140011325388549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.46 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 1592 13167 0 0 35 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.46 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 2014 13167 0 0 35 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.45 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 3860 13167 0 0 34 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.45 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 3611 13167 0 0 34 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.37 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 3780 13167 0 0 27 3 5 2 20 0 15 0 107427808 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 15 13167 0 0 0 0 5 2 20 0 15 0 107427808 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010632242080 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010430915712 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=11080032 memory=30504 CPUtime=4.8 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 22261 13167 0 0 470 3 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=11080032 memory=576440 CPUtime=4.73 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 19493 13167 0 0 463 3 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=11080032 memory=1172 CPUtime=2.29 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 20758 13167 0 0 217 5 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11345952768 144110 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.17 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 562 13167 0 0 4 6 5 2 20 0 15 0 107427812 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 576440 KiB

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

[startup+239.332 s]
# the end of solver process 30498 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.535 s, system=0.578085 s

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

[startup+239.301 s]
/proc/loadavg: 1.67 1.62 1.70 3/216 30698
/proc/meminfo: memFree=27014280/32770624 swapFree=67108860/67108860
[pid=30498] ppid=30495 vsize=11080032 memory=576440 CPUtime=252.06 cores=1,3,5,7
/proc/30498/stat : 30498 (java) S 30495 30498 13514 0 -1 1077944320 139047 13167 0 0 25146 53 5 2 20 0 15 0 107427797 11345952768 144110 33554432000 4194304 4196468 140730259933952 140730259916496 140011781226231 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
/proc/30498/statm: 2770008 144110 3525 1 0 2731661 0
[pid=30498/tid=30551] ppid=30495 vsize=11080032 memory=576440 CPUtime=238.39 cores=1,3,5,7
/proc/30498/task/30551/stat : 30551 (java) R 30495 30498 13514 0 -1 4202560 58899 13167 0 0 23816 16 5 2 20 0 15 0 107427806 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011753060432 140011325388549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30552] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.46 cores=1,3,5,7
/proc/30498/task/30552/stat : 30552 (java) S 30495 30498 13514 0 -1 1077944384 1592 13167 0 0 35 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011785468816 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30553] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.46 cores=1,3,5,7
/proc/30498/task/30553/stat : 30553 (java) S 30495 30498 13514 0 -1 1077944384 2014 13167 0 0 35 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011640187664 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30554] ppid=30495 vsize=11080032 memory=576416 CPUtime=0.45 cores=1,3,5,7
/proc/30498/task/30554/stat : 30554 (java) S 30495 30498 13514 0 -1 1077944384 3860 13167 0 0 34 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011320110224 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30555] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.45 cores=1,3,5,7
/proc/30498/task/30555/stat : 30555 (java) S 30495 30498 13514 0 -1 1077944384 3611 13167 0 0 34 4 5 2 20 0 15 0 107427807 11345952768 144110 33554432000 4194304 4196468 140730259933952 140011319057424 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30556] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.37 cores=1,3,5,7
/proc/30498/task/30556/stat : 30556 (java) S 30495 30498 13514 0 -1 1077944384 3780 13167 0 0 27 3 5 2 20 0 15 0 107427808 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010750670960 140011781237378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30557] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30557/stat : 30557 (java) S 30495 30498 13514 0 -1 1077944384 15 13167 0 0 0 0 5 2 20 0 15 0 107427808 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010632242080 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30558] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30558/stat : 30558 (java) S 30495 30498 13514 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107427809 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010430915712 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30559] ppid=30495 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30559/stat : 30559 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010123515984 140011781244827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30560] ppid=30495 vsize=11080032 memory=30504 CPUtime=4.8 cores=1,3,5,7
/proc/30498/task/30560/stat : 30560 (java) S 30495 30498 13514 0 -1 1077944384 22261 13167 0 0 470 3 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010749618800 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30561] ppid=30495 vsize=11080032 memory=576440 CPUtime=4.73 cores=1,3,5,7
/proc/30498/task/30561/stat : 30561 (java) S 30495 30498 13514 0 -1 1077944384 19493 13167 0 0 463 3 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010748566000 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30562] ppid=30495 vsize=11080032 memory=1172 CPUtime=2.29 cores=1,3,5,7
/proc/30498/task/30562/stat : 30562 (java) S 30495 30498 13514 0 -1 1077944384 20758 13167 0 0 217 5 5 2 20 0 15 0 107427811 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010747513712 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30563] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.07 cores=1,3,5,7
/proc/30498/task/30563/stat : 30563 (java) S 30495 30498 13514 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107427812 11345952768 144110 33554432000 4194304 4196468 140730259933952 140009692720096 140011781236437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
[pid=30498/tid=30564] ppid=30495 vsize=11080032 memory=576440 CPUtime=0.17 cores=1,3,5,7
/proc/30498/task/30564/stat : 30564 (java) S 30495 30498 13514 0 -1 1077944384 562 13167 0 0 4 6 5 2 20 0 15 0 107427812 11345952768 144110 33554432000 4194304 4196468 140730259933952 140010746460592 140011781237378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12288000 140730259937896 140730259940705 140730259940705 140730259943375 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 576440 KiB

Child status: 143
Real time (s): 239.332
CPU time (s): 252.114
CPU user time (s): 251.535
CPU system time (s): 0.578085
CPU usage (%): 105.34
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 666396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.535
system time used= 0.578085
maximum resident set size= 666396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20162
involuntary context switches= 404


# summary of solver processes directly reported to runsolver:
#   pid: 30498
#   total CPU time (s): 252.114
#   total CPU user time (s): 251.535
#   total CPU system time (s): 0.578085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.72332 second user time and 1.97051 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 23:10:46
IDJOB=4302691
IDBENCH=141622
IDSOLVER=2777
FILE ID=node136/4302691-1532898646
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302691-1532898646/watcher-4302691-1532898646 -o /tmp/evaluation-result-4302691-1532898646/solver-4302691-1532898646 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1135582795 -superng HOME/instance-4302691-1532898646.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=1135582795

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27582088 kB
MemAvailable:   30998872 kB
Buffers:          222220 kB
Cached:          3464572 kB
SwapCached:            0 kB
Active:          2749260 kB
Inactive:        1958868 kB
Active(anon):     972524 kB
Inactive(anon):    76480 kB
Active(file):    1776736 kB
Inactive(file):  1882388 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:       1028512 kB
Mapped:            48144 kB
Shmem:             25228 kB
Slab:             175520 kB
SReclaimable:     146988 kB
SUnreclaim:        28532 kB
KernelStack:        3552 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2172084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 23:14:46