Trace number 4387528

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.1 2459.73

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark405.318
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.71/0.60	c Concrete v3.10.1560635388952 running
2520.06/2459.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2459.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2459.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2459.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2459.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2459.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2459.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2459.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.06/2459.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.06/2459.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2459.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2459.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2459.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2459.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2459.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2459.70		at scala.Option.map(Option.scala:243)
2520.06/2459.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2459.71		at concrete.MAC.mac(MAC.scala:204)
2520.06/2459.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.06/2459.71		at scala.util.Try$.apply(Try.scala:212)
2520.06/2459.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2459.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2459.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2459.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2459.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2459.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2459.71		at concrete.ProblemState.map(ProblemState.scala:228)
2520.06/2459.71		at concrete.ProblemState.map(ProblemState.scala:210)
2520.06/2459.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2459.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2459.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2459.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2459.71		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2459.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.06/2459.71		at scala.util.Success.map(Try.scala:264)
2520.06/2459.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.06/2459.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2459.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2459.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2459.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2459.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2459.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2459.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2459.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2459.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2459.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2459.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2459.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2459.71		at scala.App.main(App.scala:75)
2520.06/2459.71		at scala.App.main$(App.scala:73)
2520.06/2459.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2459.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2459.71	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: 16375 MiB (10541 MiB free)
  memory of node 1: 16384 MiB (12629 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387528-1568309159/watcher-4387528-1568309159 -o /tmp/evaluation-result-4387528-1568309159/solver-4387528-1568309159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1826622799 HOME/instance-4387528-1568309159.xml 

running on 4 cores: 4-7

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


[startup+0.100134 s]*
/proc/loadavg: 1.41 1.49 1.47 2/214 8929
/proc/meminfo: memFree=23722784/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=9972712 memory=15756 CPUtime=0.1 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 4176 13450 0 0 0 1 6 3 20 0 6 0 406922275 10212057088 3939 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2493178 3939 1833 1 0 2481616 0
[pid=8876/tid=8929] ppid=8873 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 2087 13450 0 0 0 0 6 3 20 0 6 0 406922285 10212057088 4071 33554432000 4194304 4196468 140736852827536 139819766022736 139819779868467 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=9972712 memory=-9181546050914066336 CPUtime=0.09 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 6 0 406922286 10212057088 4071 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=9972712 memory=140693235467904 CPUtime=0.09 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 6 0 406922286 10212057088 4071 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=9972712 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 6 0 406922286 10212057088 4071 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=9972712 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 6 0 406922286 10212057088 4071 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15756 KiB

[startup+0.211169 s]*
/proc/loadavg: 1.41 1.49 1.47 3/227 8942
/proc/meminfo: memFree=23703612/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10818900 memory=37504 CPUtime=0.26 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 6711 13450 0 0 15 2 6 3 20 0 15 0 406922275 11078553600 9376 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2704725 9376 2947 1 0 2667149 0
[pid=8876/tid=8929] ppid=8873 vsize=10818900 memory=7022364594140610616 CPUtime=0.2 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 3241 13450 0 0 10 1 6 3 20 0 15 0 406922285 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819766017024 139819794207901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10818900 memory=364 CPUtime=0.09 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10818900 memory=140693235477037 CPUtime=0.09 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10818900 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10818900 memory=140693235467904 CPUtime=0.09 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 15 0 406922287 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10818900 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 13 13450 0 0 0 0 6 3 20 0 15 0 406922288 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819237762592 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922288 11078553600 9376 33554432000 4194304 4196468 140736852827536 139818633782640 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10818900 memory=0 CPUtime=0.1 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 356 13450 0 0 1 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10818900 memory=-1 CPUtime=0.1 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 258 13450 0 0 1 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10818900 memory=140693235467904 CPUtime=0.12 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) R 8873 8876 463 0 -1 4202560 631 13450 0 0 3 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819317659760 139819778266462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10818900 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10818900 memory=140693235467904 CPUtime=0.09 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078553600 9376 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 37504 KiB

[startup+0.317228 s]*
/proc/loadavg: 1.41 1.49 1.47 4/227 8942
/proc/meminfo: memFree=23691340/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10819084 memory=46120 CPUtime=0.42 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 10323 13450 0 0 28 5 6 3 20 0 15 0 406922275 11078742016 11530 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2704771 11530 3004 1 0 2667149 0
[pid=8876/tid=8929] ppid=8873 vsize=10819084 memory=1398722017469774279 CPUtime=0.3 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 6818 13450 0 0 18 3 6 3 20 0 15 0 406922285 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819765985232 139819778240027 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 15 0 406922287 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10819084 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 13 13450 0 0 0 0 6 3 20 0 15 0 406922288 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819237762592 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922288 11078742016 11596 33554432000 4194304 4196468 140736852827536 139818633782640 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10819084 memory=0 CPUtime=0.1 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) R 8873 8876 463 0 -1 4202560 358 13450 0 0 1 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819319765360 139819777686459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10819084 memory=-1 CPUtime=0.1 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) R 8873 8876 463 0 -1 4202560 258 13450 0 0 1 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819318712560 139819772177531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10819084 memory=140693235467904 CPUtime=0.15 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 661 13450 0 0 6 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10819084 memory=-1 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10819084 memory=140693235467904 CPUtime=0.09 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922291 11078742016 11596 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 46120 KiB

