Trace number 4302799

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) 252.066 210.446

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-2_c18.xml
MD5SUM0a472228e3943087b3ac347f10dd57c9
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":20,"count":111},{"size":43,"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.99/0.74	c Concrete v3.9.2.1532736233296 running
252.00/210.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/210.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/210.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/210.41		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
252.00/210.41		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
252.00/210.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/210.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/210.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/210.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/210.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/210.41		at scala.Option.map(Option.scala:146)
252.00/210.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/210.41		at concrete.MAC.mac(MAC.scala:203)
252.00/210.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/210.41		at scala.util.Try$.apply(Try.scala:209)
252.00/210.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/210.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/210.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/210.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/210.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/210.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/210.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/210.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/210.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/210.41		at concrete.MAC.oneRun(MAC.scala:253)
252.00/210.41		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/210.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.00/210.41		at concrete.ProblemState.map(ProblemState.scala:221)
252.00/210.41		at concrete.ProblemState.map(ProblemState.scala:204)
252.00/210.41		at concrete.MAC.nextSolution(MAC.scala:334)
252.00/210.41		at concrete.Solver.hasNext(Solver.scala:166)
252.00/210.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/210.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/210.41		at concrete.Solver.foreach(Solver.scala:68)
252.00/210.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/210.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/210.41		at scala.util.Success.map(Try.scala:209)
252.00/210.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/210.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/210.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/210.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/210.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/210.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/210.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/210.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/210.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/210.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/210.41		at scala.App.main(App.scala:76)
252.00/210.41		at scala.App.main$(App.scala:74)
252.00/210.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/210.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/210.41	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 (9534 MiB free)
  memory of node 1: 16384 MiB (13510 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302799-1532898876/watcher-4302799-1532898876 -o /tmp/evaluation-result-4302799-1532898876/solver-4302799-1532898876 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1372500608 -superng HOME/instance-4302799-1532898876.xml 

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

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

solver pid=1678, runsolver pid=1675

[startup+0.100167 s]*
/proc/loadavg: 1.56 1.65 1.51 3/210 1735
/proc/meminfo: memFree=23591820/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 4208 12816 0 0 1 0 5 2 20 0 6 0 107450823 10245611520 4583 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2501370 4583 1931 1 0 2489808 0
[pid=1678/tid=1731] ppid=1675 vsize=10005480 memory=8940607975817108597 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 2050 12816 0 0 0 0 5 2 20 0 6 0 107450832 10245611520 4583 33554432000 4194304 4196468 140736896068560 140045241111120 140045250668093 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=10005480 memory=-7001736328920018669 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 6 0 107450833 10245611520 4583 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=10005480 memory=140610374788736 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 6 0 107450833 10245611520 4583 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 6 0 107450833 10245611520 4583 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 6 0 107450833 10245611520 4583 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210229 s]*
/proc/loadavg: 1.56 1.65 1.51 3/219 1744
/proc/meminfo: memFree=23569080/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=10982744 memory=43288 CPUtime=0.25 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 7537 12816 0 0 17 1 5 2 20 0 15 0 107450823 11246329856 10822 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2745686 10822 2952 1 0 2708109 0
[pid=1678/tid=1731] ppid=1675 vsize=10982744 memory=8940607975817108597 CPUtime=0.19 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 4447 12816 0 0 11 1 5 2 20 0 15 0 107450832 11246329856 11152 33554432000 4194304 4196468 140736896068560 140045241097888 140045253354846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=10982744 memory=-7001736328920018669 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246329856 11152 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=10982744 memory=140610374788736 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246329856 11152 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=10982744 memory=140610374788736 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 13 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044066088224 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246329856 11152 33554432000 4194304 4196468 140736896068560 140043918239344 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 421 12816 0 0 1 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 195 12816 0 0 1 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=10982744 memory=140610374788736 CPUtime=0.1 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 624 12816 0 0 3 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=10982744 memory=140610374788736 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246329856 11152 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43288 KiB

