Trace number 4304754

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.07 2438.95

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-0_c18.xml
MD5SUM9997262cb3c77f8c1331a624da4d00a2
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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
2520.00/2438.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2438.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2438.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2438.91		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
2520.00/2438.91		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.00/2438.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2438.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2438.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2438.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.00/2438.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2438.91		at scala.Option.map(Option.scala:146)
2520.00/2438.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2438.91		at concrete.MAC.mac(MAC.scala:203)
2520.00/2438.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2438.91		at scala.util.Try$.apply(Try.scala:209)
2520.00/2438.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2438.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2438.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2438.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2438.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2438.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2438.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2438.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2438.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2438.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2438.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2438.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2438.91		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2438.91		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2438.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2438.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2438.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2438.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2438.91		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2438.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2438.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2438.91		at scala.util.Success.map(Try.scala:209)
2520.00/2438.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2438.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2438.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2438.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2438.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2438.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2438.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2438.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2438.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2438.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2438.91		at scala.App.main(App.scala:76)
2520.00/2438.91		at scala.App.main$(App.scala:74)
2520.00/2438.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2438.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2438.91	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3214 MiB free)
  memory of node 1: 16384 MiB (9953 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304754-1534148981/watcher-4304754-1534148981 -o /tmp/evaluation-result-4304754-1534148981/solver-4304754-1534148981 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1247071581 -superng HOME/instance-4304754-1534148981.xml 

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

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


[startup+0.100121 s]*
/proc/loadavg: 1.89 1.56 1.47 3/206 11412
/proc/meminfo: memFree=13476196/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=10005480 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 4349 13260 0 0 1 0 4 3 20 0 6 0 232461360 10245611520 4714 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2501370 4714 1934 1 0 2489808 0
[pid=11355/tid=11408] ppid=11352 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 2164 13260 0 0 1 0 4 3 20 0 6 0 232461369 10245611520 4714 33554432000 4194304 4196468 140733645134400 140258280407632 140258300587479 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=10005480 memory=5793855399945181625 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 232461370 10245611520 4714 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=10005480 memory=140148935288448 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 232461370 10245611520 4714 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 232461370 10245611520 4714 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 6 0 232461370 10245611520 4714 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209743 s]*
/proc/loadavg: 1.89 1.56 1.47 4/215 11421
/proc/meminfo: memFree=13452796/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=10982696 memory=43780 CPUtime=0.25 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 8354 13260 0 0 17 1 4 3 20 0 15 0 232461360 11246280704 10945 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2745674 10945 2932 1 0 2708109 0
[pid=11355/tid=11408] ppid=11352 vsize=10982696 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 4875 13260 0 0 11 1 4 3 20 0 15 0 232461369 11246280704 10945 33554432000 4194304 4196468 140733645134400 140258280368528 140258290134431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=10982696 memory=4211973875140078986 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246280704 10945 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=10982696 memory=140148935288448 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246280704 10945 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=10982696 memory=140148935288448 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 232461371 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 13 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257123099552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246280704 10945 33554432000 4194304 4196468 140733645134400 140256921773040 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11246280704 10945 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 366 13260 0 0 1 0 4 3 20 0 15 0 232461374 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 248 13260 0 0 0 0 4 3 20 0 15 0 232461374 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=10982696 memory=140148935288448 CPUtime=0.1 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 641 13260 0 0 3 0 4 3 20 0 15 0 232461374 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246280704 10945 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=10982696 memory=140148935288448 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246280704 10945 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43780 KiB

[startup+0.310242 s]*
/proc/loadavg: 1.89 1.56 1.47 3/215 11421
/proc/meminfo: memFree=13442376/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=10983192 memory=55112 CPUtime=0.38 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 10406 13260 0 0 29 2 4 3 20 0 15 0 232461360 11246788608 13778 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2745798 13778 3064 1 0 2708109 0
[pid=11355/tid=11408] ppid=11352 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 6913 13260 0 0 20 1 4 3 20 0 15 0 232461369 11246788608 13778 33554432000 4194304 4196468 140733645134400 140258280382880 140258290134440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 13778 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 13778 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=10983192 memory=140148935288447 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 232461371 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 13 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257123099552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=10983192 memory=140148935288448 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246788608 13778 33554432000 4194304 4196468 140733645134400 140256921773040 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11246788608 13778 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 367 13260 0 0 1 0 4 3 20 0 15 0 232461374 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 248 13260 0 0 1 0 4 3 20 0 15 0 232461374 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) R 11352 11355 8231 0 -1 4202560 656 13260 0 0 5 0 4 3 20 0 15 0 232461374 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257798437616 140258287184249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246788608 13778 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246788608 13778 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55112 KiB