[startup+0.701727 s]
/proc/loadavg: 1.41 1.49 1.47 3/227 8942
/proc/meminfo: memFree=23679668/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10822292 memory=76724 CPUtime=1.12 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 14486 13450 0 0 97 6 6 3 20 0 15 0 406922275 11082027008 19181 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2705573 19181 3483 1 0 2667661 0
[pid=8876/tid=8929] ppid=8873 vsize=10822292 memory=0 CPUtime=0.67 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 10206 13450 0 0 54 4 6 3 20 0 15 0 406922285 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819766014336 139819778266462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10822292 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10822292 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10822292 memory=68 CPUtime=0.09 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 2 13450 0 0 0 0 6 3 20 0 15 0 406922286 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10822292 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922286 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10822292 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 5 13450 0 0 0 0 6 3 20 0 15 0 406922287 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10822292 memory=140693129539696 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 13 13450 0 0 0 0 6 3 20 0 15 0 406922288 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819237762592 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10822292 memory=140694538682950 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922288 11082027008 19181 33554432000 4194304 4196468 140736852827536 139818633782640 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10822292 memory=3252 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10822292 memory=7014751519734584657 CPUtime=0.22 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) R 8873 8876 463 0 -1 4202560 701 13450 0 0 13 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819319751584 139819773433672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10822292 memory=6083077120360606569 CPUtime=0.2 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) R 8873 8876 463 0 -1 4202560 505 13450 0 0 11 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819318712560 139819778575844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10822292 memory=5787219428069434709 CPUtime=0.26 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 836 13450 0 0 17 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10822292 memory=3624 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10822292 memory=2241 CPUtime=0.09 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922291 11082027008 19181 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76724 KiB

[startup+1.50082 s]
/proc/loadavg: 1.62 1.53 1.48 4/227 8942
/proc/meminfo: memFree=23644060/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10834656 memory=167800 CPUtime=2.46 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 20835 13450 0 0 226 11 6 3 20 0 15 0 406922275 11094687744 41950 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2708664 41950 3574 1 0 2670733 0
[pid=8876/tid=8929] ppid=8873 vsize=10834656 memory=1915838 CPUtime=1.44 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 14914 13450 0 0 128 7 6 3 20 0 15 0 406922285 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819766010192 139819778229605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10834656 memory=8112282956445269571 CPUtime=0.1 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 313 13450 0 0 1 0 6 3 20 0 15 0 406922286 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10834656 memory=0 CPUtime=0.1 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 25 13450 0 0 1 0 6 3 20 0 15 0 406922286 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10834656 memory=0 CPUtime=0.1 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 40 13450 0 0 1 0 6 3 20 0 15 0 406922286 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10834656 memory=76724 CPUtime=0.1 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 63 13450 0 0 1 0 6 3 20 0 15 0 406922286 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10834656 memory=0 CPUtime=0.1 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 95 13450 0 0 1 0 6 3 20 0 15 0 406922287 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10834656 memory=281386259022368 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 15 13450 0 0 0 0 6 3 20 0 15 0 406922288 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819237762656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10834656 memory=281386259073168 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922288 11094687744 41950 33554432000 4194304 4196468 140736852827536 139818633782656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10834656 memory=0 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10834656 memory=6944656575208382560 CPUtime=0.35 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 1055 13450 0 0 26 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10834656 memory=6944656592387989600 CPUtime=0.33 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 710 13450 0 0 24 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10834656 memory=6944656592455359580 CPUtime=0.47 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 1388 13450 0 0 38 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10834656 memory=6944656592455359580 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10834656 memory=-4866526891258710369 CPUtime=0.09 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1 13450 0 0 0 0 6 3 20 0 15 0 406922291 11094687744 41950 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834656 KiB

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

