Trace number 4304528

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-SuperNG? (TO) 2520.11 2447.85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304528-1534099947/watcher-4304528-1534099947 -o /tmp/evaluation-result-4304528-1534099947/solver-4304528-1534099947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2012837106 -superng HOME/instance-4304528-1534099947.xml 

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

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


[startup+0.100166 s]*
/proc/loadavg: 1.31 1.41 1.55 3/210 21637
/proc/meminfo: memFree=7541724/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=10005480 memory=18856 CPUtime=0.09 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 4359 13003 0 0 1 0 5 3 20 0 6 0 227557871 10245611520 4714 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2501370 4714 1934 1 0 2489808 0
[pid=21580/tid=21633] ppid=21577 vsize=10005480 memory=4279135704013833615 CPUtime=0.09 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 2163 13003 0 0 1 0 5 3 20 0 6 0 227557880 10245611520 4714 33554432000 4194304 4196468 140726998294992 140647929786960 140647943632725 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 227557881 10245611520 4714 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=10005480 memory=140043982415488 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 227557881 10245611520 4714 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 227557881 10245611520 4714 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 6 0 227557881 10245611520 4714 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210165 s]*
/proc/loadavg: 1.31 1.41 1.55 3/219 21646
/proc/meminfo: memFree=7522132/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=10985364 memory=44428 CPUtime=0.26 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 8329 13003 0 0 17 1 5 3 20 0 15 0 227557871 11249012736 11041 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2746341 11107 2947 1 0 2708764 0
[pid=21580/tid=21633] ppid=21577 vsize=10985364 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 5000 13003 0 0 11 1 5 3 20 0 15 0 227557880 11249012736 11239 33554432000 4194304 4196468 140726998294992 140647929775008 140647950629917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=10985364 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11249012736 11239 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=10985364 memory=140043982415488 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11249012736 11239 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11249012736 11239 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557881 11249012736 11305 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=10985364 memory=140043982415488 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557882 11249012736 11305 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 227557883 11249012736 11305 33554432000 4194304 4196468 140726998294992 140646757164576 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 21 13003 0 0 0 0 5 3 20 0 15 0 227557883 11249012736 11305 33554432000 4194304 4196468 140726998294992 140646690051440 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11249012736 11305 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 482 13003 0 0 1 0 5 3 20 0 15 0 227557885 11249012736 11332 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 128 13003 0 0 0 0 5 3 20 0 15 0 227557885 11249012736 10953 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=10985364 memory=140043982415488 CPUtime=0.11 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 623 13003 0 0 3 0 5 3 20 0 15 0 227557885 11249012736 10953 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11247345664 10953 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=10983736 memory=140043982415488 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557886 11247345664 10713 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 44428 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.31 1.41 1.55 3/219 21646
/proc/meminfo: memFree=7509728/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=10983192 memory=53284 CPUtime=0.39 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 10457 13003 0 0 29 2 5 3 20 0 15 0 227557871 11246788608 13321 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2745798 13321 3066 1 0 2708109 0
[pid=21580/tid=21633] ppid=21577 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 6968 13003 0 0 20 1 5 3 20 0 15 0 227557880 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647929762208 140647943649588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=10983192 memory=7308898423671385190 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=10983192 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=10983192 memory=7649539402413588162 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557882 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 227557883 11246788608 13321 33554432000 4194304 4196468 140726998294992 140646757164576 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 21 13003 0 0 0 0 5 3 20 0 15 0 227557883 11246788608 13321 33554432000 4194304 4196468 140726998294992 140646690051440 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11246788608 13321 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 483 13003 0 0 2 0 5 3 20 0 15 0 227557885 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 128 13003 0 0 1 0 5 3 20 0 15 0 227557885 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) R 21577 21580 20994 0 -1 4202560 641 13003 0 0 5 0 5 3 20 0 15 0 227557885 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647447906416 140647937921384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11246788608 13321 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557886 11246788608 13321 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53284 KiB

[startup+0.70079 s]
/proc/loadavg: 1.31 1.41 1.55 3/219 21646
/proc/meminfo: memFree=7499804/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=10983192 memory=86492 CPUtime=0.99 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 16763 13003 0 0 88 3 5 3 20 0 15 0 227557871 11246788608 21623 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2745798 21623 3242 1 0 2708109 0
[pid=21580/tid=21633] ppid=21577 vsize=10983192 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 12141 13003 0 0 56 2 5 3 20 0 15 0 227557880 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647929773200 140647942030686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=10983192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557881 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=10983192 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 227557882 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=10983192 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 227557883 11246788608 21623 33554432000 4194304 4196468 140726998294992 140646757164576 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 21 13003 0 0 0 0 5 3 20 0 15 0 227557883 11246788608 21623 33554432000 4194304 4196468 140726998294992 140646690051440 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=10983192 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11246788608 21623 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 1097 13003 0 0 10 0 5 3 20 0 15 0 227557885 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 544 13003 0 0 7 0 5 3 20 0 15 0 227557885 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=10983192 memory=11076 CPUtime=0.21 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 738 13003 0 0 13 0 5 3 20 0 15 0 227557885 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=10983192 memory=140043851169136 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11246788608 21623 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557886 11246788608 21623 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86492 KiB

