Trace number 4302471

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.138 220.847

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
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 variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302471-1532897059/watcher-4302471-1532897059 -o /tmp/evaluation-result-4302471-1532897059/solver-4302471-1532897059 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1717382945 HOME/instance-4302471-1532897059.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=19692, runsolver pid=19689

[startup+0.100138 s]*
/proc/loadavg: 1.70 1.93 1.73 3/206 19749
/proc/meminfo: memFree=22807048/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=10005480 memory=18956 CPUtime=0.09 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 4365 12858 0 0 1 1 4 3 20 0 6 0 107269075 10245611520 4739 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2501370 4739 1935 1 0 2489808 0
[pid=19692/tid=19745] ppid=19689 vsize=10005480 memory=4279135704013833871 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 2173 12858 0 0 0 0 4 3 20 0 6 0 107269084 10245611520 4739 33554432000 4194304 4196468 140729927818912 140436721037904 140436730596349 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 6 0 107269085 10245611520 4739 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=10005480 memory=140626184644224 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 6 0 107269085 10245611520 4739 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 6 0 107269085 10245611520 4739 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 6 0 107269085 10245611520 4739 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18956 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.70 1.93 1.73 3/215 19758
/proc/meminfo: memFree=22785196/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=10982744 memory=44980 CPUtime=0.25 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 7927 12858 0 0 16 2 4 3 20 0 15 0 107269075 11246329856 11245 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2745686 11245 2983 1 0 2708109 0
[pid=19692/tid=19745] ppid=19689 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 4460 12858 0 0 10 1 4 3 20 0 15 0 107269084 11246362624 11245 33554432000 4194304 4196468 140729927818912 140436721025952 140436741880861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=10982776 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246362624 11245 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=10983736 memory=140626185287765 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11247345664 11245 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11247345664 11311 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269085 11247345664 11311 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=10983736 memory=140626184644224 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269086 11247345664 11311 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 13 12858 0 0 0 0 4 3 20 0 15 0 107269087 11247345664 11311 33554432000 4194304 4196468 140729927818912 140435565569568 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269087 11247345664 11311 33554432000 4194304 4196468 140729927818912 140435364242800 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11247345664 11377 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 545 12858 0 0 1 0 4 3 20 0 15 0 107269089 11247345664 11377 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 67 12858 0 0 0 0 4 3 20 0 15 0 107269090 11247345664 11377 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=10983736 memory=140626184644224 CPUtime=0.1 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 636 12858 0 0 3 0 4 3 20 0 15 0 107269090 11247345664 11377 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11247345664 11443 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=10983736 memory=140626184644224 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269090 11247345664 11443 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44980 KiB

[startup+0.310235 s]*
/proc/loadavg: 1.70 1.93 1.73 3/215 19758
/proc/meminfo: memFree=22773908/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=10983192 memory=55624 CPUtime=0.38 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 10434 12858 0 0 28 3 4 3 20 0 15 0 107269075 11246788608 13906 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2745798 13906 3102 1 0 2708109 0
[pid=19692/tid=19745] ppid=19689 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 6951 12858 0 0 19 2 4 3 20 0 15 0 107269084 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436721013152 140436749223069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269086 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 13 12858 0 0 0 0 4 3 20 0 15 0 107269087 11246788608 13906 33554432000 4194304 4196468 140729927818912 140435565569568 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269087 11246788608 13906 33554432000 4194304 4196468 140729927818912 140435364242800 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11246788608 13906 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 547 12858 0 0 1 0 4 3 20 0 15 0 107269089 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 67 12858 0 0 1 0 4 3 20 0 15 0 107269090 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=10983192 memory=140626184644224 CPUtime=0.12 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 650 12858 0 0 5 0 4 3 20 0 15 0 107269090 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11246788608 13906 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=10983192 memory=140626184644224 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269090 11246788608 13906 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55624 KiB

