Trace number 4386964

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.10? (TO) 2520.12 2460.66

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-1.xml
MD5SUM4cb8aacd6a4a2864e81512910dbfacc0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints815
Number of domains1
Minimum domain size2856
Maximum domain size2856
Distribution of domain sizes[{"size":2856,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2520.03/2460.62	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2460.62		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.03/2460.62		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.03/2460.62		at concrete.IntervalDomain.filterBounds(IntervalDomain.scala:92)
2520.03/2460.62		at concrete.IntervalDomain.filterBounds(IntervalDomain.scala:7)
2520.03/2460.62		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2460.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2460.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.03/2460.62		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.03/2460.62		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.03/2460.62		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2460.62		at scala.Option.map(Option.scala:243)
2520.03/2460.62		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2460.62		at concrete.MAC.mac(MAC.scala:204)
2520.03/2460.62		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.03/2460.62		at scala.util.Try$.apply(Try.scala:212)
2520.03/2460.62		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2460.62		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2460.62		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2460.62		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2460.62		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2460.62		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2460.62		at concrete.ProblemState.map(ProblemState.scala:228)
2520.03/2460.62		at concrete.ProblemState.map(ProblemState.scala:210)
2520.03/2460.62		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2460.62		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2460.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2460.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2460.62		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2460.62		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.03/2460.62		at scala.util.Success.map(Try.scala:264)
2520.03/2460.62		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.03/2460.62		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2460.62		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2460.62		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2460.62		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2460.62		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2460.62		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2460.62		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2460.62		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2460.62		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2460.62		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2460.62		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2460.62		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2460.62		at scala.App.main(App.scala:75)
2520.03/2460.62		at scala.App.main$(App.scala:73)
2520.03/2460.62		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2460.62		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2460.63	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386964-1568285958/watcher-4386964-1568285958 -o /tmp/evaluation-result-4386964-1568285958/solver-4386964-1568285958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5057 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1890840304 HOME/instance-4386964-1568285958.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=5280, runsolver pid=5277

[startup+0.100136 s]*
/proc/loadavg: 1.24 1.28 1.61 3/224 5337
/proc/meminfo: memFree=29943864/32770624 swapFree=67008140/67108860
[pid=5280] ppid=5277 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 4387 13020 0 0 1 0 5 2 20 0 6 0 404518526 10212057088 4649 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2493178 4649 1933 1 0 2481616 0
[pid=5280/tid=5333] ppid=5277 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 2224 13020 0 0 1 0 5 2 20 0 6 0 404518535 10212057088 4715 33554432000 4194304 4196468 140727053994064 140182368236112 140182381711353 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 6 0 404518536 10212057088 4715 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=9972712 memory=140095914526336 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 6 0 404518536 10212057088 4715 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 6 0 404518536 10212057088 4715 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 6 0 404518536 10212057088 4715 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210303 s]*
/proc/loadavg: 1.24 1.28 1.61 6/233 5346
/proc/meminfo: memFree=29821428/32770624 swapFree=67008140/67108860
[pid=5280] ppid=5277 vsize=10819964 memory=37308 CPUtime=0.25 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 7197 13020 0 0 17 1 5 2 20 0 15 0 404518526 11079643136 9327 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2704991 9327 2981 1 0 2667405 0
[pid=5280/tid=5333] ppid=5277 vsize=10822552 memory=8514726395714820750 CPUtime=0.19 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 4310 13020 0 0 11 1 5 2 20 0 15 0 404518535 11082293248 9987 33554432000 4194304 4196468 140727053994064 140182368224160 140182389079069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10822552 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11082293248 9987 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10822552 memory=140095914526336 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11082293248 9607 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10822552 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11082293248 9607 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10822552 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 15 0 404518536 11082293248 9607 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10820924 memory=140095914526336 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 15 0 404518538 11080626176 9367 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11080626176 9367 33554432000 4194304 4196468 140727053994064 140181398746144 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518538 11079643136 9367 33554432000 4194304 4196468 140727053994064 140181290083184 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11079643136 9111 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 350 13020 0 0 1 0 5 2 20 0 15 0 404518541 11078594560 9111 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 282 13020 0 0 1 0 5 2 20 0 15 0 404518541 11078594560 9111 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10818940 memory=140095914526336 CPUtime=0.1 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 649 13020 0 0 3 0 5 2 20 0 15 0 404518541 11078594560 9111 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11078594560 9111 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10818940 memory=140095914526336 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518541 11078594560 9111 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 37308 KiB

[startup+0.310877 s]*
/proc/loadavg: 1.24 1.28 1.61 3/233 5346
/proc/meminfo: memFree=29745260/32770624 swapFree=67008140/67108860
[pid=5280] ppid=5277 vsize=10820244 memory=47940 CPUtime=0.39 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 10698 13020 0 0 29 3 5 2 20 0 15 0 404518526 11079929856 11985 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2705061 11985 3294 1 0 2667149 0
[pid=5280/tid=5333] ppid=5277 vsize=10820244 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 7154 13020 0 0 19 2 5 2 20 0 15 0 404518535 11079929856 11985 33554432000 4194304 4196468 140727053994064 140182368220384 140182380479838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10820244 memory=7093277622214551912 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11079929856 11985 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10820244 memory=7666623462389998184 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11079929856 11985 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10820244 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11079929856 11985 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 15 0 404518536 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 15 0 404518538 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181398746144 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518538 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181290083184 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 351 13020 0 0 1 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) R 5277 5280 3137 0 -1 4202560 284 13020 0 0 1 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181364136688 140182381298710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 675 13020 0 0 5 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518541 11079929856 11985 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 47940 KiB

