Trace number 4302448

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.171 217.645

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302448-1532898663/watcher-4302448-1532898663 -o /tmp/evaluation-result-4302448-1532898663/solver-4302448-1532898663 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=845096175 HOME/instance-4302448-1532898663.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
solver pid=22836, runsolver pid=22833
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.35 1.50 1.61 3/203 22889
/proc/meminfo: memFree=23299096/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=10005480 memory=18336 CPUtime=0.08 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 4243 13037 0 0 1 0 5 2 20 0 6 0 107429484 10245611520 4584 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2501370 4584 1920 1 0 2489808 0
[pid=22836/tid=22889] ppid=22833 vsize=10005480 memory=4279135704013701263 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 2047 13037 0 0 0 0 5 2 20 0 6 0 107429493 10245611520 4584 33554432000 4194304 4196468 140726513031904 139868288623184 139868316808349 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 6 0 107429494 10245611520 4584 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=10005480 memory=140558340126336 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 6 0 107429494 10245611520 4584 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 6 0 107429494 10245611520 4584 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 6 0 107429494 10245611520 4584 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18336 KiB

[startup+0.210006 s]*
/proc/loadavg: 1.35 1.50 1.61 3/216 22902
/proc/meminfo: memFree=23275132/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=10982744 memory=41688 CPUtime=0.25 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 7150 13037 0 0 16 2 5 2 20 0 15 0 107429484 11246329856 10422 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2745686 10422 2956 1 0 2708109 0
[pid=22836/tid=22889] ppid=22833 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 3728 13037 0 0 10 1 5 2 20 0 15 0 107429493 11246329856 10488 33554432000 4194304 4196468 140726513031904 139868288578848 139868297062251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246329856 10488 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=10982744 memory=288370934491838080 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246329856 10488 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246329856 10488 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246329856 10488 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=10982744 memory=140558340126336 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246329856 10488 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246329856 10488 33554432000 4194304 4196468 140726513031904 139867153491488 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246329856 10488 33554432000 4194304 4196468 140726513031904 139866952164720 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246329856 10488 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 421 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246329856 10488 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 184 13037 0 0 1 0 5 2 20 0 15 0 107429499 11246329856 10488 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=10982744 memory=140558340126336 CPUtime=0.1 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 630 13037 0 0 3 0 5 2 20 0 15 0 107429499 11246329856 10488 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246329856 10554 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=10982744 memory=140558340126336 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246329856 10554 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41688 KiB

[startup+0.310205 s]*
/proc/loadavg: 1.35 1.50 1.61 3/216 22902
/proc/meminfo: memFree=23261600/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=10983192 memory=55144 CPUtime=0.38 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 10360 13037 0 0 27 4 5 2 20 0 15 0 107429484 11246788608 13786 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2745798 13786 3075 1 0 2708109 0
[pid=22836/tid=22889] ppid=22833 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 6899 13037 0 0 18 2 5 2 20 0 15 0 107429493 11246788608 13786 33554432000 4194304 4196468 140726513031904 139868288598432 139868302467125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 13786 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 13786 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 13786 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 13786 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867153491488 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 13786 33554432000 4194304 4196468 140726513031904 139866952164720 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) R 22833 22836 6396 0 -1 1077944384 424 13037 0 0 1 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 186 13037 0 0 1 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=10983192 memory=140558340126336 CPUtime=0.11 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 645 13037 0 0 4 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=10983192 memory=140558340126336 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 13786 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55144 KiB