[startup+0.700775 s]
/proc/loadavg: 1.70 1.93 1.73 3/215 19758
/proc/meminfo: memFree=22762248/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=10983192 memory=88524 CPUtime=0.99 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 16775 12858 0 0 87 5 4 3 20 0 15 0 107269075 11246788608 22131 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2745798 22131 3238 1 0 2708109 0
[pid=19692/tid=19745] ppid=19689 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 12257 12858 0 0 56 3 4 3 20 0 15 0 107269084 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436721021968 140436732387952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269085 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 5 12858 0 0 0 0 4 3 20 0 15 0 107269086 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=10983192 memory=140626087785168 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 13 12858 0 0 0 0 4 3 20 0 15 0 107269087 11246788608 22131 33554432000 4194304 4196468 140729927818912 140435565569568 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=10983192 memory=140630114173539 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269087 11246788608 22131 33554432000 4194304 4196468 140729927818912 140435364242800 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=10983192 memory=8600 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11246788608 22131 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=10983192 memory=7234564758908855872 CPUtime=0.17 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 1171 12858 0 0 10 0 4 3 20 0 15 0 107269089 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=10983192 memory=7597685182856913236 CPUtime=0.13 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 392 12858 0 0 6 0 4 3 20 0 15 0 107269090 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 732 12858 0 0 13 0 4 3 20 0 15 0 107269090 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=10983192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11246788608 22131 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269090 11246788608 22131 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88524 KiB

[startup+1.50073 s]
/proc/loadavg: 1.70 1.93 1.73 4/215 19758
/proc/meminfo: memFree=22715792/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=10996044 memory=177080 CPUtime=3.11 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 26213 12858 0 0 296 8 4 3 20 0 15 0 107269075 11259949056 44270 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2749011 44270 3445 1 0 2710669 0
[pid=19692/tid=19745] ppid=19689 vsize=10996044 memory=12813 CPUtime=1.45 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 16777 12858 0 0 133 5 4 3 20 0 15 0 107269084 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436720987016 140436733281630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=10996044 memory=152 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269085 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=10996044 memory=88524 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2 12858 0 0 0 0 4 3 20 0 15 0 107269085 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 13 12858 0 0 0 0 4 3 20 0 15 0 107269086 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=10996044 memory=281252175512048 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 13 12858 0 0 0 0 4 3 20 0 15 0 107269087 11259949056 44270 33554432000 4194304 4196468 140729927818912 140435565569568 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=10996044 memory=281252175562848 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269087 11259949056 44270 33554432000 4194304 4196468 140729927818912 140435364242800 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11259949056 44270 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=10996044 memory=4638778398332698720 CPUtime=0.66 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 3527 12858 0 0 59 0 4 3 20 0 15 0 107269089 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=10996044 memory=281252175846272 CPUtime=0.63 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 1947 12858 0 0 56 0 4 3 20 0 15 0 107269090 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=10996044 memory=-7531822216213012384 CPUtime=0.52 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 1732 12858 0 0 45 0 4 3 20 0 15 0 107269090 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=10996044 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11259949056 44270 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=10996044 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 1 12858 0 0 0 0 4 3 20 0 15 0 107269090 11259949056 44270 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10996044 KiB

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