[startup+0.310433 s]*
/proc/loadavg: 1.56 1.65 1.51 3/219 1744
/proc/meminfo: memFree=23556824/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=10983192 memory=55316 CPUtime=0.38 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 10405 12816 0 0 28 3 5 2 20 0 15 0 107450823 11246788608 13829 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2745798 13829 3071 1 0 2708109 0
[pid=1678/tid=1731] ppid=1675 vsize=10983192 memory=281220499898608 CPUtime=0.28 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 6931 12816 0 0 19 2 5 2 20 0 15 0 107450832 11246788608 13829 33554432000 4194304 4196468 140736896068560 140045241086368 140045254967840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 13829 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=10983192 memory=115838975 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 13829 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=10983192 memory=140610374788735 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 13 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044066088224 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 13829 33554432000 4194304 4196468 140736896068560 140043918239344 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 423 12816 0 0 1 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 195 12816 0 0 1 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=10983192 memory=140610374788736 CPUtime=0.12 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 639 12816 0 0 5 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=10983192 memory=140610374788736 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 13829 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55316 KiB

[startup+0.700672 s]
/proc/loadavg: 1.56 1.65 1.51 3/219 1744
/proc/meminfo: memFree=23535752/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=10983192 memory=88844 CPUtime=0.99 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 16764 12816 0 0 88 4 5 2 20 0 15 0 107450823 11246788608 22211 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2745798 22211 3239 1 0 2708109 0
[pid=1678/tid=1731] ppid=1675 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 12176 12816 0 0 56 3 5 2 20 0 15 0 107450832 11246788608 22211 33554432000 4194304 4196468 140736896068560 140045241095184 140045253354846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=10983192 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 22211 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 22211 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=10983192 memory=140610250097888 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=10983192 memory=288230587427458015 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450833 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=10983192 memory=14977758669330526 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 5 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 13 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044066088224 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=10983192 memory=140610250252816 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450835 11246788608 22211 33554432000 4194304 4196468 140736896068560 140043918239344 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=10983192 memory=140612934304741 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=10983192 memory=648 CPUtime=0.17 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 1081 12816 0 0 10 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=10983192 memory=6297269583481754724 CPUtime=0.13 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 550 12816 0 0 6 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=10983192 memory=7161658427962774891 CPUtime=0.2 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) R 1675 1678 29938 0 -1 4202560 735 12816 0 0 13 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044691831152 140045250684367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=10983192 memory=7738408377526872423 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=10983192 memory=7444843076533644388 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450838 11246788608 22211 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50099 s]
/proc/loadavg: 1.56 1.65 1.51 3/219 1744
/proc/meminfo: memFree=23501752/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=10991948 memory=242564 CPUtime=3.15 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 23435 12816 0 0 298 10 5 2 20 0 15 0 107450823 11255754752 60641 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2747987 60641 3472 1 0 2709645 0
[pid=1678/tid=1731] ppid=1675 vsize=10991948 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 14916 12816 0 0 130 7 5 2 20 0 15 0 107450832 11255754752 60641 33554432000 4194304 4196468 140736896068560 140045241107840 140044812276917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=10991948 memory=5859273620209619044 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 17 12816 0 0 0 0 5 2 20 0 15 0 107450833 11255754752 60641 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=10991948 memory=281220499967696 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 7 12816 0 0 0 0 5 2 20 0 15 0 107450833 11255754752 60641 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=10991948 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 252 12816 0 0 1 0 5 2 20 0 15 0 107450833 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 39 12816 0 0 1 0 5 2 20 0 15 0 107450833 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=10991948 memory=6442213897848580703 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 94 12816 0 0 0 0 5 2 20 0 15 0 107450835 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 13 12816 0 0 0 0 5 2 20 0 15 0 107450835 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044066088224 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 1 12816 0 0 0 0 5 2 20 0 15 0 107450835 11255754752 60641 33554432000 4194304 4196468 140736896068560 140043918239344 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=10991948 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=10991948 memory=281220500416672 CPUtime=0.69 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) R 1675 1678 29938 0 -1 4202560 2335 12816 0 0 62 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044693927408 140045254399466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=10991948 memory=281220500418832 CPUtime=0.63 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) R 1675 1678 29938 0 -1 4202560 2025 12816 0 0 56 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044692873440 140045248512836 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=10991948 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 1537 12816 0 0 44 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450838 11255754752 60641 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10991948 KiB

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

