Trace number 4396621

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.12.2SAT (TO)131 2400.05 2353.73

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1888.66
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"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.77/0.55	c Concrete v3.12.2.1568380929293 running
9.51/3.96	o 241
9.51/3.99	o 238
9.88/4.05	o 233
9.88/4.08	o 230
10.22/4.15	o 198
10.81/4.39	o 197
11.13/4.43	o 196
11.13/4.44	o 195
11.75/4.65	o 194
11.75/4.66	o 192
12.26/4.82	o 184
12.26/4.82	o 182
12.26/4.83	o 180
12.26/4.84	o 178
12.26/4.87	o 175
12.26/4.89	o 174
13.98/5.74	o 172
14.17/5.88	o 168
14.30/5.92	o 166
15.06/6.21	o 165
15.06/6.21	o 162
15.06/6.22	o 160
15.06/6.28	o 157
15.06/6.28	o 156
16.33/7.05	o 152
17.38/7.79	o 151
289.74/270.56	o 150
357.12/337.04	o 147
357.22/337.15	o 146
533.43/511.18	o 144
533.92/511.63	o 143
534.70/512.29	o 142
534.70/512.29	o 141
535.92/513.48	o 138
535.92/513.49	o 137
1110.33/1080.78	o 135
1121.80/1092.09	o 134
1122.01/1092.27	o 131
2400.00/2353.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2353.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2353.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2353.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.00/2353.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2353.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2353.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.00/2353.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2353.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2353.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2353.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2353.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2353.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2353.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2353.70		at scala.Option.map(Option.scala:243)
2400.00/2353.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2353.70		at concrete.MAC.mac(MAC.scala:216)
2400.00/2353.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2353.70		at scala.util.Try$.apply(Try.scala:212)
2400.00/2353.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2353.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2353.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2353.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2353.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2353.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2353.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2353.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2353.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2353.70		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2353.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2353.70		at scala.util.Success.map(Try.scala:264)
2400.00/2353.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2353.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2353.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2353.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2353.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2353.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2353.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2353.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2353.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2353.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2353.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2353.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2353.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2353.71		at scala.App.main(App.scala:75)
2400.00/2353.71		at scala.App.main$(App.scala:73)
2400.00/2353.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2353.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2353.71	v <instantiation
2400.00/2353.71	v         cost = '131'>
2400.00/2353.71	v       <list>
2400.00/2353.71	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]
2400.00/2353.71	v       </list>
2400.00/2353.71	v       <values>
2400.00/2353.71	v         14 13 1 6 8 10 7 4 5 3 0 2 9 12 15 17 20 24 18 19 16 21 23 22 11 3 13 6 6 5 4 4 2 4 4 6 10 2 5 3 4 6 9 4 8 4 4 2 11 2
2400.00/2353.71	v       </values>
2400.00/2353.71	v     </instantiation>
2400.00/2353.71	s SATISFIABLE

Verifier Data

OK	131

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396621-1568405296/watcher-4396621-1568405296 -o /tmp/evaluation-result-4396621-1568405296/solver-4396621-1568405296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568402879-31499 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2003837502 HOME/instance-4396621-1568405296.xml 

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

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