/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 60991 12858 0 0 4817 40 4 3 20 0 15 0 107269084 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436721035000 140436342062729 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=11016544 memory=206 CPUtime=2.13 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1823 12858 0 0 180 26 4 3 20 0 15 0 107269085 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=11016544 memory=169659798166092 CPUtime=2.13 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 2783 12858 0 0 179 27 4 3 20 0 15 0 107269085 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=11016544 memory=2712556 CPUtime=2.13 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1552 12858 0 0 181 25 4 3 20 0 15 0 107269085 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=11016544 memory=281252176388096 CPUtime=2.12 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 1324 12858 0 0 180 25 4 3 20 0 15 0 107269085 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=11016544 memory=2702380 CPUtime=0.31 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 7864 12858 0 0 23 1 4 3 20 0 15 0 107269086 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=11016544 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 19 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 765665 33554432000 4194304 4196468 140729927818912 140435565569696 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=11016544 memory=2531892 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 15 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 765665 33554432000 4194304 4196468 140729927818912 140435364242976 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=11016544 memory=2712556 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11280941056 765665 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=11016544 memory=2712556 CPUtime=8.8 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 16535 12858 0 0 870 3 4 3 20 0 15 0 107269089 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=11016544 memory=1292 CPUtime=8.71 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 21338 12858 0 0 860 4 4 3 20 0 15 0 107269090 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=11016544 memory=0 CPUtime=3.01 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 13477 12858 0 0 291 3 4 3 20 0 15 0 107269090 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=11016544 memory=772 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11280941056 765665 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=11016544 memory=-7452431979323206951 CPUtime=0.09 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 83 12858 0 0 1 1 4 3 20 0 15 0 107269090 11280941056 765665 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 77.54 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3062660 KiB

[startup+102.301 s]
/proc/loadavg: 1.48 1.80 1.70 3/215 19759
/proc/meminfo: memFree=19590264/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=11016544 memory=3232044 CPUtime=131.5 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 135941 12858 0 0 12967 176 4 3 20 0 15 0 107269075 11280941056 808011 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2754136 808011 3534 1 0 2715789 0
[pid=19692/tid=19745] ppid=19689 vsize=11016544 memory=3231984 CPUtime=99.24 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 63414 12858 0 0 9875 42 4 3 20 0 15 0 107269084 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436721030728 140436342062729 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=11016544 memory=7 CPUtime=2.68 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 1894 12858 0 0 232 29 4 3 20 0 15 0 107269085 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=11016544 memory=281252175507744 CPUtime=2.67 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 2918 12858 0 0 230 30 4 3 20 0 15 0 107269085 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=11016544 memory=56 CPUtime=2.67 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1617 12858 0 0 232 28 4 3 20 0 15 0 107269085 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=11016544 memory=4137289839133347939 CPUtime=2.67 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2474 12858 0 0 232 28 4 3 20 0 15 0 107269085 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=11016544 memory=3231984 CPUtime=0.33 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 7913 12858 0 0 25 1 4 3 20 0 15 0 107269086 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=11016544 memory=3231984 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 19 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 808011 33554432000 4194304 4196468 140729927818912 140435565569696 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=11016544 memory=3231984 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 15 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 808011 33554432000 4194304 4196468 140729927818912 140435364242976 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=11016544 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11280941056 808011 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=11016544 memory=140626088648300 CPUtime=9.26 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 17575 12858 0 0 915 4 4 3 20 0 15 0 107269089 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=11016544 memory=3222712 CPUtime=9.27 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 22290 12858 0 0 916 4 4 3 20 0 15 0 107269090 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=11016544 memory=15887 CPUtime=3.1 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 13522 12858 0 0 300 3 4 3 20 0 15 0 107269090 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=11016544 memory=-2893623298589923098 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11280941056 808011 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=11016544 memory=281252175282416 CPUtime=0.13 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 92 12858 0 0 3 3 4 3 20 0 15 0 107269090 11280941056 808011 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 131.5 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3232044 KiB

