Trace number 4402977

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.3SAT (TO)183 2520.11 2476.23

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.76/0.56	c Concrete v3.12.3.1568965526260 running
9.86/4.12	o 314
9.86/4.15	o 312
9.86/4.18	o 302
10.15/4.26	o 300
12.18/5.02	o 297
12.18/5.08	o 294
12.46/5.14	o 284
12.46/5.15	o 283
12.46/5.17	o 277
12.46/5.17	o 275
12.46/5.18	o 267
12.72/5.22	o 253
12.72/5.25	o 252
13.13/5.42	o 249
13.13/5.46	o 247
13.13/5.49	o 238
13.13/5.49	o 237
13.53/5.61	o 235
16.22/7.24	o 212
16.22/7.26	o 210
16.22/7.27	o 207
16.36/7.34	o 206
16.36/7.37	o 204
19.72/9.78	o 203
19.72/9.79	o 202
24.62/13.75	o 201
24.62/13.75	o 196
24.62/13.77	o 195
24.79/13.88	o 193
25.22/14.13	o 192
28.51/17.08	o 190
45.01/33.03	o 189
45.01/33.05	o 188
93.60/80.34	o 185
147.72/133.11	o 184
586.38/565.38	o 183
2520.07/2476.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2476.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2476.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.07/2476.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.07/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.07/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2476.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2476.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2476.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2476.20		at scala.Option.map(Option.scala:242)
2520.07/2476.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2476.20		at concrete.MAC.mac(MAC.scala:216)
2520.07/2476.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2476.20		at scala.util.Try$.apply(Try.scala:210)
2520.07/2476.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2476.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2476.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2476.20		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2476.20		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2476.20		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2476.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2476.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2476.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2476.20		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2476.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2476.20		at scala.util.Success.map(Try.scala:262)
2520.07/2476.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2476.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2476.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2476.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2476.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2476.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2476.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2476.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2476.20		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2476.20		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2476.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2476.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2476.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2476.20		at scala.App.main(App.scala:73)
2520.07/2476.20		at scala.App.main$(App.scala:71)
2520.07/2476.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2476.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2476.21	v <instantiation
2520.07/2476.21	v         cost = '183'>
2520.07/2476.21	v       <list>
2520.07/2476.21	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] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] 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] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34]
2520.07/2476.21	v       </list>
2520.07/2476.21	v       <values>
2520.07/2476.21	v         6 8 9 2 1 5 14 16 29 30 28 0 10 11 25 26 27 31 34 32 33 13 12 18 17 23 22 24 21 19 20 15 7 4 3 2 2 10 3 2 9 3 15 2 11 22 4 4 10 5 2 5 1 4 1 20 1 5 1 4 1 5 1 4 1 6 10 1 5 1
2520.07/2476.21	v       </values>
2520.07/2476.21	v     </instantiation>
2520.07/2476.21	s SATISFIABLE

Verifier Data

OK	183

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402977-1568982461/watcher-4402977-1568982461 -o /var/tmp/evaluation-result-4402977-1568982461/solver-4402977-1568982461 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402977-1568982461.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100059 s]*
/proc/loadavg: 1.28 1.36 1.40 3/213 25300
/proc/meminfo: memFree=2324216/32770624 swapFree=66956616/67108860
[pid=25248] ppid=25245 vsize=9970504 memory=10796 CPUtime=0.07 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 3431 13046 0 0 0 0 4 3 20 0 6 0 474484711 10209796096 2699 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2492626 2699 1233 1 0 2481537 0
[pid=25248/tid=25301] ppid=25245 vsize=9970504 memory=4628973229877004710 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 1224 13046 0 0 0 0 4 3 20 0 6 0 474484722 10209796096 2699 33554432000 4194304 4196468 140736718399616 140504041772344 140504048063367 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=9970504 memory=5793855415922514361 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 6 0 474484722 10209796096 2699 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=9970504 memory=140164912621184 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 6 0 474484722 10209796096 2699 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=9970504 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 6 0 474484722 10209796096 2699 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=9970504 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 6 0 474484722 10209796096 2699 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 10796 KiB