[startup+0.700812 s]
/proc/loadavg: 1.89 1.56 1.47 3/215 11421
/proc/meminfo: memFree=13431956/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=10983192 memory=88892 CPUtime=0.98 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 16847 13260 0 0 87 4 4 3 20 0 15 0 232461360 11246788608 22223 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2745798 22223 3237 1 0 2708109 0
[pid=11355/tid=11408] ppid=11352 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 12353 13260 0 0 56 3 4 3 20 0 15 0 232461369 11246788608 22223 33554432000 4194304 4196468 140733645134400 140258280391696 140258290134446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 22223 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 22223 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=10983192 memory=3892 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 232461370 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 232461371 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 13 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257123099552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461372 11246788608 22223 33554432000 4194304 4196468 140733645134400 140256921773040 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11246788608 22223 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=10983192 memory=30305 CPUtime=0.14 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 633 13260 0 0 7 0 4 3 20 0 15 0 232461374 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 896 13260 0 0 9 0 4 3 20 0 15 0 232461374 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 737 13260 0 0 13 0 4 3 20 0 15 0 232461374 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246788608 22223 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=10983192 memory=-4546129931942301728 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461375 11246788608 22223 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88892 KiB

[startup+1.50119 s]
/proc/loadavg: 1.89 1.56 1.47 4/215 11421
/proc/meminfo: memFree=13384508/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=10991948 memory=240780 CPUtime=3.13 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 23467 13260 0 0 298 8 4 3 20 0 15 0 232461360 11255754752 60195 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2747987 60195 3472 1 0 2709645 0
[pid=11355/tid=11408] ppid=11352 vsize=10991948 memory=3892 CPUtime=1.42 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 15334 13260 0 0 130 5 4 3 20 0 15 0 232461369 11255754752 60195 33554432000 4194304 4196468 140733645134400 140258280403544 140257882879060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 14 13260 0 0 1 0 4 3 20 0 15 0 232461370 11255754752 60195 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=10991948 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 55 13260 0 0 0 0 4 3 20 0 15 0 232461370 11255754752 60195 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 34 13260 0 0 1 0 4 3 20 0 15 0 232461370 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=10991948 memory=3892 CPUtime=0.08 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 214 13260 0 0 1 0 4 3 20 0 15 0 232461370 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=10991948 memory=63128 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 95 13260 0 0 0 0 4 3 20 0 15 0 232461371 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=10991948 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 13 13260 0 0 0 0 4 3 20 0 15 0 232461372 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257123099552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461372 11255754752 60195 33554432000 4194304 4196468 140733645134400 140256921773040 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=10991948 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11255754752 60195 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=10991948 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) R 11352 11355 8231 0 -1 4202560 2030 13260 0 0 55 0 4 3 20 0 15 0 232461374 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257800531632 140258287789600 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=10991948 memory=6943526294502006880 CPUtime=0.68 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) R 11352 11355 8231 0 -1 4202560 1731 13260 0 0 61 0 4 3 20 0 15 0 232461374 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257799477008 140733646178694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=10991948 memory=56 CPUtime=0.51 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 1743 13260 0 0 44 0 4 3 20 0 15 0 232461374 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=10991948 memory=10803 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11255754752 60195 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=10991948 memory=21849 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 232461375 11255754752 60195 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10991948 KiB

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

/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 276389 13260 0 0 224759 81 4 3 20 0 15 0 232461369 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258280406176 140257888535473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=11016544 memory=6791534058613427641 CPUtime=13.1 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 34773 13260 0 0 1241 62 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=11016544 memory=7136 CPUtime=13.13 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 34351 13260 0 0 1243 63 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=11016544 memory=748 CPUtime=13.1 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 26173 13260 0 0 1240 63 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=11016544 memory=872 CPUtime=13.13 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 31196 13260 0 0 1242 64 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=11016544 memory=4095640 CPUtime=0.59 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 33703 13260 0 0 42 10 4 3 20 0 15 0 232461371 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=11016544 memory=748 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 21 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257123099616 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=11016544 memory=872 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256921773056 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=11016544 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=11016544 memory=1108 CPUtime=17.48 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 69184 13260 0 0 1731 10 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=11016544 memory=15336 CPUtime=17.93 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 74835 13260 0 0 1774 12 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=11016544 memory=15840 CPUtime=5.11 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 67099 13260 0 0 493 11 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=11016544 memory=35604 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=11016544 memory=3304 CPUtime=1.35 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1551 13260 0 0 59 69 4 3 20 0 15 0 232461375 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 2342.87 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4095640 KiB