/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 72025 13450 0 0 235477 60 6 3 20 0 15 0 406922285 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819766020544 139819408764747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.39 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 19792 13450 0 0 1175 55 6 3 20 0 15 0 406922286 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.42 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 16216 13450 0 0 1176 57 6 3 20 0 15 0 406922286 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.41 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 22259 13450 0 0 1173 59 6 3 20 0 15 0 406922286 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.39 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 16427 13450 0 0 1169 61 6 3 20 0 15 0 406922286 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10849012 memory=1113948 CPUtime=11.13 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 17778 13450 0 0 1046 58 6 3 20 0 15 0 406922287 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10849012 memory=1113948 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 23 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819237762656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10849012 memory=1113948 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 7 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278487 33554432000 4194304 4196468 140736852827536 139818633782656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10849012 memory=1113948 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10849012 memory=1113948 CPUtime=9.92 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 39373 13450 0 0 977 6 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10849012 memory=1113948 CPUtime=9.15 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 29940 13450 0 0 900 6 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10849012 memory=1113948 CPUtime=5.34 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 24272 13450 0 0 517 8 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10849012 memory=1113948 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10849012 memory=0 CPUtime=1.43 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1085 13450 0 0 61 73 6 3 20 0 15 0 406922291 11109388288 278487 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 2441.35 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1113948 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.42 1.42 3/227 9318
/proc/meminfo: memFree=24461816/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2502.36 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 262907 13450 0 0 249834 393 6 3 20 0 15 0 406922275 11109388288 278999 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2712253 278999 3631 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2414.77 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 72713 13450 0 0 241407 61 6 3 20 0 15 0 406922285 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819766020928 139819776707021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.73 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 19796 13450 0 0 1208 56 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.77 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 16340 13450 0 0 1209 59 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.75 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 22566 13450 0 0 1207 59 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10849012 memory=3624 CPUtime=12.73 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 16562 13450 0 0 1201 63 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10849012 memory=1115996 CPUtime=11.43 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 17991 13450 0 0 1074 60 6 3 20 0 15 0 406922287 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10849012 memory=924 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 23 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819237762656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10849012 memory=3848 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 7 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818633782656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10849012 memory=984 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10849012 memory=2020 CPUtime=9.92 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 39376 13450 0 0 977 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10849012 memory=1115996 CPUtime=9.15 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 29942 13450 0 0 900 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10849012 memory=1115996 CPUtime=5.34 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 24274 13450 0 0 517 8 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10849012 memory=8112282956445269571 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10849012 memory=2020 CPUtime=1.46 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1102 13450 0 0 63 74 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 2502.36 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1115996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.7 s]
/proc/loadavg: 1.37 1.41 1.42 3/228 9321
/proc/meminfo: memFree=24479160/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2520.06 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 263998 13450 0 0 251600 397 6 3 20 0 15 0 406922275 11109388288 278999 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2712253 278999 3631 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2431.96 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 73051 13450 0 0 243126 61 6 3 20 0 15 0 406922285 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819766020464 139819399599072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.84 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 19857 13450 0 0 1218 57 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.87 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 16572 13450 0 0 1219 59 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.85 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 22793 13450 0 0 1216 60 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.83 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 16568 13450 0 0 1210 64 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10849012 memory=800 CPUtime=11.52 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 18197 13450 0 0 1082 61 6 3 20 0 15 0 406922287 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10849012 memory=3624 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 23 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819237762656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10849012 memory=1111900 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 7 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818633782656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10849012 memory=7453007959605012588 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10849012 memory=1115996 CPUtime=9.92 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 39378 13450 0 0 977 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10849012 memory=3624 CPUtime=9.15 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 29944 13450 0 0 900 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10849012 memory=1115996 CPUtime=5.34 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 24276 13450 0 0 517 8 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10849012 memory=2120 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10849012 memory=0 CPUtime=1.47 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1117 13450 0 0 63 75 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1115996 KiB

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

[startup+2459.73 s]
# the end of solver process 8876 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=4.01393 s

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