/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 48905 12816 0 0 4846 37 5 2 20 0 15 0 107450832 11280941056 759500 33554432000 4194304 4196468 140736896068560 140045241106680 140044819690055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=11016544 memory=4132 CPUtime=2.03 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 1106 12816 0 0 176 20 5 2 20 0 15 0 107450833 11280941056 759500 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=11016544 memory=3037988 CPUtime=1.98 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 966 12816 0 0 173 18 5 2 20 0 15 0 107450833 11280941056 759500 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=11016544 memory=3037988 CPUtime=1.97 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 1628 12816 0 0 171 19 5 2 20 0 15 0 107450833 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=11016544 memory=191 CPUtime=1.99 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 1517 12816 0 0 171 21 5 2 20 0 15 0 107450833 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=11016544 memory=190 CPUtime=0.21 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 10502 12816 0 0 13 1 5 2 20 0 15 0 107450835 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=11016544 memory=2972664 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 17 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044066088288 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=11016544 memory=7739814605704294505 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 759500 33554432000 4194304 4196468 140736896068560 140043918239360 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=11016544 memory=281220500973568 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=11016544 memory=281220499965816 CPUtime=12.29 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 14614 12816 0 0 1218 4 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=11016544 memory=4132 CPUtime=12.43 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 21087 12816 0 0 1232 4 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=11016544 memory=3037988 CPUtime=3.41 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 12938 12816 0 0 329 5 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=11016544 memory=3037988 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=11016544 memory=3037988 CPUtime=0.09 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 143 12816 0 0 1 1 5 2 20 0 15 0 107450838 11280941056 759500 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 84.79 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3038000 KiB

[startup+102.301 s]
/proc/loadavg: 2.06 1.81 1.58 4/219 1877
/proc/meminfo: memFree=20050472/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=11016544 memory=3160792 CPUtime=138.11 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 137435 12816 0 0 13649 155 5 2 20 0 15 0 107450823 11280941056 790198 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2754136 790198 3536 1 0 2715789 0
[pid=1678/tid=1731] ppid=1675 vsize=11016544 memory=3140056 CPUtime=99.77 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 54820 12816 0 0 9929 41 5 2 20 0 15 0 107450832 11280941056 790198 33554432000 4194304 4196468 140736896068560 140045241104640 140044814492712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=11016544 memory=3160792 CPUtime=2.34 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 1704 12816 0 0 204 23 5 2 20 0 15 0 107450833 11280941056 790198 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=11016544 memory=3160792 CPUtime=2.3 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 1852 12816 0 0 201 22 5 2 20 0 15 0 107450833 11280941056 790198 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=11016544 memory=3160792 CPUtime=2.28 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 1946 12816 0 0 199 22 5 2 20 0 15 0 107450833 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=11016544 memory=3140056 CPUtime=2.3 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 3079 12816 0 0 199 24 5 2 20 0 15 0 107450833 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=11016544 memory=3160792 CPUtime=0.22 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 10792 12816 0 0 14 1 5 2 20 0 15 0 107450835 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=11016544 memory=281220500401552 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 17 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044066088288 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=11016544 memory=3160792 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 790198 33554432000 4194304 4196468 140736896068560 140043918239360 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=11016544 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=11016544 memory=0 CPUtime=12.9 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 19409 12816 0 0 1278 5 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=11016544 memory=3467912323496157247 CPUtime=12.85 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 24363 12816 0 0 1273 5 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=11016544 memory=3102280 CPUtime=3.55 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 17071 12816 0 0 342 6 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=11016544 memory=3102280 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=11016544 memory=11300 CPUtime=0.12 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 183 12816 0 0 3 2 5 2 20 0 15 0 107450838 11280941056 790198 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 138.11 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3160792 KiB

