Trace number 4387387

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.10SAT (TO)130 2520.12 2477.15

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 benchmark1885.32
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.74/0.54	c Concrete v3.10.1560635388952 running
8.23/3.53	o 341
8.23/3.54	o 332
8.23/3.56	o 323
8.23/3.56	o 316
8.58/3.62	o 313
8.58/3.64	o 286
8.58/3.67	o 283
8.58/3.69	o 279
8.92/3.74	o 270
9.96/4.01	o 267
9.96/4.01	o 256
9.96/4.06	o 247
9.96/4.08	o 244
11.06/4.45	o 243
11.06/4.45	o 242
12.05/4.98	o 241
12.28/5.07	o 230
12.28/5.07	o 228
12.28/5.08	o 226
12.28/5.08	o 224
12.59/5.17	o 221
12.59/5.17	o 220
12.81/5.23	o 219
12.81/5.24	o 208
12.81/5.25	o 204
12.98/5.32	o 203
12.98/5.34	o 195
12.98/5.34	o 194
12.98/5.37	o 193
12.98/5.39	o 192
13.15/5.44	o 191
15.42/6.92	o 190
15.42/6.92	o 189
15.42/6.93	o 188
15.42/6.94	o 185
15.42/6.94	o 183
15.42/6.94	o 181
18.16/8.72	o 180
18.60/9.02	o 178
18.60/9.06	o 174
19.00/9.31	o 171
19.00/9.32	o 169
19.00/9.35	o 168
19.17/9.40	o 160
38.06/26.63	o 159
46.44/34.25	o 158
46.44/34.26	o 157
46.77/34.41	o 154
46.77/34.45	o 137
268.72/248.96	o 135
291.86/271.56	o 132
292.77/272.42	o 131
599.22/575.75	o 130
2520.07/2477.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2477.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2477.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.07/2477.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2477.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2477.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2477.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2477.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2477.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2477.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2477.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2477.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2477.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2477.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2477.11		at scala.Option.map(Option.scala:243)
2520.07/2477.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2477.11		at concrete.MAC.mac(MAC.scala:204)
2520.07/2477.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2477.11		at scala.util.Try$.apply(Try.scala:212)
2520.07/2477.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2477.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2477.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2477.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2477.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2477.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2477.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2477.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2477.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2477.11		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2477.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2477.11		at scala.util.Success.map(Try.scala:264)
2520.07/2477.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2477.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2477.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2477.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2477.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2477.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2477.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2477.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2477.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2477.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2477.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2477.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2477.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2477.11		at scala.App.main(App.scala:75)
2520.07/2477.11		at scala.App.main$(App.scala:73)
2520.07/2477.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2477.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2477.12	v <instantiation
2520.07/2477.12	v         cost = '130'>
2520.07/2477.12	v       <list>
2520.07/2477.12	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]
2520.07/2477.12	v       </list>
2520.07/2477.12	v       <values>
2520.07/2477.12	v         9 12 15 17 20 24 18 19 23 22 21 16 13 14 11 1 6 8 10 7 4 5 3 0 2 2 5 3 4 6 9 4 12 2 3 4 6 3 2 14 6 6 5 4 4 2 4 4 6 10
2520.07/2477.12	v       </values>
2520.07/2477.12	v     </instantiation>
2520.07/2477.12	s SATISFIABLE

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387387-1568302165/watcher-4387387-1568302165 -o /tmp/evaluation-result-4387387-1568302165/solver-4387387-1568302165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8129 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=273233968 HOME/instance-4387387-1568302165.xml 

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

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


[startup+0.109172 s]*
/proc/loadavg: 1.48 1.54 1.48 3/220 13176
/proc/meminfo: memFree=30513184/32770624 swapFree=66940072/67108860
[pid=13118] ppid=13115 vsize=10355560 memory=22692 CPUtime=0.1 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 4934 13267 0 0 2 1 4 3 20 0 9 0 406455320 10604093440 5673 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2588890 5673 2102 1 0 2551431 0
[pid=13118/tid=13171] ppid=13115 vsize=10355560 memory=5853958925675299741 CPUtime=0.09 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 2694 13267 0 0 1 1 4 3 20 0 9 0 406455329 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829923073904 139829943479269 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10355560 memory=5793855302219270585 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 9 0 406455329 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10355560 memory=140051209377408 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 9 0 406455329 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 9 0 406455329 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 9 0 406455329 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 9 0 406455331 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 33 13267 0 0 0 0 4 3 20 0 9 0 406455331 10604093440 5673 33554432000 4194304 4196468 140726089202992 139829409617184 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 9 0 406455331 10604093440 5673 33554432000 4194304 4196468 140726089202992 139828834330288 139829951248085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22692 KiB