[startup+1.50079 s]
/proc/loadavg: 1.31 1.41 1.55 3/219 21646
/proc/meminfo: memFree=7454884/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=10996044 memory=175500 CPUtime=3.04 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 26526 13003 0 0 289 7 5 3 20 0 15 0 227557871 11259949056 43875 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2749011 43875 3443 1 0 2710669 0
[pid=21580/tid=21633] ppid=21577 vsize=10996044 memory=9 CPUtime=1.45 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 16670 13003 0 0 133 4 5 3 20 0 15 0 227557880 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647929738624 140647942030686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=10996044 memory=20 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557881 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=10996044 memory=100252 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 227557881 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 227557882 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=10996044 memory=7235694026068877400 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 227557883 11259949056 43875 33554432000 4194304 4196468 140726998294992 140646757164576 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=10996044 memory=8099817819529041000 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 21 13003 0 0 0 0 5 3 20 0 15 0 227557883 11259949056 43875 33554432000 4194304 4196468 140726998294992 140646690051440 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=10996044 memory=7158585305898640746 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11259949056 43875 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=10996044 memory=7454130749351154278 CPUtime=0.64 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 3570 13003 0 0 56 0 5 3 20 0 15 0 227557885 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=10996044 memory=7594873654449498992 CPUtime=0.61 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 2178 13003 0 0 53 0 5 3 20 0 15 0 227557885 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=10996044 memory=7235694026068877400 CPUtime=0.53 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 1856 13003 0 0 45 0 5 3 20 0 15 0 227557885 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=10996044 memory=7235694026068877400 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11259949056 43875 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=10996044 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 227557886 11259949056 43875 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10996044 KiB

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