[startup+162.301 s]
/proc/loadavg: 1.57 1.76 1.69 3/215 20015
/proc/meminfo: memFree=19837244/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=11016544 memory=3242344 CPUtime=192.34 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 149207 12858 0 0 19045 182 4 3 20 0 15 0 107269075 11280941056 810586 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2754136 810586 3534 1 0 2715789 0
[pid=19692/tid=19745] ppid=19689 vsize=11016544 memory=3242344 CPUtime=158.95 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 67810 12858 0 0 15846 42 4 3 20 0 15 0 107269084 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436721032288 140436328042911 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=11016544 memory=3242344 CPUtime=2.93 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 2048 12858 0 0 256 30 4 3 20 0 15 0 107269085 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=11016544 memory=0 CPUtime=2.93 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 3709 12858 0 0 255 31 4 3 20 0 15 0 107269085 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=11016544 memory=3242344 CPUtime=2.93 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 1914 12858 0 0 257 29 4 3 20 0 15 0 107269085 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=11016544 memory=3242344 CPUtime=2.92 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2671 12858 0 0 256 29 4 3 20 0 15 0 107269085 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=11016544 memory=3242344 CPUtime=0.36 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 8208 12858 0 0 27 2 4 3 20 0 15 0 107269086 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=11016544 memory=9992 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 19 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 810586 33554432000 4194304 4196468 140729927818912 140435565569696 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=11016544 memory=3242344 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 15 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 810586 33554432000 4194304 4196468 140729927818912 140435364242976 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=11016544 memory=3242344 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11280941056 810586 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=11016544 memory=3242344 CPUtime=9.28 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 18312 12858 0 0 917 4 4 3 20 0 15 0 107269089 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=11016544 memory=3242344 CPUtime=9.28 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 22620 12858 0 0 917 4 4 3 20 0 15 0 107269090 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=11016544 memory=1704 CPUtime=3.13 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 19564 12858 0 0 303 3 4 3 20 0 15 0 107269090 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=11016544 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11280941056 810586 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=11016544 memory=3242344 CPUtime=0.15 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 119 12858 0 0 4 4 4 3 20 0 15 0 107269090 11280941056 810586 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 192.34 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3242344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+220.801 s]
/proc/loadavg: 1.36 1.66 1.66 3/215 20016
/proc/meminfo: memFree=19547868/32770624 swapFree=67108860/67108860
[pid=19692] ppid=19689 vsize=11016544 memory=3264876 CPUtime=252.05 cores=1,3,5,7
/proc/19692/stat : 19692 (java) S 19689 19692 6396 0 -1 1077944320 163746 12858 0 0 25010 188 4 3 20 0 15 0 107269075 11280941056 816219 33554432000 4194304 4196468 140729927818912 140729927801456 140436749201143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
/proc/19692/statm: 2754136 816219 3534 1 0 2715789 0
[pid=19692/tid=19745] ppid=19689 vsize=11016544 memory=1428 CPUtime=217.04 cores=1,3,5,7
/proc/19692/task/19745/stat : 19745 (java) R 19689 19692 6396 0 -1 4202560 72156 12858 0 0 21654 43 4 3 20 0 15 0 107269084 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436721032800 140436328042881 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19746] ppid=19689 vsize=11016544 memory=15876 CPUtime=3.32 cores=1,3,5,7
/proc/19692/task/19746/stat : 19746 (java) S 19689 19692 6396 0 -1 1077944384 2210 12858 0 0 294 31 4 3 20 0 15 0 107269085 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436753443472 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19747] ppid=19689 vsize=11016544 memory=6791534058613427641 CPUtime=3.31 cores=1,3,5,7
/proc/19692/task/19747/stat : 19747 (java) S 19689 19692 6396 0 -1 1077944384 5113 12858 0 0 292 32 4 3 20 0 15 0 107269085 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436640848400 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19748] ppid=19689 vsize=11016544 memory=1728 CPUtime=3.31 cores=1,3,5,7
/proc/19692/task/19748/stat : 19748 (java) S 19689 19692 6396 0 -1 1077944384 2854 12858 0 0 294 30 4 3 20 0 15 0 107269085 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436287859088 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19749] ppid=19689 vsize=11016544 memory=1704 CPUtime=3.3 cores=1,3,5,7
/proc/19692/task/19749/stat : 19749 (java) S 19689 19692 6396 0 -1 1077944384 2860 12858 0 0 293 30 4 3 20 0 15 0 107269085 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436286806288 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19750] ppid=19689 vsize=11016544 memory=796 CPUtime=0.37 cores=1,3,5,7
/proc/19692/task/19750/stat : 19750 (java) S 19689 19692 6396 0 -1 1077944384 8575 12858 0 0 28 2 4 3 20 0 15 0 107269086 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436242230128 140436749212290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19751] ppid=19689 vsize=11016544 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19751/stat : 19751 (java) S 19689 19692 6396 0 -1 1077944384 19 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 816219 33554432000 4194304 4196468 140729927818912 140435565569696 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19752] ppid=19689 vsize=11016544 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19752/stat : 19752 (java) S 19689 19692 6396 0 -1 1077944384 15 12858 0 0 0 0 4 3 20 0 15 0 107269087 11280941056 816219 33554432000 4194304 4196468 140729927818912 140435364242976 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19753] ppid=19689 vsize=11016544 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19753/stat : 19753 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269089 11280941056 816219 33554432000 4194304 4196468 140729927818912 140435056843088 140436749219739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19754] ppid=19689 vsize=11016544 memory=3264876 CPUtime=9.3 cores=1,3,5,7
/proc/19692/task/19754/stat : 19754 (java) S 19689 19692 6396 0 -1 1077944384 21086 12858 0 0 919 4 4 3 20 0 15 0 107269089 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436241176944 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19755] ppid=19689 vsize=11016544 memory=3264876 CPUtime=9.3 cores=1,3,5,7
/proc/19692/task/19755/stat : 19755 (java) S 19689 19692 6396 0 -1 1077944384 23866 12858 0 0 919 4 4 3 20 0 15 0 107269090 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436240124144 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19756] ppid=19689 vsize=11016544 memory=1200 CPUtime=3.15 cores=1,3,5,7
/proc/19692/task/19756/stat : 19756 (java) S 19689 19692 6396 0 -1 1077944384 22643 12858 0 0 305 3 4 3 20 0 15 0 107269090 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436239071344 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19757] ppid=19689 vsize=11016544 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19692/task/19757/stat : 19757 (java) S 19689 19692 6396 0 -1 1077944384 3 12858 0 0 0 0 4 3 20 0 15 0 107269090 11280941056 816219 33554432000 4194304 4196468 140729927818912 140434626046176 140436749211349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
[pid=19692/tid=19758] ppid=19689 vsize=11016544 memory=1228 CPUtime=0.18 cores=1,3,5,7
/proc/19692/task/19758/stat : 19758 (java) S 19689 19692 6396 0 -1 1077944384 151 12858 0 0 5 6 4 3 20 0 15 0 107269090 11280941056 816219 33554432000 4194304 4196468 140729927818912 140436238019760 140436749212290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 37986304 140729927826033 140729927828833 140729927828833 140729927831503 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3264876 KiB

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