[startup+0.700731 s]
/proc/loadavg: 1.35 1.50 1.61 3/216 22902
/proc/meminfo: memFree=23250232/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=10983192 memory=88340 CPUtime=0.98 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 16730 13037 0 0 86 5 5 2 20 0 15 0 107429484 11246788608 22085 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2745798 22085 3238 1 0 2708109 0
[pid=22836/tid=22889] ppid=22833 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 12145 13037 0 0 55 3 5 2 20 0 15 0 107429493 11246788608 22085 33554432000 4194304 4196468 140726513031904 139868288609424 139868300866910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 22085 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 22085 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 22085 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429494 11246788608 22085 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 5 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=10983192 memory=140558240723664 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867153491488 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=10983192 memory=140561394696803 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429496 11246788608 22085 33554432000 4194304 4196468 140726513031904 139866952164720 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=10983192 memory=8600 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=10983192 memory=7234564758908855872 CPUtime=0.14 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 846 13037 0 0 7 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=10983192 memory=7597685182856913236 CPUtime=0.16 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 776 13037 0 0 9 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 739 13037 0 0 13 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=10983192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429499 11246788608 22085 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88340 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.50 1.61 3/216 22902
/proc/meminfo: memFree=23206568/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=10991948 memory=240620 CPUtime=3.1 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 22881 13037 0 0 292 11 5 2 20 0 15 0 107429484 11255754752 60155 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2747987 60155 3476 1 0 2709645 0
[pid=22836/tid=22889] ppid=22833 vsize=10991948 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 15080 13037 0 0 129 6 5 2 20 0 15 0 107429493 11255754752 60155 33554432000 4194304 4196468 140726513031904 139868288620160 139867845964482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 9 13037 0 0 0 0 5 2 20 0 15 0 107429494 11255754752 60155 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 76 13037 0 0 0 0 5 2 20 0 15 0 107429494 11255754752 60155 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=10991948 memory=262 CPUtime=0.08 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 212 13037 0 0 1 0 5 2 20 0 15 0 107429494 11255754752 60155 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=10991948 memory=88340 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 7 13037 0 0 0 0 5 2 20 0 15 0 107429494 11255754752 60155 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 96 13037 0 0 0 0 5 2 20 0 15 0 107429496 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=10991948 memory=281116481389040 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 107429496 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867153491488 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=10991948 memory=281116481439840 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 107429496 11255754752 60155 33554432000 4194304 4196468 140726513031904 139866952164720 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=10991948 memory=4638778398332698720 CPUtime=0.61 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) R 22833 22836 6396 0 -1 4202560 1643 13037 0 0 53 1 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867740621568 139868297966565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=10991948 memory=281116481723264 CPUtime=0.66 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) R 22833 22836 6396 0 -1 4202560 2048 13037 0 0 59 0 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867739564704 139868298331047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=10991948 memory=-7531822216213012384 CPUtime=0.51 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 1495 13037 0 0 44 0 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=10991948 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=10991948 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 107429499 11255754752 60155 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10991948 KiB

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

/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 49269 13037 0 0 4971 42 5 2 20 0 15 0 107429493 11280941056 666936 33554432000 4194304 4196468 140726513031904 139868288618472 139867865002742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=11016544 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 600 13037 0 0 53 13 5 2 20 0 15 0 107429494 11280941056 666936 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=11016544 memory=2575584 CPUtime=0.74 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 799 13037 0 0 55 12 5 2 20 0 15 0 107429494 11280941056 666936 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=11016544 memory=2575584 CPUtime=0.75 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 1814 13037 0 0 55 13 5 2 20 0 15 0 107429494 11280941056 666936 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=11016544 memory=4128 CPUtime=0.75 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1794 13037 0 0 55 13 5 2 20 0 15 0 107429494 11280941056 666936 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=11016544 memory=2575584 CPUtime=0.16 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 3346 13037 0 0 9 0 5 2 20 0 15 0 107429496 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=11016544 memory=2562944 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 21 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867153491552 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=11016544 memory=2563032 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 12 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 666936 33554432000 4194304 4196468 140726513031904 139866952164736 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=11016544 memory=4124 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=11016544 memory=2575584 CPUtime=12.45 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 17058 13037 0 0 1234 4 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=11016544 memory=960 CPUtime=11.49 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 15168 13037 0 0 1138 4 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=11016544 memory=2563296 CPUtime=3.36 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 11893 13037 0 0 324 5 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=11016544 memory=7656227571392803433 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=11016544 memory=2642 CPUtime=0.09 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 762 13037 0 0 1 1 5 2 20 0 15 0 107429499 11280941056 666936 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 80.21 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2667744 KiB

[startup+102.301 s]
/proc/loadavg: 2.02 1.66 1.65 5/216 23034
/proc/meminfo: memFree=19524104/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=11016544 memory=2946372 CPUtime=133.47 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 126084 13037 0 0 13216 124 5 2 20 0 15 0 107429484 11280941056 736593 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2754136 736593 3537 1 0 2715789 0
[pid=22836/tid=22889] ppid=22833 vsize=11016544 memory=281116482874064 CPUtime=101.28 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 54968 13037 0 0 10074 47 5 2 20 0 15 0 107429493 11280941056 736593 33554432000 4194304 4196468 140726513031904 139868288616576 139867864196530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=11016544 memory=2936132 CPUtime=0.83 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 713 13037 0 0 62 14 5 2 20 0 15 0 107429494 11280941056 736593 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=11016544 memory=1952 CPUtime=0.83 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1363 13037 0 0 63 13 5 2 20 0 15 0 107429494 11280941056 736593 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=11016544 memory=1200 CPUtime=0.85 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 2914 13037 0 0 64 14 5 2 20 0 15 0 107429494 11280941056 736593 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=11016544 memory=2946372 CPUtime=0.85 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 1933 13037 0 0 64 14 5 2 20 0 15 0 107429494 11280941056 736593 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=11016544 memory=56 CPUtime=0.18 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 3603 13037 0 0 10 1 5 2 20 0 15 0 107429496 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=11016544 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 21 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867153491552 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=11016544 memory=7594305253679001195 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 12 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 736593 33554432000 4194304 4196468 140726513031904 139866952164736 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=11016544 memory=7233996419024644452 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=11016544 memory=2932040 CPUtime=13.3 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 23267 13037 0 0 1318 5 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=11016544 memory=0 CPUtime=12.22 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 19918 13037 0 0 1210 5 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=11016544 memory=323 CPUtime=3.53 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 14380 13037 0 0 340 6 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=11016544 memory=2927944 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=11016544 memory=100254267476458 CPUtime=0.13 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 793 13037 0 0 3 3 5 2 20 0 15 0 107429499 11280941056 736593 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 133.47 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2946372 KiB