/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 241364 13003 0 0 230667 68 5 3 20 0 15 0 227557880 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647929783536 140647535518878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=11016544 memory=756 CPUtime=13.7 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 38008 13003 0 0 1301 61 5 3 20 0 15 0 227557881 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=11016544 memory=3748216 CPUtime=13.68 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 33886 13003 0 0 1298 62 5 3 20 0 15 0 227557881 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=11016544 memory=3748216 CPUtime=13.66 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 27791 13003 0 0 1298 60 5 3 20 0 15 0 227557881 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=11016544 memory=3748216 CPUtime=13.61 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 32175 13003 0 0 1292 61 5 3 20 0 15 0 227557881 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=11016544 memory=3748216 CPUtime=1.01 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 30732 13003 0 0 84 9 5 3 20 0 15 0 227557882 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=11016544 memory=3748216 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 19 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 937054 33554432000 4194304 4196468 140726998294992 140646757164704 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=11016544 memory=3748216 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 71 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 937054 33554432000 4194304 4196468 140726998294992 140646690051616 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=11016544 memory=280087703376096 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11280941056 937054 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=11016544 memory=33 CPUtime=13.25 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 96956 13003 0 0 1308 9 5 3 20 0 15 0 227557885 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=11016544 memory=7666087986988084330 CPUtime=12.42 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 84210 13003 0 0 1225 9 5 3 20 0 15 0 227557885 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=11016544 memory=3748216 CPUtime=3.5 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 57555 13003 0 0 335 7 5 3 20 0 15 0 227557885 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=11016544 memory=3748216 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11280941056 937054 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=11016544 memory=7380 CPUtime=1.44 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1885 13003 0 0 69 67 5 3 20 0 15 0 227557886 11280941056 937054 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 2393.1 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3748216 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.57 1.54 3/220 21874
/proc/meminfo: memFree=3490228/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=11016544 memory=3745676 CPUtime=2453.91 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 657356 13003 0 0 244984 399 5 3 20 0 15 0 227557871 11280941056 936419 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2754136 936419 3534 1 0 2715789 0
[pid=21580/tid=21633] ppid=21577 vsize=11016544 memory=1172 CPUtime=2367.14 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 245890 13003 0 0 236638 68 5 3 20 0 15 0 227557880 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647929783424 140647525647344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=11016544 memory=3745676 CPUtime=13.96 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 38287 13003 0 0 1327 61 5 3 20 0 15 0 227557881 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=11016544 memory=3745676 CPUtime=13.94 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 34138 13003 0 0 1324 62 5 3 20 0 15 0 227557881 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=11016544 memory=3745676 CPUtime=13.92 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 29479 13003 0 0 1324 60 5 3 20 0 15 0 227557881 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=11016544 memory=3745676 CPUtime=13.88 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 33059 13003 0 0 1318 62 5 3 20 0 15 0 227557881 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=11016544 memory=280087703376096 CPUtime=1.02 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 31055 13003 0 0 85 9 5 3 20 0 15 0 227557882 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=11016544 memory=2660 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 19 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936419 33554432000 4194304 4196468 140726998294992 140646757164704 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=11016544 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 71 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936419 33554432000 4194304 4196468 140726998294992 140646690051616 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=11016544 memory=3745676 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11280941056 936419 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=11016544 memory=6880 CPUtime=13.26 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 98524 13003 0 0 1309 9 5 3 20 0 15 0 227557885 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=11016544 memory=11796 CPUtime=12.42 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 84708 13003 0 0 1225 9 5 3 20 0 15 0 227557885 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=11016544 memory=5772 CPUtime=3.5 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 57996 13003 0 0 335 7 5 3 20 0 15 0 227557885 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=11016544 memory=3745676 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11280941056 936419 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=11016544 memory=3745676 CPUtime=1.47 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1931 13003 0 0 70 69 5 3 20 0 15 0 227557886 11280941056 936419 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 2453.91 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3745676 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.57 1.54 3/220 21875
/proc/meminfo: memFree=3495420/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=11016544 memory=3744652 CPUtime=2514.48 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 673106 13003 0 0 251038 402 5 3 20 0 15 0 227557871 11280941056 936163 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2754136 936163 3534 1 0 2715789 0
[pid=21580/tid=21633] ppid=21577 vsize=11016544 memory=3744652 CPUtime=2426.97 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 250641 13003 0 0 242621 68 5 3 20 0 15 0 227557880 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647929782904 140647532234176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=11016544 memory=3744652 CPUtime=14.11 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 39915 13003 0 0 1342 61 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=11016544 memory=3744652 CPUtime=14.1 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 35022 13003 0 0 1339 63 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=11016544 memory=3744652 CPUtime=14.07 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 29731 13003 0 0 1339 60 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=11016544 memory=3744652 CPUtime=14.03 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 33325 13003 0 0 1333 62 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=11016544 memory=3744652 CPUtime=1.04 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 31345 13003 0 0 87 9 5 3 20 0 15 0 227557882 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=11016544 memory=3744652 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 19 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646757164704 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=11016544 memory=3744652 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 71 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646690051616 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=11016544 memory=3744652 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=11016544 memory=3768 CPUtime=13.28 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 101150 13003 0 0 1311 9 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=11016544 memory=15448 CPUtime=12.46 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 87967 13003 0 0 1229 9 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=11016544 memory=4044 CPUtime=3.5 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 59755 13003 0 0 335 7 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=11016544 memory=3744652 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11280941056 936163 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=11016544 memory=3744652 CPUtime=1.51 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1966 13003 0 0 72 71 5 3 20 0 15 0 227557886 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 2514.48 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3744652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2447.8 s]
/proc/loadavg: 1.61 1.58 1.54 3/220 21875
/proc/meminfo: memFree=3495420/32770624 swapFree=67108856/67108860
[pid=21580] ppid=21577 vsize=11016544 memory=3744652 CPUtime=2520.05 cores=0,2,4,6
/proc/21580/stat : 21580 (java) S 21577 21580 20994 0 -1 1077944320 673259 13003 0 0 251595 402 5 3 20 0 15 0 227557871 11280941056 936163 33554432000 4194304 4196468 140726998294992 140726998277536 140647957950199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
/proc/21580/statm: 2754136 936163 3534 1 0 2715789 0
[pid=21580/tid=21633] ppid=21577 vsize=11016544 memory=2600 CPUtime=2432.45 cores=0,2,4,6
/proc/21580/task/21633/stat : 21633 (java) R 21577 21580 20994 0 -1 4202560 250772 13003 0 0 243169 68 5 3 20 0 15 0 227557880 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647929783520 140647533715396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21634] ppid=21577 vsize=11016544 memory=1408 CPUtime=14.13 cores=0,2,4,6
/proc/21580/task/21634/stat : 21634 (java) S 21577 21580 20994 0 -1 1077944384 39921 13003 0 0 1344 61 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647962192528 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21635] ppid=21577 vsize=11016544 memory=6791534058613427641 CPUtime=14.13 cores=0,2,4,6
/proc/21580/task/21635/stat : 21635 (java) S 21577 21580 20994 0 -1 1077944384 35026 13003 0 0 1342 63 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647832840720 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21636] ppid=21577 vsize=11016544 memory=3744652 CPUtime=14.1 cores=0,2,4,6
/proc/21580/task/21636/stat : 21636 (java) S 21577 21580 20994 0 -1 1077944384 29731 13003 0 0 1342 60 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647496210832 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21637] ppid=21577 vsize=11016544 memory=4104 CPUtime=14.05 cores=0,2,4,6
/proc/21580/task/21637/stat : 21637 (java) S 21577 21580 20994 0 -1 1077944384 33330 13003 0 0 1335 62 5 3 20 0 15 0 227557881 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647495158032 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21638] ppid=21577 vsize=11016544 memory=1408 CPUtime=1.04 cores=0,2,4,6
/proc/21580/task/21638/stat : 21638 (java) S 21577 21580 20994 0 -1 1077944384 31348 13003 0 0 87 9 5 3 20 0 15 0 227557882 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647451065200 140647957961346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21639] ppid=21577 vsize=11016544 memory=3272 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21639/stat : 21639 (java) S 21577 21580 20994 0 -1 1077944384 19 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646757164704 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21640] ppid=21577 vsize=11016544 memory=1305020 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21640/stat : 21640 (java) S 21577 21580 20994 0 -1 1077944384 71 13003 0 0 0 0 5 3 20 0 15 0 227557883 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646690051616 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21641] ppid=21577 vsize=11016544 memory=1696 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21641/stat : 21641 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140646382655824 140647957968795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21642] ppid=21577 vsize=11016544 memory=920 CPUtime=13.28 cores=0,2,4,6
/proc/21580/task/21642/stat : 21642 (java) S 21577 21580 20994 0 -1 1077944384 101150 13003 0 0 1311 9 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647450012016 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21643] ppid=21577 vsize=11016544 memory=3744652 CPUtime=12.46 cores=0,2,4,6
/proc/21580/task/21643/stat : 21643 (java) S 21577 21580 20994 0 -1 1077944384 87967 13003 0 0 1229 9 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647448959216 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21644] ppid=21577 vsize=11016544 memory=1720 CPUtime=3.5 cores=0,2,4,6
/proc/21580/task/21644/stat : 21644 (java) S 21577 21580 20994 0 -1 1077944384 59755 13003 0 0 335 7 5 3 20 0 15 0 227557885 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647447906416 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21645] ppid=21577 vsize=11016544 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/21580/task/21645/stat : 21645 (java) S 21577 21580 20994 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 227557886 11280941056 936163 33554432000 4194304 4196468 140726998294992 140645951858912 140647957960405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
[pid=21580/tid=21646] ppid=21577 vsize=11016544 memory=928 CPUtime=1.51 cores=0,2,4,6
/proc/21580/task/21646/stat : 21646 (java) S 21577 21580 20994 0 -1 1077944384 1970 13003 0 0 72 71 5 3 20 0 15 0 227557886 11280941056 936163 33554432000 4194304 4196468 140726998294992 140647446854832 140647957961346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34709504 140726998297187 140726998299996 140726998299996 140726998302671 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3744652 KiB

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

