Trace number 4302440

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.118 212.062

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-2-0_c18.xml
MD5SUMe037ec762e0941f9d509e6c54a7639e5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size25
Maximum domain size111
Distribution of domain sizes[{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302440-1532898730/watcher-4302440-1532898730 -o /tmp/evaluation-result-4302440-1532898730/solver-4302440-1532898730 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=901626945 HOME/instance-4302440-1532898730.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22968, runsolver pid=22965


[startup+0.100123 s]*
/proc/loadavg: 1.63 1.55 1.62 3/207 23025
/proc/meminfo: memFree=20940760/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=10005480 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 4395 13081 0 0 1 0 5 3 20 0 6 0 107436183 10245611520 4270 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2501370 4270 1935 1 0 2489808 0
[pid=22968/tid=23021] ppid=22965 vsize=10005480 memory=4279135703913364878 CPUtime=0.09 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 2200 13081 0 0 1 0 5 3 20 0 6 0 107436192 10245611520 4270 33554432000 4194304 4196468 140720434897936 139899400925776 139899413169502 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 6 0 107436193 10245611520 4270 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=10005480 memory=140299567769216 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 6 0 107436193 10245611520 4270 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 6 0 107436193 10245611520 4270 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 6 0 107436193 10245611520 4270 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209942 s]*
/proc/loadavg: 1.63 1.55 1.62 4/216 23034
/proc/meminfo: memFree=20915800/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=10982696 memory=44612 CPUtime=0.27 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 8543 13081 0 0 17 2 5 3 20 0 15 0 107436183 11246280704 11153 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2745674 11153 2942 1 0 2708109 0
[pid=22968/tid=23021] ppid=22965 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 5080 13081 0 0 11 1 5 3 20 0 15 0 107436192 11246280704 11153 33554432000 4194304 4196468 140720434897936 139899400867120 139899409364243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=10982696 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246280704 11153 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=10982696 memory=288370675719480960 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=10982696 memory=140299567769216 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436194 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898238526496 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898090677104 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 419 13081 0 0 1 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 192 13081 0 0 1 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=10982696 memory=140299567769216 CPUtime=0.11 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 629 13081 0 0 3 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=10982696 memory=140299567769216 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246280704 11153 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44612 KiB

[startup+0.310544 s]*
/proc/loadavg: 1.63 1.55 1.62 3/216 23034
/proc/meminfo: memFree=20905628/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=10983192 memory=55964 CPUtime=0.39 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 10567 13081 0 0 28 3 5 3 20 0 15 0 107436183 11246788608 13991 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2745798 13991 3074 1 0 2708109 0
[pid=22968/tid=23021] ppid=22965 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 7097 13081 0 0 19 2 5 3 20 0 15 0 107436192 11246788608 13991 33554432000 4194304 4196468 140720434897936 139899400901024 139899410652544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 13991 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436194 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898238526496 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898090677104 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 421 13081 0 0 1 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 192 13081 0 0 1 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=10983192 memory=140299567769216 CPUtime=0.13 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 634 13081 0 0 5 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=10983192 memory=140299567769216 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 13991 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55964 KiB

[startup+0.70074 s]
/proc/loadavg: 1.63 1.55 1.62 4/216 23034
/proc/meminfo: memFree=20893968/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=10983192 memory=88908 CPUtime=1 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 16850 13081 0 0 88 4 5 3 20 0 15 0 107436183 11246788608 22227 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2745798 22227 3240 1 0 2708109 0
[pid=22968/tid=23021] ppid=22965 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 12419 13081 0 0 56 3 5 3 20 0 15 0 107436192 11246788608 22227 33554432000 4194304 4196468 140720434897936 139899400909840 139899412275824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 22227 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436193 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 5 13081 0 0 0 0 5 3 20 0 15 0 107436194 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=10983192 memory=140299468944080 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898238526496 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=10983192 memory=140303696659043 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436195 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898090677104 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=10983192 memory=8600 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=10983192 memory=7234564758908855872 CPUtime=0.16 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 708 13081 0 0 8 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=10983192 memory=7597685182856913236 CPUtime=0.17 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 796 13081 0 0 9 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 701 13081 0 0 13 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=10983192 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436198 11246788608 22227 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88908 KiB

[startup+1.50089 s]
/proc/loadavg: 1.63 1.55 1.62 3/216 23034
/proc/meminfo: memFree=20845588/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=10993996 memory=204188 CPUtime=3.17 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 24912 13081 0 0 301 8 5 3 20 0 15 0 107436183 11257851904 51047 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2748499 51047 3449 1 0 2710157 0
[pid=22968/tid=23021] ppid=22965 vsize=10993996 memory=12813 CPUtime=1.46 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 16083 13081 0 0 132 6 5 3 20 0 15 0 107436192 11257851904 51048 33554432000 4194304 4196468 140720434897936 139899400867792 139899407514241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11257851904 51048 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=10993996 memory=107 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436193 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=10993996 memory=88908 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2 13081 0 0 0 0 5 3 20 0 15 0 107436193 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 6 13081 0 0 0 0 5 3 20 0 15 0 107436194 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=10993996 memory=280598937829872 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 13 13081 0 0 0 0 5 3 20 0 15 0 107436195 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898238526496 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=10993996 memory=280598937880672 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436195 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898090677104 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=10993996 memory=4638778398332698720 CPUtime=0.69 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) R 22965 22968 6396 0 -1 4202560 2524 13081 0 0 61 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898853950680 139899410606897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=10993996 memory=280598938164096 CPUtime=0.68 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) R 22965 22968 6396 0 -1 4202560 2390 13081 0 0 60 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898852895648 139899413482924 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=10993996 memory=-7531822216213012384 CPUtime=0.52 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 1696 13081 0 0 44 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=10993996 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=10993996 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 1 13081 0 0 0 0 5 3 20 0 15 0 107436198 11257851904 51048 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10993996 KiB

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