[startup+0.100165 s]*
/proc/loadavg: 1.51 1.45 1.38 3/211 32045
/proc/meminfo: memFree=31374388/32770624 swapFree=67000368/67108860
[pid=31973] ppid=31970 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 4387 13337 0 0 1 1 5 2 20 0 6 0 416443587 10212057088 4648 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2493178 4648 1935 1 0 2481616 0
[pid=31973/tid=32039] ppid=31970 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 2176 13337 0 0 1 0 5 2 20 0 6 0 416443596 10212057088 4648 33554432000 4194304 4196468 140726459121136 140131982815824 140131990691861 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 6 0 416443597 10212057088 4648 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=9972712 memory=140693339510400 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 6 0 416443597 10212057088 4648 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 6 0 416443597 10212057088 4648 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 6 0 416443597 10212057088 4648 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210387 s]*
/proc/loadavg: 1.51 1.45 1.38 4/226 32060
/proc/meminfo: memFree=31342944/32770624 swapFree=67000368/67108860
[pid=31973] ppid=31970 vsize=10819664 memory=37928 CPUtime=0.25 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 6901 13337 0 0 16 2 5 2 20 0 15 0 416443587 11079335936 9482 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2704916 9482 3128 1 0 2667149 0
[pid=31973/tid=32039] ppid=31970 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 3370 13337 0 0 10 1 5 2 20 0 15 0 416443596 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131982796176 140131994165893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079335936 9482 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10819664 memory=140693339510400 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10819664 memory=140693339510400 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443598 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 33 13337 0 0 0 0 5 2 20 0 15 0 416443599 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131469190816 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11079335936 9482 33554432000 4194304 4196468 140726459121136 140130891326704 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11079335936 9482 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 454 13337 0 0 1 0 5 2 20 0 15 0 416443601 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 187 13337 0 0 1 0 5 2 20 0 15 0 416443601 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10819664 memory=140693339510400 CPUtime=0.1 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 636 13337 0 0 3 0 5 2 20 0 15 0 416443601 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11079335936 9482 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10819664 memory=140693339510400 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443602 11079335936 9482 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37928 KiB

[startup+0.310362 s]*
/proc/loadavg: 1.51 1.45 1.38 3/226 32060
/proc/meminfo: memFree=31325920/32770624 swapFree=67000368/67108860
[pid=31973] ppid=31970 vsize=10820148 memory=48996 CPUtime=0.39 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 10586 13337 0 0 28 4 5 2 20 0 15 0 416443587 11079831552 12249 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2705037 12249 3260 1 0 2667149 0
[pid=31973/tid=32039] ppid=31970 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 7036 13337 0 0 18 3 5 2 20 0 15 0 416443596 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131982782528 140131997228304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10820148 memory=140693339517393 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079831552 12249 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10820148 memory=7739835517849654098 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443598 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 33 13337 0 0 0 0 5 2 20 0 15 0 416443599 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131469190816 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11079831552 12249 33554432000 4194304 4196468 140726459121136 140130891326704 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11079831552 12249 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 454 13337 0 0 1 0 5 2 20 0 15 0 416443601 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 197 13337 0 0 2 0 5 2 20 0 15 0 416443601 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 645 13337 0 0 5 0 5 2 20 0 15 0 416443601 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11079831552 12249 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443602 11079831552 12249 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48996 KiB

[startup+0.70076 s]
/proc/loadavg: 1.51 1.45 1.38 3/208 32077
/proc/meminfo: memFree=31373036/32770624 swapFree=67000368/67108860
[pid=31973] ppid=31970 vsize=10824360 memory=81904 CPUtime=1.11 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 14651 13337 0 0 98 6 5 2 20 0 15 0 416443587 11084144640 20476 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2706090 20476 3512 1 0 2668173 0
[pid=31973/tid=32039] ppid=31970 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 9932 13337 0 0 55 4 5 2 20 0 15 0 416443596 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131982793568 140131995022693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11084144640 20476 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443597 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10824360 memory=1294 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 2 13337 0 0 0 0 5 2 20 0 15 0 416443597 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 5 13337 0 0 0 0 5 2 20 0 15 0 416443598 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10824360 memory=13 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 33 13337 0 0 0 0 5 2 20 0 15 0 416443599 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131469190816 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11084144640 20476 33554432000 4194304 4196468 140726459121136 140130891326704 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10824360 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11084144640 20476 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 993 13337 0 0 12 0 5 2 20 0 15 0 416443601 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) R 31970 31973 31467 0 -1 4202560 601 13337 0 0 13 0 5 2 20 0 15 0 416443601 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131434580336 140131995873937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10824360 memory=4420 CPUtime=0.24 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 872 13337 0 0 17 0 5 2 20 0 15 0 416443601 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10824360 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11084144640 20476 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10824360 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443602 11084144640 20476 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81904 KiB