[startup+162.301 s]
/proc/loadavg: 2.71 1.92 1.74 4/217 23036
/proc/meminfo: memFree=17904648/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=11016544 memory=3007884 CPUtime=195.54 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 144044 13037 0 0 19411 136 5 2 20 0 15 0 107429484 11280941056 751971 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2754136 751971 3538 1 0 2715789 0
[pid=22836/tid=22889] ppid=22833 vsize=11016544 memory=3005836 CPUtime=161.1 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 60066 13037 0 0 16055 48 5 2 20 0 15 0 107429493 11280941056 751971 33554432000 4194304 4196468 140726513031904 139868288620592 139867865352046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=11016544 memory=3005836 CPUtime=0.99 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 1814 13037 0 0 76 16 5 2 20 0 15 0 107429494 11280941056 751971 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=11016544 memory=2999688 CPUtime=1 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 1598 13037 0 0 78 15 5 2 20 0 15 0 107429494 11280941056 751971 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=11016544 memory=3005832 CPUtime=1 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 3152 13037 0 0 77 16 5 2 20 0 15 0 107429494 11280941056 751971 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=11016544 memory=3005836 CPUtime=1.01 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 2654 13037 0 0 78 16 5 2 20 0 15 0 107429494 11280941056 751971 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=11016544 memory=3005836 CPUtime=0.2 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 3902 13037 0 0 12 1 5 2 20 0 15 0 107429496 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=11016544 memory=3005836 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 21 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867153491552 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=11016544 memory=3005836 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 12 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 751971 33554432000 4194304 4196468 140726513031904 139866952164736 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=11016544 memory=3005836 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=11016544 memory=56 CPUtime=13.96 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 25374 13037 0 0 1384 5 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=11016544 memory=0 CPUtime=12.91 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 25017 13037 0 0 1279 5 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=11016544 memory=3005836 CPUtime=3.74 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 17292 13037 0 0 360 7 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=11016544 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=11016544 memory=1292 CPUtime=0.16 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 943 13037 0 0 4 5 5 2 20 0 15 0 107429499 11280941056 751971 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 195.54 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3007884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+217.601 s]
/proc/loadavg: 2.64 2.04 1.79 5/217 23037
/proc/meminfo: memFree=18078896/32770624 swapFree=67108860/67108860
[pid=22836] ppid=22833 vsize=11016544 memory=2985784 CPUtime=252.09 cores=0,2,4,6
/proc/22836/stat : 22836 (java) S 22833 22836 6396 0 -1 1077944320 160469 13037 0 0 25061 141 5 2 20 0 15 0 107429484 11280941056 746446 33554432000 4194304 4196468 140726513031904 140726513014448 139868316786423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
/proc/22836/statm: 2754136 746446 3538 1 0 2715789 0
[pid=22836/tid=22889] ppid=22833 vsize=11016544 memory=1704 CPUtime=216.28 cores=0,2,4,6
/proc/22836/task/22889/stat : 22889 (java) R 22833 22836 6396 0 -1 4202560 64966 13037 0 0 21573 48 5 2 20 0 15 0 107429493 11280941056 746446 33554432000 4194304 4196468 140726513031904 139868288619960 139867854927972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22890] ppid=22833 vsize=11016544 memory=796 CPUtime=1.09 cores=0,2,4,6
/proc/22836/task/22890/stat : 22890 (java) S 22833 22836 6396 0 -1 1077944384 2936 13037 0 0 85 17 5 2 20 0 15 0 107429494 11280941056 746446 33554432000 4194304 4196468 140726513031904 139868321028752 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22891] ppid=22833 vsize=11016544 memory=5408 CPUtime=1.1 cores=0,2,4,6
/proc/22836/task/22891/stat : 22891 (java) S 22833 22836 6396 0 -1 1077944384 2196 13037 0 0 87 16 5 2 20 0 15 0 107429494 11280941056 746446 33554432000 4194304 4196468 140726513031904 139868175747600 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22892] ppid=22833 vsize=11016544 memory=1008 CPUtime=1.1 cores=0,2,4,6
/proc/22836/task/22892/stat : 22892 (java) S 22833 22836 6396 0 -1 1077944384 3356 13037 0 0 86 17 5 2 20 0 15 0 107429494 11280941056 746446 33554432000 4194304 4196468 140726513031904 139868174694800 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22893] ppid=22833 vsize=11016544 memory=6791534058613427641 CPUtime=1.1 cores=0,2,4,6
/proc/22836/task/22893/stat : 22893 (java) S 22833 22836 6396 0 -1 1077944384 2721 13037 0 0 87 16 5 2 20 0 15 0 107429494 11280941056 746446 33554432000 4194304 4196468 140726513031904 139868173642000 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22894] ppid=22833 vsize=11016544 memory=-2893623298589923098 CPUtime=0.21 cores=0,2,4,6
/proc/22836/task/22894/stat : 22894 (java) S 22833 22836 6396 0 -1 1077944384 4178 13037 0 0 13 1 5 2 20 0 15 0 107429496 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867741682544 139868316797570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22895] ppid=22833 vsize=11016544 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22895/stat : 22895 (java) S 22833 22836 6396 0 -1 1077944384 21 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867153491552 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22896] ppid=22833 vsize=11016544 memory=2996560 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22896/stat : 22896 (java) S 22833 22836 6396 0 -1 1077944384 12 13037 0 0 0 0 5 2 20 0 15 0 107429496 11280941056 746446 33554432000 4194304 4196468 140726513031904 139866952164736 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22897] ppid=22833 vsize=11016544 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22897/stat : 22897 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139866644765008 139868316805019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22898] ppid=22833 vsize=11016544 memory=1428 CPUtime=14.35 cores=0,2,4,6
/proc/22836/task/22898/stat : 22898 (java) S 22833 22836 6396 0 -1 1077944384 28768 13037 0 0 1423 5 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867740629360 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22899] ppid=22833 vsize=11016544 memory=3009940 CPUtime=13.31 cores=0,2,4,6
/proc/22836/task/22899/stat : 22899 (java) S 22833 22836 6396 0 -1 1077944384 27637 13037 0 0 1318 6 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867739576560 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22900] ppid=22833 vsize=11016544 memory=3009940 CPUtime=3.88 cores=0,2,4,6
/proc/22836/task/22900/stat : 22900 (java) S 22833 22836 6396 0 -1 1077944384 20450 13037 0 0 374 7 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867738523760 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22901] ppid=22833 vsize=11016544 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/22836/task/22901/stat : 22901 (java) S 22833 22836 6396 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139866213968096 139868316796629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
[pid=22836/tid=22902] ppid=22833 vsize=11016544 memory=8600 CPUtime=0.2 cores=0,2,4,6
/proc/22836/task/22902/stat : 22902 (java) S 22833 22836 6396 0 -1 1077944384 1029 13037 0 0 6 7 5 2 20 0 15 0 107429499 11280941056 746446 33554432000 4194304 4196468 140726513031904 139867737472176 139868316797570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9797632 140726513039986 140726513042785 140726513042785 140726513045455 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2985784 KiB

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