[startup+0.210181 s]*
/proc/loadavg: 1.48 1.54 1.48 4/228 13184
/proc/meminfo: memFree=30498260/32770624 swapFree=66940072/67108860
[pid=13118] ppid=13115 vsize=10818940 memory=36732 CPUtime=0.26 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 7077 13267 0 0 17 2 4 3 20 0 15 0 406455320 11078594560 9183 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2704735 9183 2971 1 0 2667149 0
[pid=13118/tid=13171] ppid=13115 vsize=10818940 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 3583 13267 0 0 11 1 4 3 20 0 15 0 406455329 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829923061040 139829935318366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10818940 memory=4211973777414167946 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10818940 memory=140051209377408 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 15 0 406455329 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10818940 memory=140051209377408 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 15 0 406455331 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 33 13267 0 0 0 0 4 3 20 0 15 0 406455331 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829409617184 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455331 11078594560 9183 33554432000 4194304 4196468 140726089202992 139828834330224 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 420 13267 0 0 1 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 176 13267 0 0 0 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10818940 memory=140051209377408 CPUtime=0.1 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 647 13267 0 0 3 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10818940 memory=140051209377408 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455334 11078594560 9183 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36732 KiB

[startup+0.31062 s]*
/proc/loadavg: 1.48 1.54 1.48 3/228 13184
/proc/meminfo: memFree=30484920/32770624 swapFree=66940072/67108860
[pid=13118] ppid=13115 vsize=10820244 memory=49376 CPUtime=0.39 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 10560 13267 0 0 29 3 4 3 20 0 15 0 406455320 11079929856 12344 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2705061 12344 3306 1 0 2667149 0
[pid=13118/tid=13171] ppid=13115 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 7039 13267 0 0 19 3 4 3 20 0 15 0 406455329 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829923057696 139829951261469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10820244 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10820244 memory=140051209388001 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 15 0 406455329 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 15 0 406455331 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 33 13267 0 0 0 0 4 3 20 0 15 0 406455331 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829409617184 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455331 11079929856 12344 33554432000 4194304 4196468 140726089202992 139828834330224 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 431 13267 0 0 2 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 176 13267 0 0 1 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10820244 memory=140051209377408 CPUtime=0.12 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 660 13267 0 0 5 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10820244 memory=140051209377408 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455334 11079929856 12344 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49376 KiB

[startup+0.700691 s]
/proc/loadavg: 1.48 1.54 1.48 5/228 13184
/proc/meminfo: memFree=30471400/32770624 swapFree=66940072/67108860
[pid=13118] ppid=13115 vsize=10824340 memory=80020 CPUtime=1.13 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 14852 13267 0 0 100 6 4 3 20 0 15 0 406455320 11084124160 20005 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2706085 20005 3503 1 0 2668173 0
[pid=13118/tid=13171] ppid=13115 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 10512 13267 0 0 55 4 4 3 20 0 15 0 406455329 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829923055840 139829951259805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455329 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 2 13267 0 0 0 0 4 3 20 0 15 0 406455329 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10824340 memory=36 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 5 13267 0 0 0 0 4 3 20 0 15 0 406455331 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10824340 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 33 13267 0 0 0 0 4 3 20 0 15 0 406455331 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829409617184 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10824340 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455331 11084124160 20005 33554432000 4194304 4196468 140726089202992 139828834330224 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10824340 memory=2112 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10824340 memory=12040 CPUtime=0.22 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 817 13267 0 0 15 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10824340 memory=22160 CPUtime=0.18 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 414 13267 0 0 11 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10824340 memory=1556 CPUtime=0.24 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 852 13267 0 0 17 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10824340 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10824340 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1 13267 0 0 0 0 4 3 20 0 15 0 406455334 11084124160 20005 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80020 KiB

