Trace number 4304958

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.12 2447.93

General information on the benchmark

NameBibd/
Bibd-sum-10-03-08_c18.xml
MD5SUM6905926ecf5563edf040969d33d8e2ad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.8953
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints176
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1200}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":1200}]
Minimum constraint arity10
Maximum constraint arity1200
Distribution of constraint arities[{"arity":10,"count":120},{"arity":120,"count":10},{"arity":240,"count":45},{"arity":1200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":175}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.06/2447.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2447.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2447.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2447.90		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.06/2447.90		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.06/2447.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2447.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.06/2447.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.06/2447.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.06/2447.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2447.90		at scala.Option.map(Option.scala:146)
2520.06/2447.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2447.90		at concrete.MAC.mac(MAC.scala:203)
2520.06/2447.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2447.90		at scala.util.Try$.apply(Try.scala:209)
2520.06/2447.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2447.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2447.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2447.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2447.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2447.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2447.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2447.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2447.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2447.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2447.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2447.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2447.91		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2447.91		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2447.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2447.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2447.91		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2447.91		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2447.91		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2447.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2447.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2447.91		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2447.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2447.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2447.91		at scala.util.Success.map(Try.scala:209)
2520.06/2447.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2447.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2447.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2447.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2447.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2447.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2447.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2447.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2447.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2447.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2447.91		at scala.App.main(App.scala:76)
2520.06/2447.91		at scala.App.main$(App.scala:74)
2520.06/2447.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2447.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2447.91	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 (9267 MiB free)
  memory of node 1: 16384 MiB (7036 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304958-1534097114/watcher-4304958-1534097114 -o /tmp/evaluation-result-4304958-1534097114/solver-4304958-1534097114 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1069858644 -superng HOME/instance-4304958-1534097114.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=9733, runsolver pid=9730

[startup+0.109713 s]*
/proc/loadavg: 1.71 1.56 1.41 3/210 9790
/proc/meminfo: memFree=16686880/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=10453864 memory=20844 CPUtime=0.1 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 4863 12884 0 0 2 1 4 3 20 0 9 0 227274626 10704756736 5211 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2613466 5211 2101 1 0 2576007 0
[pid=9733/tid=9786] ppid=9730 vsize=10453864 memory=-8744435507560497091 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 2666 12884 0 0 1 0 4 3 20 0 9 0 227274635 10704756736 5211 33554432000 4194304 4196468 140732455359104 139831993352048 139832021537949 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=10453864 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 9 0 227274636 10704756736 5211 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=10453864 memory=139693610288768 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 9 0 227274636 10704756736 5211 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 9 0 227274636 10704756736 5211 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 9 0 227274636 10704756736 5211 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=10453864 memory=139693610288768 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 9 0 227274637 10704756736 5211 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 9 0 227274637 10704756736 5211 33554432000 4194304 4196468 140732455359104 139830847596192 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 9 0 227274638 10704756736 5211 33554432000 4194304 4196468 140732455359104 139830646269232 139832021526229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 20844 KiB

[startup+0.210306 s]*
/proc/loadavg: 1.71 1.56 1.41 3/219 9799
/proc/meminfo: memFree=16665936/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=10982744 memory=44208 CPUtime=0.25 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 8241 12884 0 0 16 2 4 3 20 0 15 0 227274626 11246329856 11052 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2745686 11052 2982 1 0 2708109 0
[pid=9733/tid=9786] ppid=9730 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 4844 12884 0 0 10 1 4 3 20 0 15 0 227274635 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831993321104 139832021527958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=10982744 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246329856 11184 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=10982744 memory=288370069762000512 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=10982744 memory=139693610288768 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246329856 11184 33554432000 4194304 4196468 140732455359104 139830847596192 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274638 11246329856 11184 33554432000 4194304 4196468 140732455359104 139830646269168 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11246329856 11184 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 499 12884 0 0 1 0 4 3 20 0 15 0 227274640 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 140 12884 0 0 0 0 4 3 20 0 15 0 227274640 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=10982744 memory=139693610288768 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) R 9730 9733 9314 0 -1 4202560 676 12884 0 0 3 0 4 3 20 0 15 0 227274640 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831444207600 139832014612859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246329856 11184 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=10982744 memory=139693610288768 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246329856 11184 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44208 KiB

[startup+0.31033 s]*
/proc/loadavg: 1.71 1.56 1.41 3/219 9799
/proc/meminfo: memFree=16654152/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=10983192 memory=55388 CPUtime=0.38 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 10909 12884 0 0 28 3 4 3 20 0 15 0 227274626 11246788608 13847 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2745798 13847 3101 1 0 2708109 0
[pid=9733/tid=9786] ppid=9730 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 7330 12884 0 0 19 2 4 3 20 0 15 0 227274635 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831993328032 139832021537949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 13847 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=10983192 memory=139693610295761 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246788608 13847 33554432000 4194304 4196468 140732455359104 139830847596192 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274638 11246788608 13847 33554432000 4194304 4196468 140732455359104 139830646269168 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11246788608 13847 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 500 12884 0 0 1 0 4 3 20 0 15 0 227274640 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 154 12884 0 0 1 0 4 3 20 0 15 0 227274640 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=10983192 memory=139693610288768 CPUtime=0.12 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 705 12884 0 0 5 0 4 3 20 0 15 0 227274640 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246788608 13847 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=10983192 memory=139693610288768 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246788608 13847 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55388 KiB

[startup+0.700772 s]
/proc/loadavg: 1.71 1.56 1.41 3/219 9799
/proc/meminfo: memFree=16643236/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=10983192 memory=88128 CPUtime=0.98 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 17149 12884 0 0 86 5 4 3 20 0 15 0 227274626 11246788608 22032 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2745798 22032 3238 1 0 2708109 0
[pid=9733/tid=9786] ppid=9730 vsize=10983192 memory=139693811302956 CPUtime=0.66 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 12355 12884 0 0 55 4 4 3 20 0 15 0 227274635 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831993336312 139832021537949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=10983192 memory=139693811302976 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 22032 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=10983192 memory=139693811302980 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=10983192 memory=139693811302987 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=10983192 memory=139693811302993 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 227274636 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 5 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 227274637 11246788608 22032 33554432000 4194304 4196468 140732455359104 139830847596192 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274638 11246788608 22032 33554432000 4194304 4196468 140732455359104 139830646269168 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11246788608 22032 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 1152 12884 0 0 10 0 4 3 20 0 15 0 227274640 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 556 12884 0 0 7 0 4 3 20 0 15 0 227274640 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=10983192 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 863 12884 0 0 12 0 4 3 20 0 15 0 227274640 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=10983192 memory=25 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246788608 22032 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=10983192 memory=16348 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274641 11246788608 22032 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88128 KiB

[startup+1.50079 s]
/proc/loadavg: 1.71 1.56 1.41 3/219 9799
/proc/meminfo: memFree=16598024/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=10998092 memory=183548 CPUtime=2.39 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 24110 12884 0 0 222 10 4 3 20 0 15 0 227274626 11262046208 45887 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2749523 45887 3470 1 0 2711181 0
[pid=9733/tid=9786] ppid=9730 vsize=10998092 memory=2428 CPUtime=1.42 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 17511 12884 0 0 129 6 4 3 20 0 15 0 227274635 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831993333248 139832005596510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=10998092 memory=113320 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 58 12884 0 0 1 0 4 3 20 0 15 0 227274636 11262046208 45887 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 17 12884 0 0 1 0 4 3 20 0 15 0 227274636 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=10998092 memory=-6452064069391756930 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 157 12884 0 0 1 0 4 3 20 0 15 0 227274636 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=10998092 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 40 12884 0 0 1 0 4 3 20 0 15 0 227274636 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=10998092 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 49 12884 0 0 1 0 4 3 20 0 15 0 227274637 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 14 12884 0 0 0 0 4 3 20 0 15 0 227274637 11262046208 45887 33554432000 4194304 4196468 140732455359104 139830847596256 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=10998092 memory=4956998493510226538 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 227274638 11262046208 45887 33554432000 4194304 4196468 140732455359104 139830646269184 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11262046208 45887 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=10998092 memory=13884 CPUtime=0.36 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 1675 12884 0 0 29 0 4 3 20 0 15 0 227274640 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=10998092 memory=25751 CPUtime=0.28 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 856 12884 0 0 21 0 4 3 20 0 15 0 227274640 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=10998092 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 1533 12884 0 0 34 0 4 3 20 0 15 0 227274640 11262046208 45887 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0

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

/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 132939 12884 0 0 235686 72 4 3 20 0 15 0 227274635 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831993350176 139831604442018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=11080032 memory=1514884 CPUtime=15.38 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 34065 12884 0 0 1480 51 4 3 20 0 15 0 227274636 11345952768 376285 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=11080032 memory=1505652 CPUtime=15.35 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 32342 12884 0 0 1478 50 4 3 20 0 15 0 227274636 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=11080032 memory=1516424 CPUtime=15.37 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 44258 12884 0 0 1477 53 4 3 20 0 15 0 227274636 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=11080032 memory=1506164 CPUtime=15.38 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 33367 12884 0 0 1480 51 4 3 20 0 15 0 227274636 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=11080032 memory=279386953494432 CPUtime=6.4 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 30621 12884 0 0 584 49 4 3 20 0 15 0 227274637 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=11080032 memory=1506676 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 22 12884 0 0 0 0 4 3 20 0 15 0 227274637 11345952768 376285 33554432000 4194304 4196468 140732455359104 139830847596320 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=11080032 memory=3824 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 12 12884 0 0 0 0 4 3 20 0 15 0 227274638 11345952768 376285 33554432000 4194304 4196468 140732455359104 139830646269184 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=11080032 memory=61968 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11345952768 376285 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=11080032 memory=1507192 CPUtime=11.35 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 25927 12884 0 0 1122 6 4 3 20 0 15 0 227274640 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=11080032 memory=1509244 CPUtime=11.27 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 24790 12884 0 0 1115 5 4 3 20 0 15 0 227274640 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=11080032 memory=2212 CPUtime=3.95 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 34708 12884 0 0 380 8 4 3 20 0 15 0 227274640 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=11080032 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11345952768 376285 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=11080032 memory=61968 CPUtime=1.47 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1971 12884 0 0 57 83 4 3 20 0 15 0 227274641 11345952768 376285 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 2453.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1505140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.36 1.35 3/218 10028
/proc/meminfo: memFree=15752396/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=11080032 memory=1494724 CPUtime=2514.35 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 400287 12884 0 0 251032 396 4 3 20 0 15 0 227274626 11345952768 373681 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2770008 373681 3531 1 0 2731661 0
[pid=9733/tid=9786] ppid=9730 vsize=11080032 memory=1494720 CPUtime=2417.02 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 134290 12884 0 0 241622 73 4 3 20 0 15 0 227274635 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831993350080 139831612469024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=11080032 memory=1494720 CPUtime=15.8 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 34111 12884 0 0 1522 51 4 3 20 0 15 0 227274636 11345952768 373681 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=11080032 memory=1494724 CPUtime=15.8 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 32687 12884 0 0 1522 51 4 3 20 0 15 0 227274636 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=11080032 memory=1494720 CPUtime=15.8 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 44838 12884 0 0 1519 54 4 3 20 0 15 0 227274636 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=11080032 memory=1494724 CPUtime=15.82 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 33727 12884 0 0 1523 52 4 3 20 0 15 0 227274636 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=11080032 memory=1496416 CPUtime=6.57 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 30973 12884 0 0 600 50 4 3 20 0 15 0 227274637 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=11080032 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 22 12884 0 0 0 0 4 3 20 0 15 0 227274637 11345952768 373681 33554432000 4194304 4196468 140732455359104 139830847596320 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=11080032 memory=2316 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 12 12884 0 0 0 0 4 3 20 0 15 0 227274638 11345952768 373681 33554432000 4194304 4196468 140732455359104 139830646269184 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=11080032 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11345952768 373681 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=11080032 memory=1792 CPUtime=11.35 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 25930 12884 0 0 1122 6 4 3 20 0 15 0 227274640 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=11080032 memory=1494724 CPUtime=11.27 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 24792 12884 0 0 1115 5 4 3 20 0 15 0 227274640 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=11080032 memory=1494724 CPUtime=3.95 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 34713 12884 0 0 380 8 4 3 20 0 15 0 227274640 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=11080032 memory=1494724 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11345952768 373681 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=11080032 memory=4048 CPUtime=1.51 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1994 12884 0 0 59 85 4 3 20 0 15 0 227274641 11345952768 373681 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 2514.35 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1494724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2447.9 s]
/proc/loadavg: 1.21 1.35 1.35 3/218 10028
/proc/meminfo: memFree=15752136/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=11080032 memory=1495028 CPUtime=2520.06 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 400322 12884 0 0 251603 396 4 3 20 0 15 0 227274626 11345952768 373757 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2770008 373757 3531 1 0 2731661 0
[pid=9733/tid=9786] ppid=9730 vsize=11080032 memory=1495028 CPUtime=2422.56 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 134319 12884 0 0 242176 73 4 3 20 0 15 0 227274635 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831993350240 139831608821495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=11080032 memory=1494720 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 34111 12884 0 0 1526 51 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=11080032 memory=1494724 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 32689 12884 0 0 1526 51 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=11080032 memory=1495028 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 44838 12884 0 0 1523 54 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=11080032 memory=1495028 CPUtime=15.85 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 33727 12884 0 0 1526 52 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=11080032 memory=1495028 CPUtime=6.58 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 30975 12884 0 0 601 50 4 3 20 0 15 0 227274637 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=11080032 memory=1496416 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 22 12884 0 0 0 0 4 3 20 0 15 0 227274637 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830847596320 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=11080032 memory=1494724 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 12 12884 0 0 0 0 4 3 20 0 15 0 227274638 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830646269184 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=11080032 memory=1494720 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=11080032 memory=1494720 CPUtime=11.35 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 25930 12884 0 0 1122 6 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=11080032 memory=1495028 CPUtime=11.27 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 24792 12884 0 0 1115 5 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=11080032 memory=1832 CPUtime=3.95 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 34715 12884 0 0 380 8 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=11080032 memory=1495028 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11345952768 373757 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=11080032 memory=1832 CPUtime=1.51 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1994 12884 0 0 59 85 4 3 20 0 15 0 227274641 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1495028 KiB

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

[startup+2447.93 s]
# the end of solver process 9733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=4.0146 s

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

[startup+2447.9 s]
/proc/loadavg: 1.21 1.35 1.35 3/218 10028
/proc/meminfo: memFree=15752136/32770624 swapFree=67108688/67108860
[pid=9733] ppid=9730 vsize=11080032 memory=1495028 CPUtime=2520.06 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 9314 0 -1 1077944320 400322 12884 0 0 251603 396 4 3 20 0 15 0 227274626 11345952768 373757 33554432000 4194304 4196468 140732455359104 140732455341648 139832021516023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
/proc/9733/statm: 2770008 373757 3531 1 0 2731661 0
[pid=9733/tid=9786] ppid=9730 vsize=11080032 memory=1495028 CPUtime=2422.56 cores=1,3,5,7
/proc/9733/task/9786/stat : 9786 (java) R 9730 9733 9314 0 -1 4202560 134319 12884 0 0 242176 73 4 3 20 0 15 0 227274635 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831993350240 139831608821495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9787] ppid=9730 vsize=11080032 memory=1494720 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9787/stat : 9787 (java) S 9730 9733 9314 0 -1 1077944384 34111 12884 0 0 1526 51 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139832025758224 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9788] ppid=9730 vsize=11080032 memory=1494724 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9788/stat : 9788 (java) S 9730 9733 9314 0 -1 1077944384 32689 12884 0 0 1526 51 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831561087632 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9789] ppid=9730 vsize=11080032 memory=1495028 CPUtime=15.84 cores=1,3,5,7
/proc/9733/task/9789/stat : 9789 (java) S 9730 9733 9314 0 -1 1077944384 44838 12884 0 0 1523 54 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831560034576 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9790] ppid=9730 vsize=11080032 memory=1495028 CPUtime=15.85 cores=1,3,5,7
/proc/9733/task/9790/stat : 9790 (java) S 9730 9733 9314 0 -1 1077944384 33727 12884 0 0 1526 52 4 3 20 0 15 0 227274636 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831558982032 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9791] ppid=9730 vsize=11080032 memory=1495028 CPUtime=6.58 cores=1,3,5,7
/proc/9733/task/9791/stat : 9791 (java) S 9730 9733 9314 0 -1 1077944384 30975 12884 0 0 601 50 4 3 20 0 15 0 227274637 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831447366384 139832021527170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9792] ppid=9730 vsize=11080032 memory=1496416 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9792/stat : 9792 (java) S 9730 9733 9314 0 -1 1077944384 22 12884 0 0 0 0 4 3 20 0 15 0 227274637 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830847596320 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9793] ppid=9730 vsize=11080032 memory=1494724 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9793/stat : 9793 (java) S 9730 9733 9314 0 -1 1077944384 12 12884 0 0 0 0 4 3 20 0 15 0 227274638 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830646269184 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9794] ppid=9730 vsize=11080032 memory=1494720 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9794/stat : 9794 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139830338869712 139832021534619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9795] ppid=9730 vsize=11080032 memory=1494720 CPUtime=11.35 cores=1,3,5,7
/proc/9733/task/9795/stat : 9795 (java) S 9730 9733 9314 0 -1 1077944384 25930 12884 0 0 1122 6 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831446313200 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9796] ppid=9730 vsize=11080032 memory=1495028 CPUtime=11.27 cores=1,3,5,7
/proc/9733/task/9796/stat : 9796 (java) S 9730 9733 9314 0 -1 1077944384 24792 12884 0 0 1115 5 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831445260656 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9797] ppid=9730 vsize=11080032 memory=1832 CPUtime=3.95 cores=1,3,5,7
/proc/9733/task/9797/stat : 9797 (java) S 9730 9733 9314 0 -1 1077944384 34715 12884 0 0 380 8 4 3 20 0 15 0 227274640 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831444207600 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9798] ppid=9730 vsize=11080032 memory=1495028 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9798/stat : 9798 (java) S 9730 9733 9314 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 227274641 11345952768 373757 33554432000 4194304 4196468 140732455359104 139829908072800 139832021526229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
[pid=9733/tid=9799] ppid=9730 vsize=11080032 memory=1832 CPUtime=1.51 cores=1,3,5,7
/proc/9733/task/9799/stat : 9799 (java) S 9730 9733 9314 0 -1 1077944384 1994 12884 0 0 59 85 4 3 20 0 15 0 227274641 11345952768 373757 33554432000 4194304 4196468 140732455359104 139831443156016 139832021527170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15486976 140732455361123 140732455363932 140732455363932 140732455366607 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1495028 KiB