[startup+2459.7 s]
/proc/loadavg: 1.37 1.41 1.42 3/228 9321
/proc/meminfo: memFree=24479160/32770688 swapFree=66919608/67108860
[pid=8876] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2520.06 cores=4-7
/proc/8876/stat : 8876 (java) S 8873 8876 463 0 -1 1077944320 263998 13450 0 0 251600 397 6 3 20 0 15 0 406922275 11109388288 278999 33554432000 4194304 4196468 140736852827536 140736852810080 139819794185975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
/proc/8876/statm: 2712253 278999 3631 1 0 2674317 0
[pid=8876/tid=8929] ppid=8873 vsize=10849012 memory=1115996 CPUtime=2431.96 cores=4-7
/proc/8876/task/8929/stat : 8929 (java) R 8873 8876 463 0 -1 4202560 73051 13450 0 0 243126 61 6 3 20 0 15 0 406922285 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819766020464 139819399599072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8930] ppid=8873 vsize=10849012 memory=1113948 CPUtime=12.84 cores=4-7
/proc/8876/task/8930/stat : 8930 (java) S 8873 8876 463 0 -1 1077944384 19857 13450 0 0 1218 57 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819798428304 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8931] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.87 cores=4-7
/proc/8876/task/8931/stat : 8931 (java) S 8873 8876 463 0 -1 1077944384 16572 13450 0 0 1219 59 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819713247760 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8932] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.85 cores=4-7
/proc/8876/task/8932/stat : 8932 (java) S 8873 8876 463 0 -1 1077944384 22793 13450 0 0 1216 60 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819712194960 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8933] ppid=8873 vsize=10849012 memory=1115996 CPUtime=12.83 cores=4-7
/proc/8876/task/8933/stat : 8933 (java) S 8873 8876 463 0 -1 1077944384 16568 13450 0 0 1210 64 6 3 20 0 15 0 406922286 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819711142160 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8934] ppid=8873 vsize=10849012 memory=800 CPUtime=11.52 cores=4-7
/proc/8876/task/8934/stat : 8934 (java) S 8873 8876 463 0 -1 1077944384 18197 13450 0 0 1082 61 6 3 20 0 15 0 406922287 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819320818544 139819794197122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8935] ppid=8873 vsize=10849012 memory=3624 CPUtime=0.09 cores=4-7
/proc/8876/task/8935/stat : 8935 (java) S 8873 8876 463 0 -1 1077944384 23 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819237762656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8936] ppid=8873 vsize=10849012 memory=1111900 CPUtime=0.09 cores=4-7
/proc/8876/task/8936/stat : 8936 (java) S 8873 8876 463 0 -1 1077944384 7 13450 0 0 0 0 6 3 20 0 15 0 406922288 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818633782656 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8937] ppid=8873 vsize=10849012 memory=7453007959605012588 CPUtime=0.09 cores=4-7
/proc/8876/task/8937/stat : 8937 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818326382928 139819794204571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8938] ppid=8873 vsize=10849012 memory=1115996 CPUtime=9.92 cores=4-7
/proc/8876/task/8938/stat : 8938 (java) S 8873 8876 463 0 -1 1077944384 39378 13450 0 0 977 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819319765360 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8939] ppid=8873 vsize=10849012 memory=3624 CPUtime=9.15 cores=4-7
/proc/8876/task/8939/stat : 8939 (java) S 8873 8876 463 0 -1 1077944384 29944 13450 0 0 900 6 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819318712560 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8940] ppid=8873 vsize=10849012 memory=1115996 CPUtime=5.34 cores=4-7
/proc/8876/task/8940/stat : 8940 (java) S 8873 8876 463 0 -1 1077944384 24276 13450 0 0 517 8 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819317659760 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8941] ppid=8873 vsize=10849012 memory=2120 CPUtime=0.09 cores=4-7
/proc/8876/task/8941/stat : 8941 (java) S 8873 8876 463 0 -1 1077944384 3 13450 0 0 0 0 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139818292824288 139819794196181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
[pid=8876/tid=8942] ppid=8873 vsize=10849012 memory=0 CPUtime=1.47 cores=4-7
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 463 0 -1 1077944384 1117 13450 0 0 63 75 6 3 20 0 15 0 406922291 11109388288 278999 33554432000 4194304 4196468 140736852827536 139819316608176 139819794197122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140736852830965 140736852833477 140736852833477 140736852836303 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1115996 KiB

Child status: 143
Real time (s): 2459.73
CPU time (s): 2520.1
CPU user time (s): 2516.08
CPU system time (s): 4.01393
CPU usage (%): 102.454
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 1230544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.01393
maximum resident set size= 1230544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296759
involuntary context switches= 6393


# summary of solver processes directly reported to runsolver:
#   pid: 8876
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 4.01393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7657 second user time and 26.6653 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 01:46:22
IDJOB=4387528
IDBENCH=141359
IDSOLVER=2823
FILE ID=node120/4387528-1568309159
RUNJOBID= node120-1323800386-1293
PBS_JOBID= 21701083
Free space on /tmp= 59120 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387528-1568309159/watcher-4387528-1568309159 -o /tmp/evaluation-result-4387528-1568309159/solver-4387528-1568309159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1826622799 HOME/instance-4387528-1568309159.xml

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

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=1826622799

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        23727788 kB
MemAvailable:   29391292 kB
Buffers:          137792 kB
Cached:          5799512 kB
SwapCached:        77012 kB
Active:          3688696 kB
Inactive:        4748796 kB
Active(anon):    2423360 kB
Inactive(anon):   118272 kB
Active(file):    1265336 kB
Inactive(file):  4630524 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:       2532024 kB
Mapped:            59652 kB
Shmem:             32812 kB
Slab:             195672 kB
SReclaimable:     166956 kB
SUnreclaim:        28716 kB
KernelStack:        3680 kB
PageTables:        10852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3543012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2340864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59084 MiB
End job on node120 at 2011-12-14 02:27:22