[startup+1.50067 s]
/proc/loadavg: 1.48 1.54 1.48 3/228 13184
/proc/meminfo: memFree=30429028/32770624 swapFree=66940072/67108860
[pid=13118] ppid=13115 vsize=10834656 memory=167524 CPUtime=2.48 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 20043 13267 0 0 230 11 4 3 20 0 15 0 406455320 11094687744 41881 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2708664 41881 3569 1 0 2670733 0
[pid=13118/tid=13171] ppid=13115 vsize=10834656 memory=163888 CPUtime=1.43 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 14782 13267 0 0 129 7 4 3 20 0 15 0 406455329 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829923050984 139829951249814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10834656 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 21 13267 0 0 1 0 4 3 20 0 15 0 406455329 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10834656 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 46 13267 0 0 0 0 4 3 20 0 15 0 406455329 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10834656 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 30 13267 0 0 1 0 4 3 20 0 15 0 406455329 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10834656 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 13 13267 0 0 0 0 4 3 20 0 15 0 406455329 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10834656 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 36 13267 0 0 1 0 4 3 20 0 15 0 406455331 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10834656 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 35 13267 0 0 0 0 4 3 20 0 15 0 406455331 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829409617248 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10834656 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 7 13267 0 0 0 0 4 3 20 0 15 0 406455331 11094687744 41881 33554432000 4194304 4196468 140726089202992 139828834330240 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10834656 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11094687744 41881 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10834656 memory=5964 CPUtime=0.36 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 896 13267 0 0 29 0 4 3 20 0 15 0 406455334 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10834656 memory=624 CPUtime=0.29 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) R 13115 13118 6622 0 -1 4202560 475 13267 0 0 22 0 4 3 20 0 15 0 406455334 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829375006704 139829932759527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10834656 memory=3440 CPUtime=0.48 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 1489 13267 0 0 41 0 4 3 20 0 15 0 406455334 11094687744 41881 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0

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

/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 58679 13267 0 0 236194 33 4 3 20 0 15 0 406455329 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829923072768 139829534022048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10849024 memory=650880 CPUtime=8.49 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 11852 13267 0 0 802 40 4 3 20 0 15 0 406455329 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10849024 memory=652948 CPUtime=8.49 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 12861 13267 0 0 798 44 4 3 20 0 15 0 406455329 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10849024 memory=652948 CPUtime=8.49 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 10230 13267 0 0 802 40 4 3 20 0 15 0 406455329 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10849024 memory=652948 CPUtime=8.54 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 11137 13267 0 0 800 47 4 3 20 0 15 0 406455329 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10849024 memory=652976 CPUtime=8.62 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 12905 13267 0 0 812 43 4 3 20 0 15 0 406455331 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10849024 memory=1088 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 38 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829409617248 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10849024 memory=652976 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 7 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163245 33554432000 4194304 4196468 140726089202992 139828834330240 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10849024 memory=652948 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10849024 memory=280102199540384 CPUtime=6.78 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 33671 13267 0 0 665 6 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10849024 memory=652976 CPUtime=7.37 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 33467 13267 0 0 723 7 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10849024 memory=652976 CPUtime=4.49 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 43090 13267 0 0 432 10 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10849024 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10849024 memory=1428 CPUtime=1.26 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1398 13267 0 0 58 61 4 3 20 0 15 0 406455334 11109400576 163245 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 2424.34 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 652980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.61 1.59 1.48 3/228 14082
/proc/meminfo: memFree=25816544/32770624 swapFree=66940076/67108860
[pid=13118] ppid=13115 vsize=10849024 memory=653044 CPUtime=2484.92 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 232285 13267 0 0 248198 287 4 3 20 0 15 0 406455320 11109400576 163261 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2712256 163261 3624 1 0 2674317 0
[pid=13118/tid=13171] ppid=13115 vsize=10849024 memory=652980 CPUtime=2421.84 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 59100 13267 0 0 242144 33 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829923073408 139829533932893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10849024 memory=652980 CPUtime=8.69 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 12065 13267 0 0 821 41 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10849024 memory=652980 CPUtime=8.7 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 12872 13267 0 0 818 45 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10849024 memory=652976 CPUtime=8.71 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 10251 13267 0 0 822 42 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10849024 memory=652980 CPUtime=8.74 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 11164 13267 0 0 820 47 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10849024 memory=652980 CPUtime=8.83 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 12940 13267 0 0 832 44 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10849024 memory=652980 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 38 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829409617248 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10849024 memory=280102199540384 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 7 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828834330240 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10849024 memory=652980 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10849024 memory=3620 CPUtime=6.78 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 33673 13267 0 0 665 6 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10849024 memory=652980 CPUtime=7.37 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 33469 13267 0 0 723 7 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10849024 memory=653044 CPUtime=4.49 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 43092 13267 0 0 432 10 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10849024 memory=1436 CPUtime=1.28 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1402 13267 0 0 59 62 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 2484.92 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.11 s]
/proc/loadavg: 1.81 1.63 1.50 3/229 14092
/proc/meminfo: memFree=24899356/32770624 swapFree=66940076/67108860
[pid=13118] ppid=13115 vsize=10849024 memory=653044 CPUtime=2520.07 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 232905 13267 0 0 251710 290 4 3 20 0 15 0 406455320 11109400576 163261 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2712256 163261 3624 1 0 2674317 0
[pid=13118/tid=13171] ppid=13115 vsize=10849024 memory=653044 CPUtime=2456.38 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 59379 13267 0 0 245597 34 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829923073168 139829534544244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.82 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 12141 13267 0 0 833 42 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.81 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 12884 13267 0 0 829 45 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.82 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 10285 13267 0 0 833 42 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.86 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 11173 13267 0 0 831 48 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10849024 memory=0 CPUtime=8.95 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 13129 13267 0 0 844 44 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10849024 memory=280102198870880 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 38 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829409617248 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 7 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828834330240 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10849024 memory=653044 CPUtime=6.78 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 33675 13267 0 0 665 6 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10849024 memory=653044 CPUtime=7.37 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 33471 13267 0 0 723 7 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10849024 memory=3216 CPUtime=4.49 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 43094 13267 0 0 432 10 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10849024 memory=4104 CPUtime=1.3 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1417 13267 0 0 60 63 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653044 KiB

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