[startup+2322.3 s]
/proc/loadavg: 1.86 1.97 1.96 3/215 11648
/proc/meminfo: memFree=4424528/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=11016544 memory=4095636 CPUtime=2403.05 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 661515 13260 0 0 239861 437 4 3 20 0 15 0 232461360 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2754136 1023909 3538 1 0 2715789 0
[pid=11355/tid=11408] ppid=11352 vsize=11016544 memory=1620 CPUtime=2308.42 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 282578 13260 0 0 230752 83 4 3 20 0 15 0 232461369 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258280405488 140257890560674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=11016544 memory=4744 CPUtime=13.15 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 35269 13260 0 0 1246 62 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=11016544 memory=3888 CPUtime=13.18 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 34737 13260 0 0 1248 63 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=11016544 memory=8564 CPUtime=13.15 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 27334 13260 0 0 1245 63 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=11016544 memory=1800 CPUtime=13.18 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 32623 13260 0 0 1247 64 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=11016544 memory=1264 CPUtime=0.6 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 34036 13260 0 0 43 10 4 3 20 0 15 0 232461371 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=11016544 memory=7136 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 21 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257123099616 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=11016544 memory=748 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256921773056 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=11016544 memory=872 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=11016544 memory=1220 CPUtime=17.48 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 69188 13260 0 0 1731 10 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=11016544 memory=1108 CPUtime=17.93 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 74838 13260 0 0 1774 12 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=11016544 memory=1408 CPUtime=5.11 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 67107 13260 0 0 493 11 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=11016544 memory=3172 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=11016544 memory=7365156 CPUtime=1.38 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1576 13260 0 0 60 71 4 3 20 0 15 0 232461375 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 2403.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4095636 KiB

[startup+2382.3 s]
/proc/loadavg: 1.98 1.99 1.96 3/215 11649
/proc/meminfo: memFree=4298356/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=11016544 memory=4095636 CPUtime=2463.22 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 671737 13260 0 0 245874 441 4 3 20 0 15 0 232461360 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2754136 1023909 3538 1 0 2715789 0
[pid=11355/tid=11408] ppid=11352 vsize=11016544 memory=6791534058613427641 CPUtime=2368.36 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 288940 13260 0 0 236745 84 4 3 20 0 15 0 232461369 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258280406032 140257887896238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=11016544 memory=496 CPUtime=13.19 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 35812 13260 0 0 1250 62 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=11016544 memory=1616 CPUtime=13.22 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 35089 13260 0 0 1252 63 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=11016544 memory=1168 CPUtime=13.2 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 29435 13260 0 0 1249 64 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=11016544 memory=1108 CPUtime=13.23 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 33114 13260 0 0 1252 64 4 3 20 0 15 0 232461370 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=11016544 memory=15336 CPUtime=0.6 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 34371 13260 0 0 43 10 4 3 20 0 15 0 232461371 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=11016544 memory=15840 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 21 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257123099616 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=11016544 memory=35604 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256921773056 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=11016544 memory=2192 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=11016544 memory=3984 CPUtime=17.48 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 69192 13260 0 0 1731 10 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=11016544 memory=1920 CPUtime=17.93 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 74841 13260 0 0 1774 12 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=11016544 memory=7892 CPUtime=5.11 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 67114 13260 0 0 493 11 4 3 20 0 15 0 232461374 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=11016544 memory=280297620360800 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=11016544 memory=4629546024076873078 CPUtime=1.42 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1600 13260 0 0 62 73 4 3 20 0 15 0 232461375 11280941056 1023909 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 2463.22 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4095636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2438.9 s]
/proc/loadavg: 1.82 1.94 1.95 3/216 11658
/proc/meminfo: memFree=4134972/32770624 swapFree=67108792/67108860
[pid=11355] ppid=11352 vsize=11016544 memory=4095640 CPUtime=2520 cores=1,3,5,7
/proc/11355/stat : 11355 (java) S 11352 11355 8231 0 -1 1077944320 680053 13260 0 0 251549 444 4 3 20 0 15 0 232461360 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140733645116944 140258308570871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
/proc/11355/statm: 2754136 1023910 3538 1 0 2715789 0
[pid=11355/tid=11408] ppid=11352 vsize=11016544 memory=3892 CPUtime=2424.91 cores=1,3,5,7
/proc/11355/task/11408/stat : 11408 (java) R 11352 11355 8231 0 -1 4202560 293293 13260 0 0 242399 85 4 3 20 0 15 0 232461369 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258280405072 140257889905259 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11409] ppid=11352 vsize=11016544 memory=63184 CPUtime=13.24 cores=1,3,5,7
/proc/11355/task/11409/stat : 11409 (java) S 11352 11355 8231 0 -1 1077944384 36357 13260 0 0 1255 62 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258312813328 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11410] ppid=11352 vsize=11016544 memory=6791534058613427641 CPUtime=13.27 cores=1,3,5,7
/proc/11355/task/11410/stat : 11410 (java) S 11352 11355 8231 0 -1 1077944384 35577 13260 0 0 1257 63 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140258198010768 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11411] ppid=11352 vsize=11016544 memory=1220 CPUtime=13.25 cores=1,3,5,7
/proc/11355/task/11411/stat : 11411 (java) S 11352 11355 8231 0 -1 1077944384 30589 13260 0 0 1254 64 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257847598096 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11412] ppid=11352 vsize=11016544 memory=1108 CPUtime=13.28 cores=1,3,5,7
/proc/11355/task/11412/stat : 11412 (java) S 11352 11355 8231 0 -1 1077944384 34521 13260 0 0 1257 64 4 3 20 0 15 0 232461370 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257846545552 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11413] ppid=11352 vsize=11016544 memory=15336 CPUtime=0.61 cores=1,3,5,7
/proc/11355/task/11413/stat : 11413 (java) S 11352 11355 8231 0 -1 1077944384 34699 13260 0 0 44 10 4 3 20 0 15 0 232461371 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257801594864 140258308582018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11414] ppid=11352 vsize=11016544 memory=1264 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (java) S 11352 11355 8231 0 -1 1077944384 21 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257123099616 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11415] ppid=11352 vsize=11016544 memory=7136 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11415/stat : 11415 (java) S 11352 11355 8231 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 232461372 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256921773056 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11416] ppid=11352 vsize=11016544 memory=748 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11416/stat : 11416 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256614373584 140258308589467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11417] ppid=11352 vsize=11016544 memory=872 CPUtime=17.48 cores=1,3,5,7
/proc/11355/task/11417/stat : 11417 (java) S 11352 11355 8231 0 -1 1077944384 69196 13260 0 0 1731 10 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257800542704 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11418] ppid=11352 vsize=11016544 memory=1220 CPUtime=17.93 cores=1,3,5,7
/proc/11355/task/11418/stat : 11418 (java) S 11352 11355 8231 0 -1 1077944384 74844 13260 0 0 1774 12 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257799490160 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11419] ppid=11352 vsize=11016544 memory=6791534058613427641 CPUtime=5.11 cores=1,3,5,7
/proc/11355/task/11419/stat : 11419 (java) S 11352 11355 8231 0 -1 1077944384 67122 13260 0 0 493 11 4 3 20 0 15 0 232461374 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257798437616 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11420] ppid=11352 vsize=11016544 memory=1752 CPUtime=0.07 cores=1,3,5,7
/proc/11355/task/11420/stat : 11420 (java) S 11352 11355 8231 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 232461375 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140256183577696 140258308581077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
[pid=11355/tid=11421] ppid=11352 vsize=11016544 memory=1620 CPUtime=1.45 cores=1,3,5,7
/proc/11355/task/11421/stat : 11421 (java) S 11352 11355 8231 0 -1 1077944384 1626 13260 0 0 63 75 4 3 20 0 15 0 232461375 11280941056 1023910 33554432000 4194304 4196468 140733645134400 140257797384496 140258308582018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24231936 140733645138531 140733645141340 140733645141340 140733645144015 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 4095640 KiB

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