/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 57912 13081 0 0 4959 28 5 3 20 0 15 0 107436192 11278843904 486936 33554432000 4194304 4196468 140720434897936 139899400923496 139898996307481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=11014496 memory=197800423896036 CPUtime=0.97 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 760 13081 0 0 74 15 5 3 20 0 15 0 107436193 11278843904 486936 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=11014496 memory=33 CPUtime=1.01 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 1247 13081 0 0 76 17 5 3 20 0 15 0 107436193 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=11014496 memory=33 CPUtime=0.98 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 1703 13081 0 0 74 16 5 3 20 0 15 0 107436193 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=11014496 memory=1908832 CPUtime=0.93 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2061 13081 0 0 69 16 5 3 20 0 15 0 107436193 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=11014496 memory=1908820 CPUtime=0.19 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 5660 13081 0 0 11 0 5 3 20 0 15 0 107436194 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=11014496 memory=1908832 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 20 13081 0 0 0 0 5 3 20 0 15 0 107436195 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898238526560 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=11014496 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 8 13081 0 0 0 0 5 3 20 0 15 0 107436195 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898090677120 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=11014496 memory=1475260 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=11014496 memory=0 CPUtime=11.14 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 18468 13081 0 0 1102 4 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=11014496 memory=1908832 CPUtime=11.19 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 16875 13081 0 0 1108 3 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=11014496 memory=4128 CPUtime=3.11 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 16810 13081 0 0 298 5 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=11014496 memory=1856808 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=11014496 memory=4616 CPUtime=0.1 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 560 13081 0 0 2 0 5 3 20 0 15 0 107436198 11278843904 486936 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 78.96 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 1947744 KiB

[startup+102.301 s]
/proc/loadavg: 2.73 1.94 1.75 3/217 23036
/proc/meminfo: memFree=17886288/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=11016544 memory=2986400 CPUtime=134.24 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 143966 13081 0 0 13239 177 5 3 20 0 15 0 107436183 11280941056 746600 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2754136 746600 3533 1 0 2715789 0
[pid=22968/tid=23021] ppid=22965 vsize=11016544 memory=2984312 CPUtime=100.41 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 62795 13081 0 0 9996 37 5 3 20 0 15 0 107436192 11280941056 746600 33554432000 4194304 4196468 140720434897936 139899400921800 139898991166247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=11016544 memory=1179224 CPUtime=1.64 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 1652 13081 0 0 126 30 5 3 20 0 15 0 107436193 11280941056 746600 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=11016544 memory=3472468577708444379 CPUtime=1.69 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 2548 13081 0 0 130 31 5 3 20 0 15 0 107436193 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=11016544 memory=140299468872529 CPUtime=1.66 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 2081 13081 0 0 128 30 5 3 20 0 15 0 107436193 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=11016544 memory=2984312 CPUtime=1.6 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2545 13081 0 0 122 30 5 3 20 0 15 0 107436193 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=11016544 memory=2984312 CPUtime=0.25 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 6312 13081 0 0 16 1 5 3 20 0 15 0 107436194 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=11016544 memory=2984312 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 20 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898238526560 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=11016544 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 8 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898090677120 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=11016544 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=11016544 memory=4128 CPUtime=11.98 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 23363 13081 0 0 1186 4 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=11016544 memory=30524 CPUtime=12.13 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 20268 13081 0 0 1201 4 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=11016544 memory=1292 CPUtime=3.37 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 19496 13081 0 0 323 6 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=11016544 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=11016544 memory=4124 CPUtime=0.13 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 677 13081 0 0 3 2 5 3 20 0 15 0 107436198 11280941056 746600 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 134.24 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2986400 KiB