[startup+0.700744 s]
/proc/loadavg: 1.24 1.28 1.61 6/233 5346
/proc/meminfo: memFree=29728872/32770624 swapFree=67008140/67108860
[pid=5280] ppid=5277 vsize=10824340 memory=79008 CPUtime=1.15 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 15083 13020 0 0 103 5 5 2 20 0 15 0 404518526 11084124160 19752 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2706085 19752 3505 1 0 2668173 0
[pid=5280/tid=5333] ppid=5277 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 10673 13020 0 0 56 3 5 2 20 0 15 0 404518535 11084124160 19752 33554432000 4194304 4196468 140727053994064 140182368217312 140182380479838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11084124160 19752 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10824340 memory=8751464017575295285 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11084124160 19752 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10824340 memory=4638797021879231313 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518536 11084124160 19752 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10824340 memory=7223879631928058176 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 2 13020 0 0 0 0 5 2 20 0 15 0 404518536 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10824340 memory=3484 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 5 13020 0 0 0 0 5 2 20 0 15 0 404518538 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10824340 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181398746144 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518538 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181290083184 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 679 13020 0 0 14 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 585 13020 0 0 13 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10824340 memory=19265 CPUtime=0.24 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 893 13020 0 0 17 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10824340 memory=664970774370811550 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518541 11084124160 19752 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79008 KiB

[startup+1.50071 s]
/proc/loadavg: 1.24 1.28 1.61 9/233 5346
/proc/meminfo: memFree=29598436/32770624 swapFree=67008140/67108860
[pid=5280] ppid=5277 vsize=10834656 memory=181776 CPUtime=2.79 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 24589 13020 0 0 263 9 5 2 20 0 15 0 404518526 11094687744 45444 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2708664 45444 3588 1 0 2670733 0
[pid=5280/tid=5333] ppid=5277 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 16005 13020 0 0 131 5 5 2 20 0 15 0 404518535 11094687744 45444 33554432000 4194304 4196468 140727053994064 140182368223600 140182380479838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10834656 memory=2986067541234002793 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 317 13020 0 0 1 0 5 2 20 0 15 0 404518536 11094687744 45444 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10834656 memory=8694936473517924361 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 84 13020 0 0 1 0 5 2 20 0 15 0 404518536 11094687744 45444 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10834656 memory=-2746958450906831519 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 31 13020 0 0 1 0 5 2 20 0 15 0 404518536 11094687744 45444 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10834656 memory=7019467087973397248 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 66 13020 0 0 1 0 5 2 20 0 15 0 404518536 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 1418 13020 0 0 1 0 5 2 20 0 15 0 404518538 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 55 13020 0 0 0 0 5 2 20 0 15 0 404518538 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181398746208 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 1 13020 0 0 0 0 5 2 20 0 15 0 404518538 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181290083184 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10834656 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 1368 13020 0 0 39 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10834656 memory=26 CPUtime=0.47 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 1294 13020 0 0 40 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10834656 memory=23 CPUtime=0.52 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 1736 13020 0 0 45 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10834656 memory=34 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11094687744 45444 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10834656 KiB

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