[startup+162.301 s]
/proc/loadavg: 1.94 1.83 1.60 3/219 1878
/proc/meminfo: memFree=18183488/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=11016544 memory=3218492 CPUtime=201.45 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 159369 12816 0 0 19971 167 5 2 20 0 15 0 107450823 11280941056 804623 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2754136 804623 3536 1 0 2715789 0
[pid=1678/tid=1731] ppid=1675 vsize=11016544 memory=3214352 CPUtime=159.19 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 59373 12816 0 0 15869 43 5 2 20 0 15 0 107450832 11280941056 804623 33554432000 4194304 4196468 140736896068560 140045241105376 140044829403822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=11016544 memory=3214352 CPUtime=2.9 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2327 12816 0 0 258 25 5 2 20 0 15 0 107450833 11280941056 804623 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=11016544 memory=3218448 CPUtime=2.87 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 2253 12816 0 0 256 24 5 2 20 0 15 0 107450833 11280941056 804623 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=11016544 memory=3218448 CPUtime=2.85 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 3501 12816 0 0 254 24 5 2 20 0 15 0 107450833 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=11016544 memory=2708 CPUtime=2.88 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 3655 12816 0 0 255 26 5 2 20 0 15 0 107450833 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=11016544 memory=3218492 CPUtime=0.23 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 11053 12816 0 0 15 1 5 2 20 0 15 0 107450835 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=11016544 memory=3218492 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 17 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044066088288 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=11016544 memory=3218492 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 804623 33554432000 4194304 4196468 140736896068560 140043918239360 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=11016544 memory=3218492 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=11016544 memory=3185592 CPUtime=13.71 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 26457 12816 0 0 1358 6 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=11016544 memory=3218492 CPUtime=13.47 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 28642 12816 0 0 1335 5 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=11016544 memory=4132 CPUtime=3.72 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 19643 12816 0 0 358 7 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=11016544 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=11016544 memory=30700 CPUtime=0.16 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 249 12816 0 0 5 4 5 2 20 0 15 0 107450838 11280941056 804623 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 201.45 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3218492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+210.401 s]
/proc/loadavg: 1.81 1.81 1.60 3/219 1879
/proc/meminfo: memFree=17981472/32770624 swapFree=67108860/67108860
[pid=1678] ppid=1675 vsize=11016544 memory=3308668 CPUtime=252 cores=0,2,4,6
/proc/1678/stat : 1678 (java) S 1675 1678 29938 0 -1 1077944320 177167 12816 0 0 25015 178 5 2 20 0 15 0 107450823 11280941056 827167 33554432000 4194304 4196468 140736896068560 140736896051104 140045269274359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
/proc/1678/statm: 2754136 827167 3536 1 0 2715789 0
[pid=1678/tid=1731] ppid=1675 vsize=11016544 memory=1200 CPUtime=206.65 cores=0,2,4,6
/proc/1678/task/1731/stat : 1731 (java) R 1675 1678 29938 0 -1 4202560 63117 12816 0 0 20615 43 5 2 20 0 15 0 107450832 11280941056 827167 33554432000 4194304 4196468 140736896068560 140045241107536 140044821197419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1732] ppid=1675 vsize=11016544 memory=12136 CPUtime=3.51 cores=0,2,4,6
/proc/1678/task/1732/stat : 1732 (java) S 1675 1678 29938 0 -1 1077944384 2723 12816 0 0 317 27 5 2 20 0 15 0 107450833 11280941056 827167 33554432000 4194304 4196468 140736896068560 140045273516432 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1733] ppid=1675 vsize=11016544 memory=8112282956445269571 CPUtime=3.49 cores=0,2,4,6
/proc/1678/task/1733/stat : 1733 (java) S 1675 1678 29938 0 -1 1077944384 2597 12816 0 0 317 25 5 2 20 0 15 0 107450833 11280941056 827167 33554432000 4194304 4196468 140736896068560 140045128235280 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1734] ppid=1675 vsize=11016544 memory=30700 CPUtime=3.49 cores=0,2,4,6
/proc/1678/task/1734/stat : 1734 (java) S 1675 1678 29938 0 -1 1077944384 5171 12816 0 0 316 26 5 2 20 0 15 0 107450833 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044807432848 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1735] ppid=1675 vsize=11016544 memory=1292 CPUtime=3.5 cores=0,2,4,6
/proc/1678/task/1735/stat : 1735 (java) S 1675 1678 29938 0 -1 1077944384 4651 12816 0 0 316 27 5 2 20 0 15 0 107450833 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044806380048 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1736] ppid=1675 vsize=11016544 memory=2444 CPUtime=0.23 cores=0,2,4,6
/proc/1678/task/1736/stat : 1736 (java) S 1675 1678 29938 0 -1 1077944384 11366 12816 0 0 15 1 5 2 20 0 15 0 107450835 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044694989424 140045269285506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1737] ppid=1675 vsize=11016544 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1737/stat : 1737 (java) S 1675 1678 29938 0 -1 1077944384 17 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044066088288 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1738] ppid=1675 vsize=11016544 memory=3290168 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1738/stat : 1738 (java) S 1675 1678 29938 0 -1 1077944384 2 12816 0 0 0 0 5 2 20 0 15 0 107450835 11280941056 827167 33554432000 4194304 4196468 140736896068560 140043918239360 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1739] ppid=1675 vsize=11016544 memory=2900 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1739/stat : 1739 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140043610839632 140045269292955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1740] ppid=1675 vsize=11016544 memory=2957976 CPUtime=13.99 cores=0,2,4,6
/proc/1678/task/1740/stat : 1740 (java) S 1675 1678 29938 0 -1 1077944384 30928 12816 0 0 1385 7 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044693936240 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1741] ppid=1675 vsize=11016544 memory=1584 CPUtime=13.67 cores=0,2,4,6
/proc/1678/task/1741/stat : 1741 (java) S 1675 1678 29938 0 -1 1077944384 30685 12816 0 0 1354 6 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044692883440 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1742] ppid=1675 vsize=11016544 memory=928 CPUtime=3.81 cores=0,2,4,6
/proc/1678/task/1742/stat : 1742 (java) S 1675 1678 29938 0 -1 1077944384 23437 12816 0 0 367 7 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044691831152 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1743] ppid=1675 vsize=11016544 memory=2236 CPUtime=0.07 cores=0,2,4,6
/proc/1678/task/1743/stat : 1743 (java) S 1675 1678 29938 0 -1 1077944384 3 12816 0 0 0 0 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140043180042720 140045269284565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
[pid=1678/tid=1744] ppid=1675 vsize=11016544 memory=4128 CPUtime=0.18 cores=0,2,4,6
/proc/1678/task/1744/stat : 1744 (java) S 1675 1678 29938 0 -1 1077944384 276 12816 0 0 6 5 5 2 20 0 15 0 107450838 11280941056 827167 33554432000 4194304 4196468 140736896068560 140044690779056 140045269285506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13008896 140736896072296 140736896075105 140736896075105 140736896077775 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3308668 KiB

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