[startup+1.50516 s]
/proc/loadavg: 1.51 1.45 1.38 3/227 32157
/proc/meminfo: memFree=31258448/32770624 swapFree=67000368/67108860
[pid=31973] ppid=31970 vsize=10834676 memory=169632 CPUtime=2.47 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 21428 13337 0 0 230 10 5 2 20 0 15 0 416443587 11094708224 42408 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2708669 42408 3582 1 0 2670733 0
[pid=31973/tid=32039] ppid=31970 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 1077944384 14737 13337 0 0 130 5 5 2 20 0 15 0 416443596 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131982791360 140132010989269 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10834676 memory=9198851636692560745 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 70 13337 0 0 1 0 5 2 20 0 15 0 416443597 11094708224 42408 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10834676 memory=8695498324010049545 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 424 13337 0 0 1 0 5 2 20 0 15 0 416443597 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10834676 memory=-2746958450906831519 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 29 13337 0 0 1 0 5 2 20 0 15 0 416443597 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10834676 memory=-6369074288953532300 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 86 13337 0 0 1 0 5 2 20 0 15 0 416443597 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 179 13337 0 0 1 0 5 2 20 0 15 0 416443598 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10834676 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 34 13337 0 0 0 0 5 2 20 0 15 0 416443599 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131469190880 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10834676 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11094708224 42408 33554432000 4194304 4196468 140726459121136 140130891326720 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10834676 memory=7881973805225438827 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11094708224 42408 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10834676 memory=7307747239494643042 CPUtime=0.34 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 1222 13337 0 0 27 0 5 2 20 0 15 0 416443601 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10834676 memory=7 CPUtime=0.31 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) R 31970 31973 31467 0 -1 4202560 738 13337 0 0 24 0 5 2 20 0 15 0 416443601 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131434570720 140131991732596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10834676 memory=7 CPUtime=0.48 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 1697 13337 0 0 41 0 5 2 20 0 15 0 416443601 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10834676 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11094708224 42408 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10834676 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443602 11094708224 42408 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 58858 13337 0 0 223950 41 5 2 20 0 15 0 416443596 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131982814736 140131593515470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10851092 memory=688788 CPUtime=10.11 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 8510 13337 0 0 959 45 5 2 20 0 15 0 416443597 11111518208 172197 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10851092 memory=928 CPUtime=10.13 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 10010 13337 0 0 954 52 5 2 20 0 15 0 416443597 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10851092 memory=0 CPUtime=10.12 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 6215 13337 0 0 959 46 5 2 20 0 15 0 416443597 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10851092 memory=281386393665666 CPUtime=10.1 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 8212 13337 0 0 951 52 5 2 20 0 15 0 416443597 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10851092 memory=688788 CPUtime=9.39 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 10959 13337 0 0 884 48 5 2 20 0 15 0 416443598 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10851092 memory=688788 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 38 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131469190880 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10851092 memory=688788 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 172197 33554432000 4194304 4196468 140726459121136 140130891326720 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10851092 memory=688788 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11111518208 172197 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10851092 memory=3616 CPUtime=5.93 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 26597 13337 0 0 580 6 5 2 20 0 15 0 416443601 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10851092 memory=36412 CPUtime=5.64 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 27952 13337 0 0 550 7 5 2 20 0 15 0 416443601 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10851092 memory=688788 CPUtime=5.25 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 29516 13337 0 0 509 9 5 2 20 0 15 0 416443601 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10851092 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11111518208 172197 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10851092 memory=3616 CPUtime=1.25 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1430 13337 0 0 57 61 5 2 20 0 15 0 416443602 11111518208 172197 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 2307.38 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 688788 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.39 1.38 3/227 32371
/proc/meminfo: memFree=30021156/32770624 swapFree=67000384/67108860
[pid=31973] ppid=31970 vsize=10851092 memory=683660 CPUtime=2368.15 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 191901 13337 0 0 236486 322 5 2 20 0 15 0 416443587 11111518208 170915 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2712773 170915 3628 1 0 2674829 0
[pid=31973/tid=32039] ppid=31970 vsize=10851092 memory=56 CPUtime=2299.44 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 59629 13337 0 0 229895 42 5 2 20 0 15 0 416443596 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131982814240 140131580319608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10851092 memory=688788 CPUtime=10.37 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 8517 13337 0 0 984 46 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10851092 memory=685712 CPUtime=10.37 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 10037 13337 0 0 977 53 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.39 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 6523 13337 0 0 985 47 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.37 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 8257 13337 0 0 976 54 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10851092 memory=683660 CPUtime=9.62 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 11170 13337 0 0 906 49 5 2 20 0 15 0 416443598 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 38 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131469190880 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130891326720 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10851092 memory=683660 CPUtime=5.93 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 26599 13337 0 0 580 6 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10851092 memory=7 CPUtime=5.64 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 27954 13337 0 0 550 7 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10851092 memory=683660 CPUtime=5.25 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 29518 13337 0 0 509 9 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10851092 memory=36412 CPUtime=1.29 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1447 13337 0 0 59 63 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 2368.15 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 683660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.7 s]
/proc/loadavg: 1.56 1.41 1.39 3/227 32406
/proc/meminfo: memFree=30701776/32770624 swapFree=67000384/67108860
[pid=31973] ppid=31970 vsize=10851092 memory=683660 CPUtime=2400 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 192171 13337 0 0 239668 325 5 2 20 0 15 0 416443587 11111518208 170915 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2712773 170915 3628 1 0 2674829 0
[pid=31973/tid=32039] ppid=31970 vsize=10851092 memory=683660 CPUtime=2330.53 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 59862 13337 0 0 233004 42 5 2 20 0 15 0 416443596 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131982814400 140131593887323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.53 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 8517 13337 0 0 999 47 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.53 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 10057 13337 0 0 992 54 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.54 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 6524 13337 0 0 1000 47 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.52 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 8257 13337 0 0 991 54 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10851092 memory=683660 CPUtime=9.76 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 11183 13337 0 0 919 50 5 2 20 0 15 0 416443598 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 38 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131469190880 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130891326720 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10851092 memory=988 CPUtime=5.93 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 26599 13337 0 0 580 6 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10851092 memory=1224 CPUtime=5.64 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 27954 13337 0 0 550 7 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10851092 memory=683660 CPUtime=5.25 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 29518 13337 0 0 509 9 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10851092 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10851092 memory=288230596050944315 CPUtime=1.3 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1450 13337 0 0 59 64 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 683660 KiB

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