[startup+162.301 s]
/proc/loadavg: 2.62 2.06 1.80 3/217 23165
/proc/meminfo: memFree=20424608/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=11016544 memory=2691244 CPUtime=195.87 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 154570 13081 0 0 19398 181 5 3 20 0 15 0 107436183 11280941056 672811 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2754136 672811 3533 1 0 2715789 0
[pid=22968/tid=23021] ppid=22965 vsize=11016544 memory=2813160 CPUtime=160.32 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 67389 13081 0 0 15986 38 5 3 20 0 15 0 107436192 11280941056 672811 33554432000 4194304 4196468 140720434897936 139899400918888 139899003350018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=11016544 memory=2935812 CPUtime=1.71 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 3331 13081 0 0 133 30 5 3 20 0 15 0 107436193 11280941056 672811 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=11016544 memory=2748700 CPUtime=1.76 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 2637 13081 0 0 137 31 5 3 20 0 15 0 107436193 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=11016544 memory=2691244 CPUtime=1.73 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 2137 13081 0 0 135 30 5 3 20 0 15 0 107436193 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=11016544 memory=2691244 CPUtime=1.68 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2813 13081 0 0 129 31 5 3 20 0 15 0 107436193 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=11016544 memory=8 CPUtime=0.27 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 6660 13081 0 0 18 1 5 3 20 0 15 0 107436194 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=11016544 memory=9992 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 20 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898238526560 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=11016544 memory=280598938194624 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 8 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898090677120 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=11016544 memory=2257 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=11016544 memory=2749632 CPUtime=12.59 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 25282 13081 0 0 1246 5 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=11016544 memory=2748700 CPUtime=12.73 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 20963 13081 0 0 1261 4 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=11016544 memory=2748700 CPUtime=3.55 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 20337 13081 0 0 341 6 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=11016544 memory=2691244 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=11016544 memory=2691244 CPUtime=0.16 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 792 13081 0 0 5 3 5 3 20 0 15 0 107436198 11280941056 672811 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 195.87 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2691244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+212.001 s]*
/proc/loadavg: 2.30 2.05 1.81 5/216 23166
/proc/meminfo: memFree=19917380/32770624 swapFree=67108860/67108860
[pid=22968] ppid=22965 vsize=11016544 memory=2348800 CPUtime=252.04 cores=1,3,5,7
/proc/22968/stat : 22968 (java) S 22965 22968 6396 0 -1 1077944320 172040 13081 0 0 25008 188 5 3 20 0 15 0 107436183 11280941056 587200 33554432000 4194304 4196468 140720434897936 140720434880480 139899429089015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
/proc/22968/statm: 2754136 587200 3534 1 0 2715789 0
[pid=22968/tid=23021] ppid=22965 vsize=11016544 memory=1637576 CPUtime=209.85 cores=1,3,5,7
/proc/22968/task/23021/stat : 23021 (java) R 22965 22968 6396 0 -1 4202560 70300 13081 0 0 20938 39 5 3 20 0 15 0 107436192 11280941056 587200 33554432000 4194304 4196468 140720434897936 139899400922112 139898980993164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23022] ppid=22965 vsize=11016544 memory=4128 CPUtime=1.83 cores=1,3,5,7
/proc/22968/task/23022/stat : 23022 (java) S 22965 22968 6396 0 -1 1077944384 3491 13081 0 0 145 30 5 3 20 0 15 0 107436193 11280941056 587200 33554432000 4194304 4196468 140720434897936 139899433331856 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23023] ppid=22965 vsize=11016544 memory=30524 CPUtime=1.88 cores=1,3,5,7
/proc/22968/task/23023/stat : 23023 (java) S 22965 22968 6396 0 -1 1077944384 4374 13081 0 0 149 31 5 3 20 0 15 0 107436193 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898969254928 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23024] ppid=22965 vsize=11016544 memory=4126316290023845779 CPUtime=1.85 cores=1,3,5,7
/proc/22968/task/23024/stat : 23024 (java) S 22965 22968 6396 0 -1 1077944384 2348 13081 0 0 147 30 5 3 20 0 15 0 107436193 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898968202128 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23025] ppid=22965 vsize=11016544 memory=288230621803970871 CPUtime=1.81 cores=1,3,5,7
/proc/22968/task/23025/stat : 23025 (java) S 22965 22968 6396 0 -1 1077944384 2905 13081 0 0 142 31 5 3 20 0 15 0 107436193 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898967149328 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23026] ppid=22965 vsize=11016544 memory=14134428972616243 CPUtime=0.3 cores=1,3,5,7
/proc/22968/task/23026/stat : 23026 (java) S 22965 22968 6396 0 -1 1077944384 7000 13081 0 0 20 2 5 3 20 0 15 0 107436194 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898855016816 139899429100162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23027] ppid=22965 vsize=11016544 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23027/stat : 23027 (java) S 22965 22968 6396 0 -1 1077944384 20 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898238526560 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23028] ppid=22965 vsize=11016544 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23028/stat : 23028 (java) S 22965 22968 6396 0 -1 1077944384 8 13081 0 0 0 0 5 3 20 0 15 0 107436195 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898090677120 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23029] ppid=22965 vsize=11016544 memory=5408 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23029/stat : 23029 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139897783277392 139899429107611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23030] ppid=22965 vsize=11016544 memory=1008 CPUtime=15.23 cores=1,3,5,7
/proc/22968/task/23030/stat : 23030 (java) S 22965 22968 6396 0 -1 1077944384 28301 13081 0 0 1509 6 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898853964656 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23031] ppid=22965 vsize=11016544 memory=9992 CPUtime=15.41 cores=1,3,5,7
/proc/22968/task/23031/stat : 23031 (java) S 22965 22968 6396 0 -1 1077944384 25800 13081 0 0 1528 5 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898852911856 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23032] ppid=22965 vsize=11016544 memory=1228 CPUtime=4.3 cores=1,3,5,7
/proc/22968/task/23032/stat : 23032 (java) S 22965 22968 6396 0 -1 1077944384 24463 13081 0 0 415 7 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898851859056 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23033] ppid=22965 vsize=11016544 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/22968/task/23033/stat : 23033 (java) S 22965 22968 6396 0 -1 1077944384 3 13081 0 0 0 0 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139897352481504 139899429099221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
[pid=22968/tid=23034] ppid=22965 vsize=11016544 memory=1200 CPUtime=0.2 cores=1,3,5,7
/proc/22968/task/23034/stat : 23034 (java) S 22965 22968 6396 0 -1 1077944384 829 13081 0 0 7 5 5 3 20 0 15 0 107436198 11280941056 587200 33554432000 4194304 4196468 140720434897936 139898850806448 139899429100162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9940992 140720434903666 140720434906465 140720434906465 140720434909135 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2348800 KiB

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

