Trace number 4304954

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.09 2449.14

General information on the benchmark

NameBibd/
Bibd-sc-09-03-09_c18.xml
MD5SUM14461c5e126fcf4565f37d2e3313bad0
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 benchmark5.90115
Satisfiable
(Un)Satisfiability was proved
Number of variables9720
Number of constraints4042
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4860}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":4860},{"degree":2,"count":3888},{"degree":11,"count":972}]
Minimum constraint arity3
Maximum constraint arity972
Distribution of constraint arities[{"arity":3,"count":3888},{"arity":9,"count":108},{"arity":108,"count":45},{"arity":972,"count":1}]
Number of extensional constraints0
Number of intensional constraints3888
Distribution of constraint types[{"type":"intension","count":3888},{"type":"lex","count":1},{"type":"sum","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304954-1534096680/watcher-4304954-1534096680 -o /tmp/evaluation-result-4304954-1534096680/solver-4304954-1534096680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1069858644 -superng HOME/instance-4304954-1534096680.xml 

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

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

solver pid=9567, runsolver pid=9564

[startup+0.100058 s]*
/proc/loadavg: 1.32 1.08 1.23 4/210 9624
/proc/meminfo: memFree=17901864/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=10005480 memory=16684 CPUtime=0.08 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 4323 12992 0 0 1 0 5 2 20 0 6 0 227231216 10245611520 4171 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2501370 4171 1932 1 0 2489808 0
[pid=9567/tid=9620] ppid=9564 vsize=10005480 memory=-8456761488587407299 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 2179 12992 0 0 0 0 5 2 20 0 6 0 227231225 10245611520 4237 33554432000 4194304 4196468 140728677421136 139915617231440 139915631077171 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 227231226 10245611520 4237 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=10005480 memory=140547368449664 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 227231226 10245611520 4237 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 227231226 10245611520 4237 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 6 0 227231226 10245611520 4237 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16684 KiB

[startup+0.210303 s]*
/proc/loadavg: 1.32 1.08 1.23 5/219 9633
/proc/meminfo: memFree=17876652/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=10982696 memory=45016 CPUtime=0.25 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 8650 12992 0 0 16 2 5 2 20 0 15 0 227231216 11246280704 11254 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2745674 11254 2933 1 0 2708109 0
[pid=9567/tid=9620] ppid=9564 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 5181 12992 0 0 10 1 5 2 20 0 15 0 227231225 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915617181824 139915629475166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=10982696 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=10982696 memory=288370923520161408 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=10982696 memory=140547368449664 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231227 11246280704 11254 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 13 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914465240480 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 21 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914398127600 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 365 12992 0 0 1 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 248 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=10982696 memory=140547368449664 CPUtime=0.1 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) R 9564 9567 9314 0 -1 4202560 624 12992 0 0 3 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914678094064 139915626958773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=10982696 memory=140547368449664 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246280704 11254 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45016 KiB

[startup+0.31079 s]*
/proc/loadavg: 1.32 1.08 1.23 3/219 9633
/proc/meminfo: memFree=17856520/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=10983192 memory=53784 CPUtime=0.38 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 10053 12992 0 0 28 3 5 2 20 0 15 0 227231216 11246788608 13446 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2745798 13446 3065 1 0 2708109 0
[pid=9567/tid=9620] ppid=9564 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 6838 12992 0 0 19 2 5 2 20 0 15 0 227231225 11246788608 13710 33554432000 4194304 4196468 140728677421136 139915617206688 139915625670400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 13710 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 13710 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 13710 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 13710 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231227 11246788608 13776 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 13 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914465240480 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 21 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914398127600 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 365 12992 0 0 1 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 251 12992 0 0 1 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=10983192 memory=140547368449664 CPUtime=0.11 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 630 12992 0 0 4 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=10983192 memory=140547368449664 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 13776 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53784 KiB

[startup+0.700727 s]
/proc/loadavg: 1.32 1.08 1.23 4/219 9633
/proc/meminfo: memFree=17845064/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=10983192 memory=88680 CPUtime=0.99 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 16810 12992 0 0 87 5 5 2 20 0 15 0 227231216 11246788608 22170 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2745798 22170 3235 1 0 2708109 0
[pid=9567/tid=9620] ppid=9564 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 12451 12992 0 0 56 3 5 2 20 0 15 0 227231225 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915617216848 139915625670560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=10983192 memory=140547234870032 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=10983192 memory=140548509794927 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231226 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=10983192 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 5 12992 0 0 0 0 5 2 20 0 15 0 227231227 11246788608 22170 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 13 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914465240480 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 21 12992 0 0 0 0 5 2 20 0 15 0 227231228 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914398127600 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=10983192 memory=16348 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=10983192 memory=1176 CPUtime=0.14 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 591 12992 0 0 7 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=10983192 memory=34112 CPUtime=0.16 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 860 12992 0 0 9 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=10983192 memory=4048 CPUtime=0.2 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 665 12992 0 0 13 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=10983192 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231231 11246788608 22170 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88680 KiB

[startup+1.50098 s]
/proc/loadavg: 1.32 1.08 1.23 4/219 9633
/proc/meminfo: memFree=17774696/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=10993996 memory=195584 CPUtime=3.1 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 24029 12992 0 0 296 7 5 2 20 0 15 0 227231216 11257851904 48896 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2748499 48896 3450 1 0 2710157 0
[pid=9567/tid=9620] ppid=9564 vsize=10993996 memory=65200 CPUtime=1.45 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 15644 12992 0 0 133 5 5 2 20 0 15 0 227231225 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915617198040 139915645406614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=10993996 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=10993996 memory=281094469771424 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231226 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 227231226 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 6 12992 0 0 0 0 5 2 20 0 15 0 227231227 11257851904 48896 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 13 12992 0 0 0 0 5 2 20 0 15 0 227231228 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914465240480 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 21 12992 0 0 0 0 5 2 20 0 15 0 227231228 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914398127600 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=10993996 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=10993996 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) R 9564 9567 9314 0 -1 4202560 1942 12992 0 0 60 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914680182544 139915638491571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=10993996 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) R 9564 9567 9314 0 -1 4202560 2712 12992 0 0 57 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914679132816 139915628880621 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=10993996 memory=8112282956445269571 CPUtime=0.51 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 1487 12992 0 0 44 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=10993996 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=10993996 memory=281094470015872 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 227231231 11257851904 48896 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10993996 KiB

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