/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 195052 13020 0 0 230884 83 5 2 20 0 15 0 404518535 11107291136 852532 33554432000 4194304 4196468 140727053994064 140182368233248 140181979074164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10846964 memory=3411156 CPUtime=10.92 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 30250 13020 0 0 1052 33 5 2 20 0 15 0 404518536 11107291136 852532 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10846964 memory=3412292 CPUtime=10.89 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 24840 13020 0 0 1050 32 5 2 20 0 15 0 404518536 11107291136 852532 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10846964 memory=3412692 CPUtime=10.9 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 25020 13020 0 0 1050 33 5 2 20 0 15 0 404518536 11107291136 852532 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10846964 memory=3412692 CPUtime=10.91 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 27922 13020 0 0 1052 32 5 2 20 0 15 0 404518536 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10846964 memory=3411668 CPUtime=1.17 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 38352 13020 0 0 93 17 5 2 20 0 15 0 404518538 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10846964 memory=3411156 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 87 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181398746272 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10846964 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181290083200 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10846964 memory=3411156 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10846964 memory=3410128 CPUtime=10.68 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 57835 13020 0 0 1053 8 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10846964 memory=3412692 CPUtime=10.43 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 51268 13020 0 0 1027 9 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10846964 memory=3411156 CPUtime=4.32 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 55512 13020 0 0 415 10 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10846964 memory=3410128 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10846964 memory=3411156 CPUtime=1.49 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 2480 13020 0 0 58 84 5 2 20 0 15 0 404518541 11107291136 852532 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 2380.92 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3410128 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.64 1.63 3/234 5588
/proc/meminfo: memFree=23244984/32770624 swapFree=67008180/67108860
[pid=5280] ppid=5277 vsize=10846964 memory=3410132 CPUtime=2441.32 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 521036 13020 0 0 243794 331 5 2 20 0 15 0 404518526 11107291136 852533 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2711741 852533 3646 1 0 2673805 0
[pid=5280/tid=5333] ppid=5277 vsize=10846964 memory=3410132 CPUtime=2369.6 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 200193 13020 0 0 236869 84 5 2 20 0 15 0 404518535 11107291136 852533 33554432000 4194304 4196468 140727053994064 140182368233456 140181981121858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10846964 memory=3410132 CPUtime=11.03 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 30549 13020 0 0 1063 33 5 2 20 0 15 0 404518536 11107291136 852533 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10846964 memory=3410132 CPUtime=11.01 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 25029 13020 0 0 1062 32 5 2 20 0 15 0 404518536 11107291136 852533 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10846964 memory=2200 CPUtime=11.01 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 25723 13020 0 0 1061 33 5 2 20 0 15 0 404518536 11107291136 852533 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10846964 memory=1600 CPUtime=11.03 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 29218 13020 0 0 1064 32 5 2 20 0 15 0 404518536 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10846964 memory=3410132 CPUtime=1.18 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 38706 13020 0 0 94 17 5 2 20 0 15 0 404518538 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10846964 memory=3410132 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 87 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181398746272 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10846964 memory=3410132 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181290083200 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10846964 memory=3410132 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10846964 memory=744 CPUtime=10.68 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 57837 13020 0 0 1053 8 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10846964 memory=8112282956445269571 CPUtime=10.43 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 51271 13020 0 0 1027 9 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10846964 memory=3410132 CPUtime=4.32 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 57671 13020 0 0 415 10 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10846964 memory=3410132 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10846964 memory=8564 CPUtime=1.52 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 2508 13020 0 0 58 87 5 2 20 0 15 0 404518541 11107291136 852533 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 2441.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3410132 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.63 1.62 6/234 5722
/proc/meminfo: memFree=26894796/32770624 swapFree=67008180/67108860
[pid=5280] ppid=5277 vsize=10846964 memory=3410136 CPUtime=2501.63 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 528995 13020 0 0 249822 334 5 2 20 0 15 0 404518526 11107291136 852534 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2711741 852534 3646 1 0 2673805 0
[pid=5280/tid=5333] ppid=5277 vsize=10846964 memory=3410136 CPUtime=2429.47 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 205345 13020 0 0 242855 85 5 2 20 0 15 0 404518535 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182368233264 140181981119249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10846964 memory=280191588268800 CPUtime=11.13 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 30721 13020 0 0 1073 33 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10846964 memory=3410136 CPUtime=11.11 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 25255 13020 0 0 1072 32 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10846964 memory=3410136 CPUtime=11.11 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 27522 13020 0 0 1071 33 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10846964 memory=3410136 CPUtime=11.13 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 29458 13020 0 0 1074 32 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10846964 memory=3410136 CPUtime=1.2 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 39044 13020 0 0 96 17 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10846964 memory=3410136 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 87 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181398746272 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10846964 memory=3410136 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181290083200 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10846964 memory=3410136 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10846964 memory=3410136 CPUtime=10.68 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 57839 13020 0 0 1053 8 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10846964 memory=3410132 CPUtime=10.43 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 51274 13020 0 0 1027 9 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10846964 memory=3410136 CPUtime=4.32 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 57673 13020 0 0 415 10 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10846964 memory=3410136 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10846964 memory=3484 CPUtime=1.56 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 2533 13020 0 0 60 89 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 2501.63 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3410136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.6 s]
/proc/loadavg: 1.48 1.61 1.62 3/234 5722
/proc/meminfo: memFree=25556984/32770624 swapFree=67008180/67108860
[pid=5280] ppid=5277 vsize=10846964 memory=3410136 CPUtime=2520.03 cores=1,3,5,7
/proc/5280/stat : 5280 (java) S 5277 5280 3137 0 -1 1077944320 534350 13020 0 0 251660 336 5 2 20 0 15 0 404518526 11107291136 852534 33554432000 4194304 4196468 140727053994064 140727053976608 140182396399351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
/proc/5280/statm: 2711741 852534 3646 1 0 2673805 0
[pid=5280/tid=5333] ppid=5277 vsize=10846964 memory=2620 CPUtime=2447.73 cores=1,3,5,7
/proc/5280/task/5333/stat : 5333 (java) R 5277 5280 3137 0 -1 4202560 207209 13020 0 0 244681 85 5 2 20 0 15 0 404518535 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182368230432 140181989210629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5334] ppid=5277 vsize=10846964 memory=1382068 CPUtime=11.16 cores=1,3,5,7
/proc/5280/task/5334/stat : 5334 (java) S 5277 5280 3137 0 -1 1077944384 30738 13020 0 0 1076 33 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182400642192 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5335] ppid=5277 vsize=10846964 memory=1792 CPUtime=11.14 cores=1,3,5,7
/proc/5280/task/5335/stat : 5335 (java) S 5277 5280 3137 0 -1 1077944384 26302 13020 0 0 1075 32 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182299532304 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5336] ppid=5277 vsize=10846964 memory=2200 CPUtime=11.15 cores=1,3,5,7
/proc/5280/task/5336/stat : 5336 (java) S 5277 5280 3137 0 -1 1077944384 27578 13020 0 0 1074 34 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140182298479504 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5337] ppid=5277 vsize=10846964 memory=13948 CPUtime=11.16 cores=1,3,5,7
/proc/5280/task/5337/stat : 5337 (java) S 5277 5280 3137 0 -1 1077944384 29561 13020 0 0 1077 32 5 2 20 0 15 0 404518536 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181967334160 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5338] ppid=5277 vsize=10846964 memory=2120 CPUtime=1.2 cores=1,3,5,7
/proc/5280/task/5338/stat : 5338 (java) S 5277 5280 3137 0 -1 1077944384 39086 13020 0 0 96 17 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181399800176 140182396410498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5339] ppid=5277 vsize=10846964 memory=520 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5339/stat : 5339 (java) S 5277 5280 3137 0 -1 1077944384 87 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181398746272 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5340] ppid=5277 vsize=10846964 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5340/stat : 5340 (java) S 5277 5280 3137 0 -1 1077944384 33 13020 0 0 0 0 5 2 20 0 15 0 404518538 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181290083200 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5341] ppid=5277 vsize=10846964 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5341/stat : 5341 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140180982683472 140182396417947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5342] ppid=5277 vsize=10846964 memory=1680 CPUtime=10.69 cores=1,3,5,7
/proc/5280/task/5342/stat : 5342 (java) S 5277 5280 3137 0 -1 1077944384 58471 13020 0 0 1054 8 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181365189488 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5343] ppid=5277 vsize=10846964 memory=896 CPUtime=10.43 cores=1,3,5,7
/proc/5280/task/5343/stat : 5343 (java) S 5277 5280 3137 0 -1 1077944384 51904 13020 0 0 1027 9 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181364136688 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5344] ppid=5277 vsize=10846964 memory=1436 CPUtime=4.32 cores=1,3,5,7
/proc/5280/task/5344/stat : 5344 (java) S 5277 5280 3137 0 -1 1077944384 58629 13020 0 0 415 10 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181363083888 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5345] ppid=5277 vsize=10846964 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/5280/task/5345/stat : 5345 (java) S 5277 5280 3137 0 -1 1077944384 3 13020 0 0 0 0 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140180949125856 140182396409557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
[pid=5280/tid=5346] ppid=5277 vsize=10846964 memory=2452 CPUtime=1.57 cores=1,3,5,7
/proc/5280/task/5346/stat : 5346 (java) S 5277 5280 3137 0 -1 1077944384 2541 13020 0 0 60 90 5 2 20 0 15 0 404518541 11107291136 852534 33554432000 4194304 4196468 140727053994064 140181362031280 140182396410498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18620416 140727053998837 140727054001349 140727054001349 140727054004175 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3410136 KiB

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