[startup+2438.95 s]
# the end of solver process 11355 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.56 s, system=4.51213 s

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

Child status: 143
Real time (s): 2438.95
CPU time (s): 2520.07
CPU user time (s): 2515.56
CPU system time (s): 4.51213
CPU usage (%): 103.326
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 4095640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.56
system time used= 4.51213
maximum resident set size= 4099852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 697736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75322
involuntary context switches= 1532


# summary of solver processes directly reported to runsolver:
#   pid: 11355
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.56
#   total CPU system time (s): 4.51213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2397 second user time and 22.0091 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 10:29:41
IDJOB=4304754
IDBENCH=141635
IDSOLVER=2781
FILE ID=node150/4304754-1534148981
RUNJOBID= node150-1534138268-9450
PBS_JOBID= 21037012
Free space on /tmp= 35008 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304754-1534148981/watcher-4304754-1534148981 -o /tmp/evaluation-result-4304754-1534148981/solver-4304754-1534148981 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1247071581 -superng HOME/instance-4304754-1534148981.xml

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

MD5SUM BENCH= 9997262cb3c77f8c1331a624da4d00a2
RANDOM SEED=1247071581

node150.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.76
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.76
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.76
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.76
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:        13484668 kB
MemAvailable:   29508332 kB
Buffers:          235712 kB
Cached:         15851504 kB
SwapCached:           32 kB
Active:         10403508 kB
Inactive:        8131560 kB
Active(anon):    2398884 kB
Inactive(anon):   101220 kB
Active(file):    8004624 kB
Inactive(file):  8030340 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             27896 kB
Writeback:             0 kB
AnonPages:       2389732 kB
Mapped:            67176 kB
Shmem:             49732 kB
Slab:             445372 kB
SReclaimable:     417160 kB
SUnreclaim:        28212 kB
KernelStack:        3808 kB
PageTables:        10284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3694556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2146304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34980 MiB
End job on node150 at 2018-08-13 11:10:20