Trace number 4396196

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)105 2520.05 2471.84

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.54	c Concrete v3.12.2.1568380929293 running
7.51/3.30	o 183
7.51/3.39	o 177
8.18/3.60	o 171
8.51/3.60	o 168
8.51/3.61	o 167
8.51/3.62	o 163
8.51/3.64	o 156
8.51/3.65	o 152
8.51/3.65	o 146
8.51/3.66	o 141
11.08/4.86	o 140
11.40/4.96	o 133
11.40/4.96	o 132
11.40/4.96	o 124
11.40/4.98	o 121
11.40/4.98	o 118
11.40/4.98	o 117
11.98/5.11	o 114
12.87/5.64	o 110
12.87/5.68	o 109
13.34/5.97	o 105
2520.00/2471.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2471.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2471.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2471.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2471.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2471.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2471.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2471.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2471.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2471.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2471.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2471.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2471.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2471.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2471.81		at scala.Option.map(Option.scala:243)
2520.00/2471.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2471.81		at concrete.MAC.mac(MAC.scala:216)
2520.00/2471.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2471.81		at scala.util.Try$.apply(Try.scala:212)
2520.00/2471.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2471.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2471.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2471.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2471.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2471.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2471.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2471.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2471.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2471.81		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2471.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2471.81		at scala.util.Success.map(Try.scala:264)
2520.00/2471.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2471.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2471.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2471.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2471.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2471.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2471.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2471.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2471.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2471.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2471.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2471.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2471.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2471.81		at scala.App.main(App.scala:75)
2520.00/2471.81		at scala.App.main$(App.scala:73)
2520.00/2471.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2471.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2471.82	v <instantiation
2520.00/2471.82	v         cost = '105'>
2520.00/2471.82	v       <list>
2520.00/2471.82	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] 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]
2520.00/2471.82	v       </list>
2520.00/2471.82	v       <values>
2520.00/2471.82	v         5 4 2 1 3 7 12 13 14 10 8 11 9 6 0 5 6 4 5 6 15 4 1 8 3 10 2 9 10 17
2520.00/2471.82	v       </values>
2520.00/2471.82	v     </instantiation>
2520.00/2471.82	s SATISFIABLE

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396196-1568409022/watcher-4396196-1568409022 -o /tmp/evaluation-result-4396196-1568409022/solver-4396196-1568409022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1845383294 HOME/instance-4396196-1568409022.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
Current StackSize limit: 8192 KiB

solver pid=24940, runsolver pid=24937

[startup+0.100123 s]*
/proc/loadavg: 1.23 1.24 1.32 3/219 24997
/proc/meminfo: memFree=26226920/32770624 swapFree=67020948/67108860
[pid=24940] ppid=24937 vsize=10055356 memory=19124 CPUtime=0.09 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 4523 13018 0 0 2 0 5 2 20 0 7 0 417174843 10296684544 4781 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2513839 4781 2016 1 0 2502277 0
[pid=24940/tid=24993] ppid=24937 vsize=10055356 memory=4279135703980080784 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 2312 13018 0 0 1 0 5 2 20 0 7 0 417174852 10296684544 4781 33554432000 4194304 4196468 140731857593440 140134212217616 140134172160208 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10055356 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 7 0 417174853 10296684544 4781 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10055356 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 7 0 417174853 10296684544 4781 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 7 0 417174853 10296684544 4781 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 7 0 417174853 10296684544 4781 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10055356 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 7 0 417174854 10296684544 4781 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.23 1.24 1.32 4/228 25006
/proc/meminfo: memFree=26208036/32770624 swapFree=67020948/67108860
[pid=24940] ppid=24937 vsize=10819972 memory=44876 CPUtime=0.26 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 7058 13018 0 0 18 1 5 2 20 0 15 0 417174843 11079651328 11219 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2704993 11219 3205 1 0 2667149 0
[pid=24940/tid=24993] ppid=24937 vsize=10819972 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 3522 13018 0 0 11 0 5 2 20 0 15 0 417174852 11079651328 11219 33554432000 4194304 4196468 140731857593440 140134212197680 140134240386454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10819972 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079651328 11219 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10819972 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079651328 11219 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079651328 11219 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079651328 11219 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10819972 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174854 11079651328 11219 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 33 13018 0 0 0 0 5 2 20 0 15 0 417174855 11079651328 11219 33554432000 4194304 4196468 140731857593440 140133698831904 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174855 11079651328 11219 33554432000 4194304 4196468 140731857593440 140133575681392 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079651328 11219 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10820116 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) R 24937 24940 22142 0 -1 4202560 470 13018 0 0 1 0 5 2 20 0 15 0 417174858 11079798784 11219 33554432000 4194304 4196468 140731857593440 140133665274224 140134240386454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10820116 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 188 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079798784 11219 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10820116 memory=140320962885248 CPUtime=0.1 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 623 13018 0 0 3 0 5 2 20 0 15 0 417174858 11079798784 11285 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10820116 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079798784 11285 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10820116 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079798784 11285 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819972 KiB
Current children cumulated memory: 44876 KiB