[startup+220.847 s]
# the end of solver process 19692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.189 s, system=1.94851 s

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

Child status: 143
Real time (s): 220.847
CPU time (s): 252.138
CPU user time (s): 250.189
CPU system time (s): 1.94851
CPU usage (%): 114.169
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3264876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.189
system time used= 1.94851
maximum resident set size= 3269096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17324
involuntary context switches= 415


# summary of solver processes directly reported to runsolver:
#   pid: 19692
#   total CPU time (s): 252.138
#   total CPU user time (s): 250.189
#   total CPU system time (s): 1.94851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46611 second user time and 1.99991 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:44:19
IDJOB=4302471
IDBENCH=141361
IDSOLVER=2776
FILE ID=node139/4302471-1532897059
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

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

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=1717382945

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:        22815800 kB
MemAvailable:   30880544 kB
Buffers:          254600 kB
Cached:          7923612 kB
SwapCached:            0 kB
Active:          4140348 kB
Inactive:        5139436 kB
Active(anon):    1055948 kB
Inactive(anon):    73544 kB
Active(file):    3084400 kB
Inactive(file):  5065892 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26684 kB
Writeback:            40 kB
AnonPages:       1084152 kB
Mapped:            58144 kB
Shmem:             25228 kB
Slab:             372084 kB
SReclaimable:     342912 kB
SUnreclaim:        29172 kB
KernelStack:        3680 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2258252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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 22:48:00