[startup+210.446 s]
# the end of solver process 1678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.23 s, system=1.83651 s

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

Child status: 143
Real time (s): 210.446
CPU time (s): 252.066
CPU user time (s): 250.23
CPU system time (s): 1.83651
CPU usage (%): 119.777
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3308668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.23
system time used= 1.83651
maximum resident set size= 3312880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19074
involuntary context switches= 623


# summary of solver processes directly reported to runsolver:
#   pid: 1678
#   total CPU time (s): 252.066
#   total CPU user time (s): 250.23
#   total CPU system time (s): 1.83651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30145 second user time and 2.00377 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 23:14:36
IDJOB=4302799
IDBENCH=141633
IDSOLVER=2777
FILE ID=node132/4302799-1532898876
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58392 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302799-1532898876/watcher-4302799-1532898876 -o /tmp/evaluation-result-4302799-1532898876/solver-4302799-1532898876 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1372500608 -superng HOME/instance-4302799-1532898876.xml

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

MD5SUM BENCH= 0a472228e3943087b3ac347f10dd57c9
RANDOM SEED=1372500608

node132.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.65
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.65
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.65
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.65
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:        23598424 kB
MemAvailable:   31289884 kB
Buffers:          226904 kB
Cached:          7692228 kB
SwapCached:            0 kB
Active:          3247976 kB
Inactive:        5363888 kB
Active(anon):     642624 kB
Inactive(anon):    77820 kB
Active(file):    2605352 kB
Inactive(file):  5286068 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27620 kB
Writeback:             0 kB
AnonPages:        711184 kB
Mapped:            58068 kB
Shmem:             25248 kB
Slab:             257196 kB
SReclaimable:     228500 kB
SUnreclaim:        28696 kB
KernelStack:        3856 kB
PageTables:         6356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1837064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 23:18:07