[startup+0.310531 s]*
/proc/loadavg: 1.23 1.24 1.32 3/228 25006
/proc/meminfo: memFree=26194832/32770624 swapFree=67020948/67108860
[pid=24940] ppid=24937 vsize=10820264 memory=53668 CPUtime=0.4 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 10644 13018 0 0 30 3 5 2 20 0 15 0 417174843 11079950336 13417 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2705066 13417 3306 1 0 2667149 0
[pid=24940/tid=24993] ppid=24937 vsize=10820264 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 7089 13018 0 0 19 2 5 2 20 0 15 0 417174852 11079950336 13417 33554432000 4194304 4196468 140731857593440 140134212188192 140134240396445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079950336 13417 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079950336 13417 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079950336 13417 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174853 11079950336 13417 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174854 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10820264 memory=140320962885247 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 33 13018 0 0 0 0 5 2 20 0 15 0 417174855 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133698831904 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174855 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133575681392 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 479 13018 0 0 2 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 189 13018 0 0 1 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10820264 memory=140320962885248 CPUtime=0.12 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 632 13018 0 0 5 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10820264 memory=140320962885248 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174858 11079950336 13417 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 53668 KiB

[startup+0.700733 s]
/proc/loadavg: 1.23 1.24 1.32 3/228 25006
/proc/meminfo: memFree=26180592/32770624 swapFree=67020948/67108860
[pid=24940] ppid=24937 vsize=10824360 memory=86316 CPUtime=1.14 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 14890 13018 0 0 102 5 5 2 20 0 15 0 417174843 11084144640 21579 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2706090 21579 3509 1 0 2668173 0
[pid=24940/tid=24993] ppid=24937 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 10102 13018 0 0 55 4 5 2 20 0 15 0 417174852 11084144640 21619 33554432000 4194304 4196468 140731857593440 140134212192448 140134233091482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10824360 memory=140320812465926 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11084144640 21619 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11084144640 21619 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174853 11084144640 21619 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174853 11084144640 21619 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 5 13018 0 0 0 0 5 2 20 0 15 0 417174854 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 33 13018 0 0 0 0 5 2 20 0 15 0 417174855 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133698831904 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174855 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133575681392 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10824360 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 951 13018 0 0 13 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10824360 memory=11076 CPUtime=0.22 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 718 13018 0 0 15 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10824360 memory=140320809448592 CPUtime=0.24 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 864 13018 0 0 17 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174858 11084144640 21619 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86316 KiB