[startup+2447.85 s]
# the end of solver process 21580 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.09203 s

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

Child status: 143
Real time (s): 2447.85
CPU time (s): 2520.11
CPU user time (s): 2516.02
CPU system time (s): 4.09203
CPU usage (%): 102.952
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3750020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.09203
maximum resident set size= 3750020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 688356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74787
involuntary context switches= 3703


# summary of solver processes directly reported to runsolver:
#   pid: 21580
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.09203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.894 second user time and 23.0833 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 20:52:27
IDJOB=4304528
IDBENCH=141361
IDSOLVER=2781
FILE ID=node133/4304528-1534099947
RUNJOBID= node133-1534097471-21025
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304528-1534099947/watcher-4304528-1534099947 -o /tmp/evaluation-result-4304528-1534099947/solver-4304528-1534099947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2012837106 -superng HOME/instance-4304528-1534099947.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=2012837106

node133.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.24
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.24
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.24
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.24
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:         7549564 kB
MemAvailable:   30923132 kB
Buffers:          226684 kB
Cached:         23092296 kB
SwapCached:            0 kB
Active:         10937064 kB
Inactive:       13416696 kB
Active(anon):     985660 kB
Inactive(anon):   101696 kB
Active(file):    9951404 kB
Inactive(file): 13315000 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             26572 kB
Writeback:           252 kB
AnonPages:       1178772 kB
Mapped:            69428 kB
Shmem:             49820 kB
Slab:             564052 kB
SReclaimable:     535624 kB
SUnreclaim:        28428 kB
KernelStack:        3664 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2195372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-12 21:33:15