[startup+2477.15 s]
# the end of solver process 13118 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.16 s, system=2.95332 s

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

[startup+2477.11 s]
/proc/loadavg: 1.81 1.63 1.50 3/229 14092
/proc/meminfo: memFree=24899356/32770624 swapFree=66940076/67108860
[pid=13118] ppid=13115 vsize=10849024 memory=653044 CPUtime=2520.07 cores=1,3,5,7
/proc/13118/stat : 13118 (java) S 13115 13118 6622 0 -1 1077944320 232905 13267 0 0 251710 290 4 3 20 0 15 0 406455320 11109400576 163261 33554432000 4194304 4196468 140726089202992 140726089185536 139829951237879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
/proc/13118/statm: 2712256 163261 3624 1 0 2674317 0
[pid=13118/tid=13171] ppid=13115 vsize=10849024 memory=653044 CPUtime=2456.38 cores=1,3,5,7
/proc/13118/task/13171/stat : 13171 (java) R 13115 13118 6622 0 -1 4202560 59379 13267 0 0 245597 34 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829923073168 139829534544244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13172] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.82 cores=1,3,5,7
/proc/13118/task/13172/stat : 13172 (java) S 13115 13118 6622 0 -1 1077944384 12141 13267 0 0 833 42 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829955479952 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13173] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.81 cores=1,3,5,7
/proc/13118/task/13173/stat : 13173 (java) S 13115 13118 6622 0 -1 1077944384 12884 13267 0 0 829 45 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829843753232 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13174] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.82 cores=1,3,5,7
/proc/13118/task/13174/stat : 13174 (java) S 13115 13118 6622 0 -1 1077944384 10285 13267 0 0 833 42 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829842700944 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13175] ppid=13115 vsize=10849024 memory=653044 CPUtime=8.86 cores=1,3,5,7
/proc/13118/task/13175/stat : 13175 (java) S 13115 13118 6622 0 -1 1077944384 11173 13267 0 0 831 48 4 3 20 0 15 0 406455329 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829522197008 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13176] ppid=13115 vsize=10849024 memory=0 CPUtime=8.95 cores=1,3,5,7
/proc/13118/task/13176/stat : 13176 (java) S 13115 13118 6622 0 -1 1077944384 13129 13267 0 0 844 44 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829410671216 139829951249026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13177] ppid=13115 vsize=10849024 memory=280102198870880 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13177/stat : 13177 (java) S 13115 13118 6622 0 -1 1077944384 38 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829409617248 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13178] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13178/stat : 13178 (java) S 13115 13118 6622 0 -1 1077944384 7 13267 0 0 0 0 4 3 20 0 15 0 406455331 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828834330240 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13179] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13179/stat : 13179 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828526930512 139829951256475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13180] ppid=13115 vsize=10849024 memory=653044 CPUtime=6.78 cores=1,3,5,7
/proc/13118/task/13180/stat : 13180 (java) S 13115 13118 6622 0 -1 1077944384 33675 13267 0 0 665 6 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829376059504 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13181] ppid=13115 vsize=10849024 memory=653044 CPUtime=7.37 cores=1,3,5,7
/proc/13118/task/13181/stat : 13181 (java) S 13115 13118 6622 0 -1 1077944384 33471 13267 0 0 723 7 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829375006704 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13182] ppid=13115 vsize=10849024 memory=3216 CPUtime=4.49 cores=1,3,5,7
/proc/13118/task/13182/stat : 13182 (java) S 13115 13118 6622 0 -1 1077944384 43094 13267 0 0 432 10 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829373954416 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13183] ppid=13115 vsize=10849024 memory=653044 CPUtime=0.07 cores=1,3,5,7
/proc/13118/task/13183/stat : 13183 (java) S 13115 13118 6622 0 -1 1077944384 3 13267 0 0 0 0 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139828493371872 139829951248085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
[pid=13118/tid=13184] ppid=13115 vsize=10849024 memory=4104 CPUtime=1.3 cores=1,3,5,7
/proc/13118/task/13184/stat : 13184 (java) S 13115 13118 6622 0 -1 1077944384 1417 13267 0 0 60 63 4 3 20 0 15 0 406455334 11109400576 163261 33554432000 4194304 4196468 140726089202992 139829372902320 139829951249026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39260160 140726089206518 140726089209029 140726089209029 140726089211855 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 653044 KiB