[startup+1.50067 s]
/proc/loadavg: 1.29 1.25 1.32 3/228 25006
/proc/meminfo: memFree=26134000/32770624 swapFree=67020948/67108860
[pid=24940] ppid=24937 vsize=10834676 memory=173716 CPUtime=2.46 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 20093 13018 0 0 229 10 5 2 20 0 15 0 417174843 11094708224 43429 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2708669 43429 3574 1 0 2670733 0
[pid=24940/tid=24993] ppid=24937 vsize=10834676 memory=280641619134560 CPUtime=1.43 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 14427 13018 0 0 130 6 5 2 20 0 15 0 417174852 11094708224 43429 33554432000 4194304 4196468 140731857593440 140134212192512 140134240386454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10834676 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 17 13018 0 0 1 0 5 2 20 0 15 0 417174853 11094708224 43429 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10834676 memory=15816698942982814 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 19 13018 0 0 0 0 5 2 20 0 15 0 417174853 11094708224 43429 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 27 13018 0 0 1 0 5 2 20 0 15 0 417174853 11094708224 43429 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 44 13018 0 0 1 0 5 2 20 0 15 0 417174853 11094708224 43429 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10834676 memory=103216 CPUtime=0.08 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 43 13018 0 0 1 0 5 2 20 0 15 0 417174854 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 33 13018 0 0 0 0 5 2 20 0 15 0 417174855 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133698831968 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10834676 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174855 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133575681392 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10834676 memory=-8458152057954168204 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10834676 memory=-4266093328290063036 CPUtime=0.32 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 1009 13018 0 0 25 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10834676 memory=4268969938927715385 CPUtime=0.33 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 779 13018 0 0 26 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10834676 memory=-5345911753256963030 CPUtime=0.47 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 1481 13018 0 0 40 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10834676 memory=280641619134792 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1 13018 0 0 0 0 5 2 20 0 15 0 417174858 11094708224 43429 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0

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

/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 61290 13018 0 0 229570 50 5 2 20 0 15 0 417174852 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134212208928 140133794129683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10849044 memory=831108 CPUtime=11.74 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 11592 13018 0 0 1111 56 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10849044 memory=829060 CPUtime=11.75 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 7351 13018 0 0 1111 57 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10849044 memory=829060 CPUtime=11.76 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 7590 13018 0 0 1115 54 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10849044 memory=56 CPUtime=11.76 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 11120 13018 0 0 1107 62 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10849044 memory=831108 CPUtime=10.74 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 11029 13018 0 0 1012 55 5 2 20 0 15 0 417174854 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 39 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133698831968 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 8 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133575681408 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10849044 memory=831108 CPUtime=5 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 31938 13018 0 0 488 5 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10849044 memory=831108 CPUtime=4.58 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 21774 13018 0 0 447 4 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10849044 memory=4120 CPUtime=3.83 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 30332 13018 0 0 371 5 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10849044 memory=15816698942982814 CPUtime=1.3 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1201 13018 0 0 56 67 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 2368.21 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 831108 KiB