[startup+0.210237 s]*
/proc/loadavg: 1.28 1.36 1.40 6/227 25314
/proc/meminfo: memFree=2301216/32770624 swapFree=66956616/67108860
[pid=25248] ppid=25245 vsize=10820000 memory=37388 CPUtime=0.25 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 7151 13046 0 0 16 2 4 3 20 0 15 0 474484711 11079680000 9347 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2705000 9347 3244 1 0 2667149 0
[pid=25248/tid=25301] ppid=25245 vsize=10820000 memory=-8540663193526752614 CPUtime=0.17 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 3652 13046 0 0 9 1 4 3 20 0 15 0 474484722 11079680000 9347 33554432000 4194304 4196468 140736718399616 140504041763040 140503631889428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10820000 memory=4211973891117411722 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079680000 9347 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10820000 memory=140164912621184 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079680000 9347 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079680000 9347 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079680000 9347 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10820000 memory=140164912621184 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079680000 9347 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 33 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079680000 9347 33554432000 4194304 4196468 140736718399616 140503528068128 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079680000 9347 33554432000 4194304 4196468 140736718399616 140502942868336 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11079680000 9859 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10820000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 471 13046 0 0 1 0 4 3 20 0 15 0 474484727 11079680000 9859 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 174 13046 0 0 0 0 4 3 20 0 15 0 474484727 11079680000 9859 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10820000 memory=140164912621184 CPUtime=0.1 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 603 13046 0 0 3 0 4 3 20 0 15 0 474484727 11079680000 9859 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11079847936 9859 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10820164 memory=140164912621184 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484728 11079847936 9859 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820000 KiB
Current children cumulated memory: 37388 KiB

[startup+0.310584 s]*
/proc/loadavg: 1.28 1.36 1.40 3/227 25314
/proc/meminfo: memFree=2288632/32770624 swapFree=66956616/67108860
[pid=25248] ppid=25245 vsize=10820196 memory=47988 CPUtime=0.38 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 10718 13046 0 0 28 3 4 3 20 0 15 0 474484711 11079880704 11997 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2705049 11997 3308 1 0 2667149 0
[pid=25248/tid=25301] ppid=25245 vsize=10820196 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 7195 13046 0 0 18 2 4 3 20 0 15 0 474484722 11079880704 11997 33554432000 4194304 4196468 140736718399616 140504041739664 140504069952669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079880704 11997 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10820196 memory=140164912621183 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 33 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503528068128 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10820196 memory=140164912621184 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484724 11079880704 11997 33554432000 4194304 4196468 140736718399616 140502942868336 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11079880704 11997 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 472 13046 0 0 2 0 4 3 20 0 15 0 474484727 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 184 13046 0 0 1 0 4 3 20 0 15 0 474484727 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) R 25245 25248 20037 0 -1 4202560 613 13046 0 0 5 0 4 3 20 0 15 0 474484727 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503492405872 140504054011230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11079880704 11997 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484728 11079880704 11997 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47988 KiB

[startup+0.703915 s]
/proc/loadavg: 1.28 1.36 1.40 3/227 25314
/proc/meminfo: memFree=2275660/32770624 swapFree=66956616/67108860
[pid=25248] ppid=25245 vsize=10824364 memory=81564 CPUtime=1.12 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 15106 13046 0 0 100 5 4 3 20 0 15 0 474484711 11084148736 20391 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2706091 20391 3505 1 0 2668173 0
[pid=25248/tid=25301] ppid=25245 vsize=10824364 memory=54468 CPUtime=0.65 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 10490 13046 0 0 54 4 4 3 20 0 15 0 474484722 11084148736 20391 33554432000 4194304 4196468 140736718399616 140504041746656 140504052359168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11084148736 20391 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10824364 memory=140164781613567 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10824364 memory=140166257705850 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 2 13046 0 0 0 0 4 3 20 0 15 0 474484722 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10824364 memory=31712 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484722 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10824364 memory=7305218370954225241 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 5 13046 0 0 0 0 4 3 20 0 15 0 474484724 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10824364 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 33 13046 0 0 0 0 4 3 20 0 15 0 474484724 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503528068128 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10824364 memory=5787213827113576551 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484724 11084148736 20391 33554432000 4194304 4196468 140736718399616 140502942868336 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10824364 memory=-7028383565733675155 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11084148736 20391 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10824364 memory=8326441112149131687 CPUtime=0.23 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) R 25245 25248 20037 0 -1 4202560 955 13046 0 0 16 0 4 3 20 0 15 0 474484727 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503494511472 140504053431075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10824364 memory=-8990767739041718176 CPUtime=0.18 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) R 25245 25248 20037 0 -1 4202560 602 13046 0 0 11 0 4 3 20 0 15 0 474484727 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503493458672 140504047526180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10824364 memory=-7384994778349281184 CPUtime=0.24 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 802 13046 0 0 17 0 4 3 20 0 15 0 474484727 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10824364 memory=1399103955520229747 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11084148736 20391 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484728 11084148736 20391 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81564 KiB