[startup+2460.66 s]
# the end of solver process 5280 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.41509 s

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

Child status: 143
Real time (s): 2460.66
CPU time (s): 2520.12
CPU user time (s): 2516.7
CPU system time (s): 3.41509
CPU usage (%): 102.416
Max. virtual memory (cumulated for all children) (KiB): 10849768
Max. memory (cumulated for all children) (KiB): 3412692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.41509
maximum resident set size= 3414468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 549345
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90666
involuntary context switches= 4333


# summary of solver processes directly reported to runsolver:
#   pid: 5280
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.41509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7456 second user time and 23.7877 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-12 12:58:28
IDJOB=4386964
IDBENCH=115768
IDSOLVER=2823
FILE ID=node132/4386964-1568285958
RUNJOBID= node132-1568285902-5057
PBS_JOBID= 21701076
Free space on /tmp= 57952 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386964-1568285958/watcher-4386964-1568285958 -o /tmp/evaluation-result-4386964-1568285958/solver-4386964-1568285958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5057 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1890840304 HOME/instance-4386964-1568285958.xml

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

MD5SUM BENCH= 4cb8aacd6a4a2864e81512910dbfacc0
RANDOM SEED=1890840304

node132.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.95
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.95
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.95
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.95
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:        30019536 kB
MemAvailable:   31378640 kB
Buffers:           93372 kB
Cached:          1534648 kB
SwapCached:         9132 kB
Active:           898116 kB
Inactive:        1271788 kB
Active(anon):     541076 kB
Inactive(anon):    27640 kB
Active(file):     357040 kB
Inactive(file):  1244148 kB
Unevictable:      109512 kB
Mlocked:          109512 kB
SwapTotal:      67108860 kB
SwapFree:       67008140 kB
Dirty:             35400 kB
Writeback:           144 kB
AnonPages:        593756 kB
Mapped:            42920 kB
Shmem:             18012 kB
Slab:             176720 kB
SReclaimable:     147504 kB
SUnreclaim:        29216 kB
KernelStack:        3808 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1782804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 57920 MiB
End job on node132 at 2019-09-12 13:39:29