[startup+2382.3 s]
/proc/loadavg: 1.23 1.32 1.32 3/227 25377
/proc/meminfo: memFree=25533268/32770624 swapFree=67021024/67108860
[pid=24940] ppid=24937 vsize=10849044 memory=831108 CPUtime=2429.13 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 198937 13018 0 0 242548 358 5 2 20 0 15 0 417174843 11109421056 207777 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2712261 207777 3628 1 0 2674317 0
[pid=24940/tid=24993] ppid=24937 vsize=10849044 memory=831108 CPUtime=2355.59 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 62012 13018 0 0 235501 51 5 2 20 0 15 0 417174852 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134212209280 140133804909583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10849044 memory=831108 CPUtime=12.06 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 11617 13018 0 0 1142 57 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10849044 memory=831108 CPUtime=12.07 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 7432 13018 0 0 1142 58 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10849044 memory=831108 CPUtime=12.08 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 7672 13018 0 0 1145 56 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10849044 memory=0 CPUtime=12.08 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 11434 13018 0 0 1139 62 5 2 20 0 15 0 417174853 11109421056 207777 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10849044 memory=11330123729380 CPUtime=11.02 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 11244 13018 0 0 1038 57 5 2 20 0 15 0 417174854 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10849044 memory=22696 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 39 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133698831968 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10849044 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 8 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133575681408 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10849044 memory=831108 CPUtime=5 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 31940 13018 0 0 488 5 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10849044 memory=831108 CPUtime=4.58 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 21776 13018 0 0 447 4 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10849044 memory=2676 CPUtime=3.83 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 30334 13018 0 0 371 5 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10849044 memory=831108 CPUtime=1.33 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1216 13018 0 0 57 69 5 2 20 0 15 0 417174858 11109421056 207777 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 2429.13 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 831108 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.35 1.33 3/228 25391
/proc/meminfo: memFree=25531132/32770624 swapFree=67021040/67108860
[pid=24940] ppid=24937 vsize=10849044 memory=833156 CPUtime=2490.06 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 200385 13018 0 0 248632 367 5 2 20 0 15 0 417174843 11109421056 208289 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2712261 208289 3628 1 0 2674317 0
[pid=24940/tid=24993] ppid=24937 vsize=10849044 memory=831108 CPUtime=2414.89 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 62728 13018 0 0 241430 52 5 2 20 0 15 0 417174852 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134212209712 140133806533794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10849044 memory=833156 CPUtime=12.39 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 11636 13018 0 0 1174 58 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10849044 memory=833156 CPUtime=12.39 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 7487 13018 0 0 1173 59 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10849044 memory=833156 CPUtime=12.41 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 7744 13018 0 0 1176 58 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10849044 memory=833156 CPUtime=12.41 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 11786 13018 0 0 1170 64 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10849044 memory=833156 CPUtime=11.31 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 11455 13018 0 0 1065 59 5 2 20 0 15 0 417174854 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10849044 memory=833156 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 39 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133698831968 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10849044 memory=831108 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 8 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133575681408 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10849044 memory=833156 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10849044 memory=0 CPUtime=5 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 31942 13018 0 0 488 5 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10849044 memory=833156 CPUtime=4.58 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 21778 13018 0 0 447 4 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10849044 memory=833156 CPUtime=3.83 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 30336 13018 0 0 371 5 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10849044 memory=7432 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10849044 memory=860 CPUtime=1.36 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1233 13018 0 0 59 70 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 2490.06 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 833156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.39 1.35 1.33 3/228 25392
/proc/meminfo: memFree=25531348/32770624 swapFree=67021040/67108860
[pid=24940] ppid=24937 vsize=10849044 memory=833156 CPUtime=2520 cores=1,3,5,7
/proc/24940/stat : 24940 (java) S 24937 24940 22142 0 -1 1077944320 200668 13018 0 0 251622 371 5 2 20 0 15 0 417174843 11109421056 208289 33554432000 4194304 4196468 140731857593440 140731857575984 140134240374519 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
/proc/24940/statm: 2712261 208289 3628 1 0 2674317 0
[pid=24940/tid=24993] ppid=24937 vsize=10849044 memory=6791534058613427641 CPUtime=2444.04 cores=1,3,5,7
/proc/24940/task/24993/stat : 24993 (java) R 24937 24940 22142 0 -1 4202560 62971 13018 0 0 244345 52 5 2 20 0 15 0 417174852 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134212209440 140133805018536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24994] ppid=24937 vsize=10849044 memory=2064 CPUtime=12.54 cores=1,3,5,7
/proc/24940/task/24994/stat : 24994 (java) S 24937 24940 22142 0 -1 1077944384 11659 13018 0 0 1189 58 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134244616848 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24995] ppid=24937 vsize=10849044 memory=2876 CPUtime=12.55 cores=1,3,5,7
/proc/24940/task/24995/stat : 24995 (java) S 24937 24940 22142 0 -1 1077944384 7495 13018 0 0 1188 60 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134132890128 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24996] ppid=24937 vsize=10849044 memory=1572 CPUtime=12.56 cores=1,3,5,7
/proc/24940/task/24996/stat : 24996 (java) S 24937 24940 22142 0 -1 1077944384 7744 13018 0 0 1191 58 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134131837328 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24997] ppid=24937 vsize=10849044 memory=880 CPUtime=12.57 cores=1,3,5,7
/proc/24940/task/24997/stat : 24997 (java) S 24937 24940 22142 0 -1 1077944384 11786 13018 0 0 1186 64 5 2 20 0 15 0 417174853 11109421056 208289 33554432000 4194304 4196468 140731857593440 140134130784528 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24998] ppid=24937 vsize=10849044 memory=1760 CPUtime=11.45 cores=1,3,5,7
/proc/24940/task/24998/stat : 24998 (java) S 24937 24940 22142 0 -1 1077944384 11462 13018 0 0 1078 60 5 2 20 0 15 0 417174854 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133699885936 140134240385666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=24999] ppid=24937 vsize=10849044 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/24999/stat : 24999 (java) S 24937 24940 22142 0 -1 1077944384 39 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133698831968 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25000] ppid=24937 vsize=10849044 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25000/stat : 25000 (java) S 24937 24940 22142 0 -1 1077944384 8 13018 0 0 0 0 5 2 20 0 15 0 417174855 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133575681408 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25001] ppid=24937 vsize=10849044 memory=1804 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25001/stat : 25001 (java) S 24937 24940 22142 0 -1 1077944384 2 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140132971702608 140134240393115 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25002] ppid=24937 vsize=10849044 memory=916 CPUtime=5 cores=1,3,5,7
/proc/24940/task/25002/stat : 25002 (java) S 24937 24940 22142 0 -1 1077944384 31942 13018 0 0 488 5 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133665274224 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25003] ppid=24937 vsize=10849044 memory=3848 CPUtime=4.58 cores=1,3,5,7
/proc/24940/task/25003/stat : 25003 (java) S 24937 24940 22142 0 -1 1077944384 21778 13018 0 0 447 4 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133664221424 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25004] ppid=24937 vsize=10849044 memory=2608 CPUtime=3.83 cores=1,3,5,7
/proc/24940/task/25004/stat : 25004 (java) S 24937 24940 22142 0 -1 1077944384 30336 13018 0 0 371 5 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133663168624 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25005] ppid=24937 vsize=10849044 memory=2608 CPUtime=0.07 cores=1,3,5,7
/proc/24940/task/25005/stat : 25005 (java) S 24937 24940 22142 0 -1 1077944384 3 13018 0 0 0 0 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140132501940448 140134240384725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
[pid=24940/tid=25006] ppid=24937 vsize=10849044 memory=1412 CPUtime=1.38 cores=1,3,5,7
/proc/24940/task/25006/stat : 25006 (java) S 24937 24940 22142 0 -1 1077944384 1235 13018 0 0 60 71 5 2 20 0 15 0 417174858 11109421056 208289 33554432000 4194304 4196468 140731857593440 140133662117040 140134240385666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 20017152 140731857599215 140731857601733 140731857601733 140731857604559 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 833156 KiB

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