[startup+217.645 s]
# the end of solver process 22836 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.692 s, system=1.47826 s

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

Child status: 143
Real time (s): 217.645
CPU time (s): 252.171
CPU user time (s): 250.692
CPU system time (s): 1.47826
CPU usage (%): 115.863
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3018128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.692
system time used= 1.47826
maximum resident set size= 3018132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19347
involuntary context switches= 473


# summary of solver processes directly reported to runsolver:
#   pid: 22836
#   total CPU time (s): 252.171
#   total CPU user time (s): 250.692
#   total CPU system time (s): 1.47826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42022 second user time and 1.96132 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 23:11:03
IDJOB=4302448
IDBENCH=141640
IDSOLVER=2776
FILE ID=node139/4302448-1532898663
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

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

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

MD5SUM BENCH= 9618cadca64f3323a562113cce1d17af
RANDOM SEED=845096175

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23302596 kB
MemAvailable:   31371860 kB
Buffers:          256944 kB
Cached:          7925652 kB
SwapCached:            0 kB
Active:          3653096 kB
Inactive:        5139736 kB
Active(anon):     564648 kB
Inactive(anon):    73544 kB
Active(file):    3088448 kB
Inactive(file):  5066192 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27584 kB
Writeback:             0 kB
AnonPages:        617588 kB
Mapped:            58272 kB
Shmem:             25228 kB
Slab:             372488 kB
SReclaimable:     343084 kB
SUnreclaim:        29404 kB
KernelStack:        3520 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1772364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44992 MiB
End job on node139 at 2018-07-29 23:14:41