[startup+2353.73 s]
# the end of solver process 31973 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.76 s, system=3.29562 s

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

[startup+2353.7 s]
/proc/loadavg: 1.56 1.41 1.39 3/227 32406
/proc/meminfo: memFree=30701776/32770624 swapFree=67000384/67108860
[pid=31973] ppid=31970 vsize=10851092 memory=683660 CPUtime=2400 cores=1,3,5,7
/proc/31973/stat : 31973 (java) S 31970 31973 31467 0 -1 1077944320 192171 13337 0 0 239668 325 5 2 20 0 15 0 416443587 11111518208 170915 33554432000 4194304 4196468 140726459121136 140726459103680 140132010979063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
/proc/31973/statm: 2712773 170915 3628 1 0 2674829 0
[pid=31973/tid=32039] ppid=31970 vsize=10851092 memory=683660 CPUtime=2330.53 cores=1,3,5,7
/proc/31973/task/32039/stat : 32039 (java) R 31970 31973 31467 0 -1 4202560 59862 13337 0 0 233004 42 5 2 20 0 15 0 416443596 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131982814400 140131593887323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32042] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.53 cores=1,3,5,7
/proc/31973/task/32042/stat : 32042 (java) S 31970 31973 31467 0 -1 1077944384 8517 13337 0 0 999 47 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140132015221264 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32043] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.53 cores=1,3,5,7
/proc/31973/task/32043/stat : 32043 (java) S 31970 31973 31467 0 -1 1077944384 10057 13337 0 0 992 54 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131903494800 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32044] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.54 cores=1,3,5,7
/proc/31973/task/32044/stat : 32044 (java) S 31970 31973 31467 0 -1 1077944384 6524 13337 0 0 1000 47 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131902441744 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32045] ppid=31970 vsize=10851092 memory=683660 CPUtime=10.52 cores=1,3,5,7
/proc/31973/task/32045/stat : 32045 (java) S 31970 31973 31467 0 -1 1077944384 8257 13337 0 0 991 54 5 2 20 0 15 0 416443597 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131901389200 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32046] ppid=31970 vsize=10851092 memory=683660 CPUtime=9.76 cores=1,3,5,7
/proc/31973/task/32046/stat : 32046 (java) S 31970 31973 31467 0 -1 1077944384 11183 13337 0 0 919 50 5 2 20 0 15 0 416443598 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131470244592 140132010990210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32047] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32047/stat : 32047 (java) S 31970 31973 31467 0 -1 1077944384 38 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131469190880 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32051] ppid=31970 vsize=10851092 memory=683660 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32051/stat : 32051 (java) S 31970 31973 31467 0 -1 1077944384 1 13337 0 0 0 0 5 2 20 0 15 0 416443599 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130891326720 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32055] ppid=31970 vsize=10851092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32055/stat : 32055 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130583927248 140132010997659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32056] ppid=31970 vsize=10851092 memory=988 CPUtime=5.93 cores=1,3,5,7
/proc/31973/task/32056/stat : 32056 (java) S 31970 31973 31467 0 -1 1077944384 26599 13337 0 0 580 6 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131435632880 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32057] ppid=31970 vsize=10851092 memory=1224 CPUtime=5.64 cores=1,3,5,7
/proc/31973/task/32057/stat : 32057 (java) S 31970 31973 31467 0 -1 1077944384 27954 13337 0 0 550 7 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131434580336 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32058] ppid=31970 vsize=10851092 memory=683660 CPUtime=5.25 cores=1,3,5,7
/proc/31973/task/32058/stat : 32058 (java) S 31970 31973 31467 0 -1 1077944384 29518 13337 0 0 509 9 5 2 20 0 15 0 416443601 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131433527280 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32059] ppid=31970 vsize=10851092 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/31973/task/32059/stat : 32059 (java) S 31970 31973 31467 0 -1 1077944384 3 13337 0 0 0 0 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140130550368608 140132010989269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
[pid=31973/tid=32060] ppid=31970 vsize=10851092 memory=288230596050944315 CPUtime=1.3 cores=1,3,5,7
/proc/31973/task/32060/stat : 32060 (java) S 31970 31973 31467 0 -1 1077944384 1450 13337 0 0 59 64 5 2 20 0 15 0 416443602 11111518208 170915 33554432000 4194304 4196468 140726459121136 140131432475696 140132010990210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9867264 140726459124463 140726459126981 140726459126981 140726459129807 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 683660 KiB