[startup+1.50065 s]
/proc/loadavg: 1.28 1.36 1.40 4/227 25314
/proc/meminfo: memFree=2230172/32770624 swapFree=66956616/67108860
[pid=25248] ppid=25245 vsize=10834680 memory=168156 CPUtime=2.51 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 22044 13046 0 0 234 10 4 3 20 0 15 0 474484711 11094712320 42039 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2708670 42039 3580 1 0 2670733 0
[pid=25248/tid=25301] ppid=25245 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 15361 13046 0 0 129 6 4 3 20 0 15 0 474484722 11094712320 42039 33554432000 4194304 4196468 140736718399616 140504041729104 140504069942678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10834680 memory=96296 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 343 13046 0 0 0 0 4 3 20 0 15 0 474484722 11094712320 42039 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10834680 memory=5790086053191909267 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 41 13046 0 0 0 0 4 3 20 0 15 0 474484722 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 79 13046 0 0 1 0 4 3 20 0 15 0 474484722 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 50 13046 0 0 1 0 4 3 20 0 15 0 474484722 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 154 13046 0 0 1 0 4 3 20 0 15 0 474484724 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10834680 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 34 13046 0 0 0 0 4 3 20 0 15 0 474484724 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503528068192 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10834680 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484724 11094712320 42039 33554432000 4194304 4196468 140736718399616 140502942868352 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10834680 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11094712320 42039 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 1071 13046 0 0 28 0 4 3 20 0 15 0 474484727 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10834680 memory=248853223774457 CPUtime=0.35 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) R 25245 25248 20037 0 -1 4202560 1110 13046 0 0 28 0 4 3 20 0 15 0 474484727 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503493458672 140504055056678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10834680 memory=4423489559692849184 CPUtime=0.47 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 1587 13046 0 0 40 0 4 3 20 0 15 0 474484727 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10834680 memory=7660992747008972117 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11094712320 42039 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10834680 memory=6935649255978986577 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1 13046 0 0 0 0 4 3 20 0 15 0 474484728 11094712320 42039 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 56994 13046 0 0 230048 41 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140504041766032 140503643876013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.61 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 9011 13046 0 0 906 48 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10849048 memory=674124 CPUtime=9.64 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 7491 13046 0 0 911 46 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.63 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 9541 13046 0 0 910 46 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.69 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 8159 13046 0 0 914 48 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10849048 memory=676172 CPUtime=8.82 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 10420 13046 0 0 825 50 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 43 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503528068192 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502942868352 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10849048 memory=676172 CPUtime=5.15 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 25994 13046 0 0 504 4 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10849048 memory=676172 CPUtime=5.16 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 19645 13046 0 0 503 6 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10849048 memory=676172 CPUtime=4.93 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 31771 13046 0 0 478 8 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10849048 memory=676172 CPUtime=1.2 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 981 13046 0 0 57 56 4 3 20 0 15 0 474484728 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 2364.26 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 676172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.13 1.24 1.38 3/227 25684
/proc/meminfo: memFree=2937836/32770624 swapFree=66956620/67108860
[pid=25248] ppid=25245 vsize=10849048 memory=676172 CPUtime=2424.9 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 183682 13046 0 0 242173 310 4 3 20 0 15 0 474484711 11109425152 169043 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2712262 169043 3631 1 0 2674317 0
[pid=25248/tid=25301] ppid=25245 vsize=10849048 memory=676172 CPUtime=2360.46 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 57597 13046 0 0 235998 41 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140504041766000 140503635902630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10849048 memory=3620 CPUtime=9.83 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 9032 13046 0 0 928 48 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.87 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 7535 13046 0 0 933 47 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.86 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 9962 13046 0 0 932 47 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.91 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 8237 13046 0 0 936 48 4 3 20 0 15 0 474484722 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10849048 memory=0 CPUtime=9.03 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 10647 13046 0 0 844 52 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 43 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503528068192 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502942868352 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10849048 memory=676172 CPUtime=5.15 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 25996 13046 0 0 504 4 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10849048 memory=676172 CPUtime=5.16 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 19647 13046 0 0 503 6 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10849048 memory=3620 CPUtime=4.93 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 31773 13046 0 0 478 8 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10849048 memory=54520 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 169043 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10849048 memory=676172 CPUtime=1.23 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 998 13046 0 0 59 57 4 3 20 0 15 0 474484728 11109425152 169043 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 2424.9 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 676172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.32 1.40 3/228 25690
/proc/meminfo: memFree=2942196/32770624 swapFree=66956620/67108860
[pid=25248] ppid=25245 vsize=10849048 memory=671040 CPUtime=2485.65 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 184885 13046 0 0 248241 317 4 3 20 0 15 0 474484711 11109425152 167760 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2712262 167760 3631 1 0 2674317 0
[pid=25248/tid=25301] ppid=25245 vsize=10849048 memory=671040 CPUtime=2419.89 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 58172 13046 0 0 241940 42 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140504041766496 140503645225260 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10849048 memory=671040 CPUtime=10.1 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 9318 13046 0 0 954 49 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10849048 memory=671040 CPUtime=10.14 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 7633 13046 0 0 959 48 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10849048 memory=676172 CPUtime=10.12 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 10065 13046 0 0 957 48 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10849048 memory=676172 CPUtime=10.17 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 8336 13046 0 0 961 49 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10849048 memory=676172 CPUtime=9.25 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 10684 13046 0 0 865 53 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10849048 memory=671040 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 43 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503528068192 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10849048 memory=671040 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502942868352 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10849048 memory=671040 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10849048 memory=671040 CPUtime=5.15 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 25996 13046 0 0 504 4 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10849048 memory=671040 CPUtime=5.16 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 19648 13046 0 0 503 6 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10849048 memory=671040 CPUtime=4.93 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 31773 13046 0 0 478 8 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10849048 memory=676172 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10849048 memory=671040 CPUtime=1.26 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1002 13046 0 0 60 59 4 3 20 0 15 0 474484728 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 2485.65 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 671040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.36 1.32 1.40 3/227 25692
/proc/meminfo: memFree=2941492/32770624 swapFree=66956620/67108860
[pid=25248] ppid=25245 vsize=10849048 memory=671040 CPUtime=2520.07 cores=0,2,4,6
/proc/25248/stat : 25248 (java) S 25245 25248 20037 0 -1 1077944320 185750 13046 0 0 251679 321 4 3 20 0 15 0 474484711 11109425152 167760 33554432000 4194304 4196468 140736718399616 140736718382160 140504069930743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
/proc/25248/statm: 2712262 167760 3631 1 0 2674317 0
[pid=25248/tid=25301] ppid=25245 vsize=10849048 memory=288230583166042426 CPUtime=2453.41 cores=0,2,4,6
/proc/25248/task/25301/stat : 25301 (java) R 25245 25248 20037 0 -1 4202560 58536 13046 0 0 245291 43 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140504041763408 140503643873833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25302] ppid=25245 vsize=10849048 memory=13847469322668657 CPUtime=10.28 cores=0,2,4,6
/proc/25248/task/25302/stat : 25302 (java) S 25245 25248 20037 0 -1 1077944384 9369 13046 0 0 971 50 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140504074173584 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25303] ppid=25245 vsize=10849048 memory=1404 CPUtime=10.31 cores=0,2,4,6
/proc/25248/task/25303/stat : 25303 (java) S 25245 25248 20037 0 -1 1077944384 7707 13046 0 0 976 48 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503962446864 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25304] ppid=25245 vsize=10849048 memory=3200 CPUtime=10.3 cores=0,2,4,6
/proc/25248/task/25304/stat : 25304 (java) S 25245 25248 20037 0 -1 1077944384 10072 13046 0 0 975 48 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503961394064 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25305] ppid=25245 vsize=10849048 memory=376032 CPUtime=10.36 cores=0,2,4,6
/proc/25248/task/25305/stat : 25305 (java) S 25245 25248 20037 0 -1 1077944384 8483 13046 0 0 979 50 4 3 20 0 15 0 474484722 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503960341264 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25306] ppid=25245 vsize=10849048 memory=6791534058613427641 CPUtime=9.42 cores=0,2,4,6
/proc/25248/task/25306/stat : 25306 (java) S 25245 25248 20037 0 -1 1077944384 10884 13046 0 0 881 54 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503529122160 140504069941890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25307] ppid=25245 vsize=10849048 memory=-7003737579269690708 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25307/stat : 25307 (java) S 25245 25248 20037 0 -1 1077944384 43 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503528068192 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25308] ppid=25245 vsize=10849048 memory=800 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25308/stat : 25308 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484724 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502942868352 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25309] ppid=25245 vsize=10849048 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25309/stat : 25309 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502635468624 140504069949339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25310] ppid=25245 vsize=10849048 memory=920 CPUtime=5.15 cores=0,2,4,6
/proc/25248/task/25310/stat : 25310 (java) S 25245 25248 20037 0 -1 1077944384 25998 13046 0 0 504 4 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503494511472 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25311] ppid=25245 vsize=10849048 memory=3848 CPUtime=5.16 cores=0,2,4,6
/proc/25248/task/25311/stat : 25311 (java) S 25245 25248 20037 0 -1 1077944384 19650 13046 0 0 503 6 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503493458672 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25312] ppid=25245 vsize=10849048 memory=2608 CPUtime=4.93 cores=0,2,4,6
/proc/25248/task/25312/stat : 25312 (java) S 25245 25248 20037 0 -1 1077944384 31776 13046 0 0 478 8 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503492405872 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25313] ppid=25245 vsize=10849048 memory=2608 CPUtime=0.07 cores=0,2,4,6
/proc/25248/task/25313/stat : 25313 (java) S 25245 25248 20037 0 -1 1077944384 3 13046 0 0 0 0 4 3 20 0 15 0 474484727 11109425152 167760 33554432000 4194304 4196468 140736718399616 140502601911008 140504069940949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
[pid=25248/tid=25314] ppid=25245 vsize=10849048 memory=303430223234596890 CPUtime=1.27 cores=0,2,4,6
/proc/25248/task/25314/stat : 25314 (java) S 25245 25248 20037 0 -1 1077944384 1017 13046 0 0 60 60 4 3 20 0 15 0 474484728 11109425152 167760 33554432000 4194304 4196468 140736718399616 140503491353264 140504069941890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 35123200 140736718404196 140736718406837 140736718406837 140736718409679 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 671040 KiB

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