/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 95184 12992 0 0 235824 47 5 2 20 0 15 0 227231225 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915617229280 139915234349235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=11080032 memory=726416 CPUtime=14 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 19684 12992 0 0 1347 46 5 2 20 0 15 0 227231226 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=11080032 memory=2316 CPUtime=14.01 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 12896 12992 0 0 1346 48 5 2 20 0 15 0 227231226 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=11080032 memory=726416 CPUtime=13.97 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 15276 12992 0 0 1341 49 5 2 20 0 15 0 227231226 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=11080032 memory=726416 CPUtime=14 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 16320 12992 0 0 1350 43 5 2 20 0 15 0 227231226 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=11080032 memory=281094471551584 CPUtime=7.08 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 15693 12992 0 0 653 48 5 2 20 0 15 0 227231227 11345952768 181604 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 26 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914465240608 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 68 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914398127616 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=11080032 memory=726416 CPUtime=12.43 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 27097 12992 0 0 1232 4 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=11080032 memory=726416 CPUtime=12.41 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 31165 12992 0 0 1228 6 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=11080032 memory=726416 CPUtime=4.4 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 38753 12992 0 0 424 9 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=11080032 memory=726416 CPUtime=1.51 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1148 12992 0 0 72 72 5 2 20 0 15 0 227231231 11345952768 181604 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 2452.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 726416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.27 1.33 3/219 9884
/proc/meminfo: memFree=15855484/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=11080032 memory=715124 CPUtime=2513.14 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 276663 12992 0 0 250968 339 5 2 20 0 15 0 227231216 11345952768 178781 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2770008 178781 3536 1 0 2731661 0
[pid=9567/tid=9620] ppid=9564 vsize=11080032 memory=715124 CPUtime=2418.17 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 95941 12992 0 0 241762 48 5 2 20 0 15 0 227231225 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915617227968 139915238607011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=11080032 memory=715124 CPUtime=14.37 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 19833 12992 0 0 1383 47 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=11080032 memory=281094471551584 CPUtime=14.38 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 12921 12992 0 0 1382 49 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.34 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 15281 12992 0 0 1377 50 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.35 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 16358 12992 0 0 1385 43 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=11080032 memory=726416 CPUtime=7.27 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 15859 12992 0 0 671 49 5 2 20 0 15 0 227231227 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 26 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914465240608 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=11080032 memory=726416 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 68 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914398127616 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=11080032 memory=719740 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=11080032 memory=724356 CPUtime=12.43 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 27097 12992 0 0 1232 4 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=11080032 memory=716148 CPUtime=12.41 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 31165 12992 0 0 1228 6 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=11080032 memory=715124 CPUtime=4.4 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 38753 12992 0 0 424 9 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=11080032 memory=715124 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=11080032 memory=715124 CPUtime=1.55 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1163 12992 0 0 74 74 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 2513.14 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 715124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.11 s]
/proc/loadavg: 1.29 1.27 1.33 3/219 9884
/proc/meminfo: memFree=15861164/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=11080032 memory=715124 CPUtime=2520.04 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 276743 12992 0 0 251657 340 5 2 20 0 15 0 227231216 11345952768 178781 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2770008 178781 3536 1 0 2731661 0
[pid=9567/tid=9620] ppid=9564 vsize=11080032 memory=281094471551584 CPUtime=2424.93 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 96017 12992 0 0 242438 48 5 2 20 0 15 0 227231225 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915617228928 139915234349198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.4 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 19833 12992 0 0 1386 47 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.41 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 12921 12992 0 0 1385 49 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.37 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 15281 12992 0 0 1380 50 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.38 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 16358 12992 0 0 1388 43 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=11080032 memory=726416 CPUtime=7.28 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 15861 12992 0 0 672 49 5 2 20 0 15 0 227231227 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=11080032 memory=719740 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 26 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914465240608 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=11080032 memory=724356 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 68 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914398127616 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=11080032 memory=716148 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=11080032 memory=715124 CPUtime=12.43 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 27097 12992 0 0 1232 4 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=11080032 memory=715124 CPUtime=12.41 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 31165 12992 0 0 1228 6 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=11080032 memory=715124 CPUtime=4.4 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 38753 12992 0 0 424 9 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=11080032 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=11080032 memory=1728 CPUtime=1.55 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1165 12992 0 0 74 74 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 715124 KiB

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