Child status: 143
Real time (s): 2353.73
CPU time (s): 2400.05
CPU user time (s): 2396.76
CPU system time (s): 3.29562
CPU usage (%): 101.968
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 757488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.76
system time used= 3.29562
maximum resident set size= 759536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268981
involuntary context switches= 6657


# summary of solver processes directly reported to runsolver:
#   pid: 31973
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.76
#   total CPU system time (s): 3.29562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9305 second user time and 20.4566 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 22:07:35
IDJOB=4396621
IDBENCH=135841
IDSOLVER=2847
FILE ID=node146/4396621-1568405296
RUNJOBID= node146-1568402879-31499
PBS_JOBID= 21702189
Free space on /tmp= 58996 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396621-1568405296/watcher-4396621-1568405296 -o /tmp/evaluation-result-4396621-1568405296/solver-4396621-1568405296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568402879-31499 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2003837502 HOME/instance-4396621-1568405296.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=2003837502

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31392632 kB
MemAvailable:   31887164 kB
Buffers:          171388 kB
Cached:           589580 kB
SwapCached:         4836 kB
Active:           434756 kB
Inactive:         331696 kB
Active(anon):      21520 kB
Inactive(anon):    22592 kB
Active(file):     413236 kB
Inactive(file):   309104 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67000368 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        124408 kB
Mapped:            41904 kB
Shmem:             29716 kB
Slab:             205424 kB
SReclaimable:     176052 kB
SUnreclaim:        29372 kB
KernelStack:        3584 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58960 MiB
End job on node146 at 2019-09-13 22:46:49