[startup+2476.23 s]
# the end of solver process 25248 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.86 s, system=3.25822 s

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

Child status: 143
Real time (s): 2476.23
CPU time (s): 2520.11
CPU user time (s): 2516.86
CPU system time (s): 3.25822
CPU usage (%): 101.772
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 796692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.86
system time used= 3.25822
maximum resident set size= 798740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199873
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266269
involuntary context switches= 6164


# summary of solver processes directly reported to runsolver:
#   pid: 25248
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.86
#   total CPU system time (s): 3.25822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.97 second user time and 21.9969 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 14:27:02
IDJOB=4402977
IDBENCH=135871
IDSOLVER=2861
FILE ID=node149/4402977-1568982461
RUNJOBID= node149-1568967598-20068
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402977-1568982461/watcher-4402977-1568982461 -o /var/tmp/evaluation-result-4402977-1568982461/solver-4402977-1568982461 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402977-1568982461.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=579841060

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:         2325528 kB
MemAvailable:   30174256 kB
Buffers:          147096 kB
Cached:         27627448 kB
SwapCached:        41608 kB
Active:         15488316 kB
Inactive:       13971764 kB
Active(anon):    1644148 kB
Inactive(anon):    85740 kB
Active(file):   13844168 kB
Inactive(file): 13886024 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956616 kB
Dirty:             35612 kB
Writeback:             0 kB
AnonPages:       1754812 kB
Mapped:            65228 kB
Shmem:             35632 kB
Slab:             575880 kB
SReclaimable:     546996 kB
SUnreclaim:        28884 kB
KernelStack:        3984 kB
PageTables:         8752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2767428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 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 /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 15:08:19