Child status: 143
Real time (s): 2447.93
CPU time (s): 2520.12
CPU user time (s): 2516.1
CPU system time (s): 4.0146
CPU usage (%): 102.949
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2957512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 4.0146
maximum resident set size= 2957512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192135
involuntary context switches= 7171


# summary of solver processes directly reported to runsolver:
#   pid: 9733
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 4.0146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3869 second user time and 21.985 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 20:05:14
IDJOB=4304958
IDBENCH=141330
IDSOLVER=2781
FILE ID=node134/4304958-1534097114
RUNJOBID= node134-1534096675-9346
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Bibd/Bibd-sum-10-03-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304958-1534097114/watcher-4304958-1534097114 -o /tmp/evaluation-result-4304958-1534097114/solver-4304958-1534097114 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9346 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1069858644 -superng HOME/instance-4304958-1534097114.xml

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

MD5SUM BENCH= 6905926ecf5563edf040969d33d8e2ad
RANDOM SEED=1069858644

node134.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.68
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.68
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.68
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.68
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:        16695256 kB
MemAvailable:   30304620 kB
Buffers:          198804 kB
Cached:         13559968 kB
SwapCached:           52 kB
Active:          6059192 kB
Inactive:        9349196 kB
Active(anon):    1599056 kB
Inactive(anon):   103128 kB
Active(file):    4460136 kB
Inactive(file):  9246068 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26496 kB
Writeback:             8 kB
AnonPages:       1656836 kB
Mapped:            67828 kB
Shmem:             49652 kB
Slab:             359712 kB
SReclaimable:     331620 kB
SUnreclaim:        28092 kB
KernelStack:        3632 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2695292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1406976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-12 20:46:02