[startup+212.062 s]
# the end of solver process 22968 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.172 s, system=1.94552 s

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

Child status: 143
Real time (s): 212.062
CPU time (s): 252.118
CPU user time (s): 250.172
CPU system time (s): 1.94552
CPU usage (%): 118.889
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 2991268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.172
system time used= 1.94552
maximum resident set size= 2991268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22404
involuntary context switches= 409


# summary of solver processes directly reported to runsolver:
#   pid: 22968
#   total CPU time (s): 252.118
#   total CPU user time (s): 250.172
#   total CPU system time (s): 1.94552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03906 second user time and 2.33151 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 23:12:10
IDJOB=4302440
IDBENCH=141642
IDSOLVER=2776
FILE ID=node139/4302440-1532898730
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-2-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302440-1532898730/watcher-4302440-1532898730 -o /tmp/evaluation-result-4302440-1532898730/solver-4302440-1532898730 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=901626945 HOME/instance-4302440-1532898730.xml

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

MD5SUM BENCH= e037ec762e0941f9d509e6c54a7639e5
RANDOM SEED=901626945

node139.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.80
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.80
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.80
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.80
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:        20947308 kB
MemAvailable:   29017136 kB
Buffers:          256952 kB
Cached:          7926372 kB
SwapCached:            0 kB
Active:          6006156 kB
Inactive:        5139692 kB
Active(anon):    2917180 kB
Inactive(anon):    73544 kB
Active(file):    3088976 kB
Inactive(file):  5066148 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27092 kB
Writeback:             0 kB
AnonPages:       2970112 kB
Mapped:            58316 kB
Shmem:             25228 kB
Slab:             372616 kB
SReclaimable:     343164 kB
SUnreclaim:        29452 kB
KernelStack:        3520 kB
PageTables:        11040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4010412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2734080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 23:15:42