[startup+2471.84 s]
# the end of solver process 24940 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.74616 s

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

Child status: 143
Real time (s): 2471.84
CPU time (s): 2520.05
CPU user time (s): 2516.3
CPU system time (s): 3.74616
CPU usage (%): 101.95
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 833156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.74616
maximum resident set size= 837276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301474
involuntary context switches= 7218


# summary of solver processes directly reported to runsolver:
#   pid: 24940
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.74616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5825 second user time and 23.7357 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 23:09:43
IDJOB=4396196
IDBENCH=135746
IDSOLVER=2846
FILE ID=node150/4396196-1568409022
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396196-1568409022/watcher-4396196-1568409022 -o /tmp/evaluation-result-4396196-1568409022/solver-4396196-1568409022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1845383294 HOME/instance-4396196-1568409022.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1845383294

node150.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.79
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.79
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.79
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.79
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:        26237856 kB
MemAvailable:   30995440 kB
Buffers:          193212 kB
Cached:          4775508 kB
SwapCached:        13328 kB
Active:          1992052 kB
Inactive:        3861152 kB
Active(anon):     849260 kB
Inactive(anon):    60404 kB
Active(file):    1142792 kB
Inactive(file):  3800748 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020948 kB
Dirty:             35012 kB
Writeback:             0 kB
AnonPages:        981264 kB
Mapped:            52188 kB
Shmem:             16288 kB
Slab:             273044 kB
SReclaimable:     242504 kB
SUnreclaim:        30540 kB
KernelStack:        3696 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2092468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 23:50:55