Child status: 143
Real time (s): 2477.15
CPU time (s): 2520.12
CPU user time (s): 2517.16
CPU system time (s): 2.95332
CPU usage (%): 101.735
Max. virtual memory (cumulated for all children) (KiB): 10852012
Max. memory (cumulated for all children) (KiB): 653144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.16
system time used= 2.95332
maximum resident set size= 657260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245428
involuntary context switches= 10230


# summary of solver processes directly reported to runsolver:
#   pid: 13118
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.16
#   total CPU system time (s): 2.95332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4136 second user time and 23.9484 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 17:28:48
IDJOB=4387387
IDBENCH=135841
IDSOLVER=2823
FILE ID=node149/4387387-1568302165
RUNJOBID= node149-1568287628-8129
PBS_JOBID= 21701062
Free space on /tmp= 57036 MiB

SOLVER NAME= Concrete 3.10
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-4387387-1568302165/watcher-4387387-1568302165 -o /tmp/evaluation-result-4387387-1568302165/solver-4387387-1568302165 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8129 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=273233968 HOME/instance-4387387-1568302165.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=273233968

node149.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.81
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.81
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.81
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.81
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:        30523520 kB
MemAvailable:   31176884 kB
Buffers:          107236 kB
Cached:           845524 kB
SwapCached:        60992 kB
Active:          1116164 kB
Inactive:         579020 kB
Active(anon):     710896 kB
Inactive(anon):    71336 kB
Active(file):     405268 kB
Inactive(file):   507684 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940072 kB
Dirty:             34992 kB
Writeback:             0 kB
AnonPages:        794692 kB
Mapped:            55592 kB
Shmem:             31016 kB
Slab:             141100 kB
SReclaimable:     112496 kB
SUnreclaim:        28604 kB
KernelStack:        3712 kB
PageTables:         7100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1946744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57000 MiB
End job on node149 at 2019-09-12 18:10:06