[startup+2449.14 s]
# the end of solver process 9567 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.44298 s

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

[startup+2449.11 s]
/proc/loadavg: 1.29 1.27 1.33 3/219 9884
/proc/meminfo: memFree=15861164/32770624 swapFree=67108688/67108860
[pid=9567] ppid=9564 vsize=11080032 memory=715124 CPUtime=2520.04 cores=0,2,4,6
/proc/9567/stat : 9567 (java) S 9564 9567 9314 0 -1 1077944320 276743 12992 0 0 251657 340 5 2 20 0 15 0 227231216 11345952768 178781 33554432000 4194304 4196468 140728677421136 140728677403680 139915645394679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
/proc/9567/statm: 2770008 178781 3536 1 0 2731661 0
[pid=9567/tid=9620] ppid=9564 vsize=11080032 memory=281094471551584 CPUtime=2424.93 cores=0,2,4,6
/proc/9567/task/9620/stat : 9620 (java) R 9564 9567 9314 0 -1 4202560 96017 12992 0 0 242438 48 5 2 20 0 15 0 227231225 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915617228928 139915234349198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9621] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.4 cores=0,2,4,6
/proc/9567/task/9621/stat : 9621 (java) S 9564 9567 9314 0 -1 1077944384 19833 12992 0 0 1386 47 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915649636624 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9622] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.41 cores=0,2,4,6
/proc/9567/task/9622/stat : 9622 (java) S 9564 9567 9314 0 -1 1077944384 12921 12992 0 0 1385 49 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915185330576 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9623] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.37 cores=0,2,4,6
/proc/9567/task/9623/stat : 9623 (java) S 9564 9567 9314 0 -1 1077944384 15281 12992 0 0 1380 50 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915184278032 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9624] ppid=9564 vsize=11080032 memory=726416 CPUtime=14.38 cores=0,2,4,6
/proc/9567/task/9624/stat : 9624 (java) S 9564 9567 9314 0 -1 1077944384 16358 12992 0 0 1388 43 5 2 20 0 15 0 227231226 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915183225488 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9625] ppid=9564 vsize=11080032 memory=726416 CPUtime=7.28 cores=0,2,4,6
/proc/9567/task/9625/stat : 9625 (java) S 9564 9567 9314 0 -1 1077944384 15861 12992 0 0 672 49 5 2 20 0 15 0 227231227 11345952768 178781 33554432000 4194304 4196468 140728677421136 139915138410992 139915645405826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9626] ppid=9564 vsize=11080032 memory=719740 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9626/stat : 9626 (java) S 9564 9567 9314 0 -1 1077944384 26 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914465240608 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9627] ppid=9564 vsize=11080032 memory=724356 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9627/stat : 9627 (java) S 9564 9567 9314 0 -1 1077944384 68 12992 0 0 0 0 5 2 20 0 15 0 227231228 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914398127616 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9628] ppid=9564 vsize=11080032 memory=716148 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9628/stat : 9628 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914090732240 139915645413275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9629] ppid=9564 vsize=11080032 memory=715124 CPUtime=12.43 cores=0,2,4,6
/proc/9567/task/9629/stat : 9629 (java) S 9564 9567 9314 0 -1 1077944384 27097 12992 0 0 1232 4 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914680199152 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9630] ppid=9564 vsize=11080032 memory=715124 CPUtime=12.41 cores=0,2,4,6
/proc/9567/task/9630/stat : 9630 (java) S 9564 9567 9314 0 -1 1077944384 31165 12992 0 0 1228 6 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914679146608 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9631] ppid=9564 vsize=11080032 memory=715124 CPUtime=4.4 cores=0,2,4,6
/proc/9567/task/9631/stat : 9631 (java) S 9564 9567 9314 0 -1 1077944384 38753 12992 0 0 424 9 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914678094064 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9632] ppid=9564 vsize=11080032 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/9567/task/9632/stat : 9632 (java) S 9564 9567 9314 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139913659935328 139915645404885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
[pid=9567/tid=9633] ppid=9564 vsize=11080032 memory=1728 CPUtime=1.55 cores=0,2,4,6
/proc/9567/task/9633/stat : 9633 (java) S 9564 9567 9314 0 -1 1077944384 1165 12992 0 0 74 74 5 2 20 0 15 0 227231231 11345952768 178781 33554432000 4194304 4196468 140728677421136 139914677041968 139915645405826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13234176 140728677427811 140728677430620 140728677430620 140728677433295 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 715124 KiB

Child status: 143
Real time (s): 2449.14
CPU time (s): 2520.09
CPU user time (s): 2516.65
CPU system time (s): 3.44298
CPU usage (%): 102.897
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 1976548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.44298
maximum resident set size= 1979644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290538
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= 204140
involuntary context switches= 9044


# summary of solver processes directly reported to runsolver:
#   pid: 9567
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.44298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5166 second user time and 23.7946 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 19:58:00
IDJOB=4304954
IDBENCH=141328
IDSOLVER=2781
FILE ID=node134/4304954-1534096680
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

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

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

MD5SUM BENCH= 14461c5e126fcf4565f37d2e3313bad0
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:        17907020 kB
MemAvailable:   31515504 kB
Buffers:          198448 kB
Cached:         13559220 kB
SwapCached:           52 kB
Active:          4849840 kB
Inactive:        9348648 kB
Active(anon):     390100 kB
Inactive(anon):   103128 kB
Active(file):    4459740 kB
Inactive(file):  9245520 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:        456660 kB
Mapped:            67804 kB
Shmem:             49652 kB
Slab:             359660 kB
SReclaimable:     331684 kB
SUnreclaim:        27976 kB
KernelStack:        3856 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1662328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:38:49