Trace number 4302797

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.131 200.655

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302797-1532898911/watcher-4302797-1532898911 -o /tmp/evaluation-result-4302797-1532898911/solver-4302797-1532898911 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=118556983 -superng HOME/instance-4302797-1532898911.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=15151, runsolver pid=15148

[startup+0.100058 s]*
/proc/loadavg: 1.79 1.73 1.76 3/206 15208
/proc/meminfo: memFree=17448508/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10005480 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 4356 13167 0 0 1 0 5 2 20 0 6 0 107454279 10245611520 4204 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2501370 4204 1935 1 0 2489808 0
[pid=15151/tid=15204] ppid=15148 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 2179 13167 0 0 1 0 5 2 20 0 6 0 107454288 10245611520 4204 33554432000 4194304 4196468 140735300409360 139975307928144 139975320171796 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 6 0 107454288 10245611520 4204 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=10005480 memory=139950494201472 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 6 0 107454288 10245611520 4204 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 6 0 107454288 10245611520 4204 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 6 0 107454288 10245611520 4204 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209855 s]*
/proc/loadavg: 1.79 1.73 1.76 3/215 15217
/proc/meminfo: memFree=17423292/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10982744 memory=45696 CPUtime=0.25 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 7631 13167 0 0 16 2 5 2 20 0 15 0 107454279 11246329856 11424 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2745686 11424 2951 1 0 2708109 0
[pid=15151/tid=15204] ppid=15148 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 4329 13167 0 0 10 1 5 2 20 0 15 0 107454288 11246329856 11556 33554432000 4194304 4196468 140735300409360 139975307915072 139975316367197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246329856 11556 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=10982744 memory=139950494201472 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246329856 11556 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246329856 11556 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246329856 11622 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=10982744 memory=139950494201472 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974125020576 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454291 11246329856 11622 33554432000 4194304 4196468 140735300409360 139973923694064 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246329856 11622 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 489 13167 0 0 1 0 5 2 20 0 15 0 107454293 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 118 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=10982744 memory=139950494201472 CPUtime=0.09 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 602 13167 0 0 2 0 5 2 20 0 15 0 107454293 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246329856 11622 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=10982744 memory=139950494201472 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454294 11246329856 11622 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45696 KiB

[startup+0.310074 s]*
/proc/loadavg: 1.79 1.73 1.76 3/215 15217
/proc/meminfo: memFree=17411384/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10983192 memory=58016 CPUtime=0.37 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 10543 13167 0 0 27 3 5 2 20 0 15 0 107454279 11246788608 14504 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2745798 14504 3070 1 0 2708109 0
[pid=15151/tid=15204] ppid=15148 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 7095 13167 0 0 19 2 5 2 20 0 15 0 107454288 11246788608 14504 33554432000 4194304 4196468 140735300409360 139975307903392 139975316366682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=10983192 memory=6081918200710189137 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 14504 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=10983192 memory=2072 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 14504 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 14504 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 14504 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974125020576 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454291 11246788608 14504 33554432000 4194304 4196468 140735300409360 139973923694064 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246788608 14504 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 492 13167 0 0 1 0 5 2 20 0 15 0 107454293 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 122 13167 0 0 1 0 5 2 20 0 15 0 107454293 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 608 13167 0 0 4 0 5 2 20 0 15 0 107454293 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246788608 14504 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454294 11246788608 14504 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58016 KiB

[startup+0.700746 s]
/proc/loadavg: 1.79 1.73 1.76 4/215 15217
/proc/meminfo: memFree=17400296/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10983192 memory=90576 CPUtime=0.99 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 16752 13167 0 0 87 5 5 2 20 0 15 0 107454279 11246788608 22644 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2745798 22644 3247 1 0 2708109 0
[pid=15151/tid=15204] ppid=15148 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 12211 13167 0 0 55 3 5 2 20 0 15 0 107454288 11246788608 22644 33554432000 4194304 4196468 140735300409360 139975307911672 139975320171870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 22644 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 22644 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 22644 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454288 11246788608 22644 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 5 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107454290 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974125020576 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454291 11246788608 22644 33554432000 4194304 4196468 140735300409360 139973923694064 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246788608 22644 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 866 13167 0 0 7 0 5 2 20 0 15 0 107454293 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 754 13167 0 0 9 0 5 2 20 0 15 0 107454293 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 693 13167 0 0 13 0 5 2 20 0 15 0 107454293 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11246788608 22644 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454294 11246788608 22644 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90576 KiB

[startup+1.50107 s]
/proc/loadavg: 1.79 1.73 1.76 3/215 15217
/proc/meminfo: memFree=17355868/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=10991948 memory=243460 CPUtime=3.14 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 23331 13167 0 0 296 11 5 2 20 0 15 0 107454279 11255754752 60865 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2747987 60865 3470 1 0 2709645 0
[pid=15151/tid=15204] ppid=15148 vsize=10991948 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 15168 13167 0 0 130 6 5 2 20 0 15 0 107454288 11255754752 60865 33554432000 4194304 4196468 140735300409360 139975307922344 139974883257681 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 42 13167 0 0 1 0 5 2 20 0 15 0 107454288 11255754752 60865 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 55 13167 0 0 1 0 5 2 20 0 15 0 107454288 11255754752 60865 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=10991948 memory=4051323354130624818 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 207 13167 0 0 0 0 5 2 20 0 15 0 107454288 11255754752 60865 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 10 13167 0 0 0 0 5 2 20 0 15 0 107454288 11255754752 60865 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 95 13167 0 0 0 0 5 2 20 0 15 0 107454290 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=10991948 memory=279900737054976 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 107454290 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974125020576 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454291 11255754752 60865 33554432000 4194304 4196468 140735300409360 139973923694064 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=10991948 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11255754752 60865 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=10991948 memory=5788 CPUtime=0.64 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) R 15148 15151 8396 0 -1 4202560 2335 13167 0 0 57 0 5 2 20 0 15 0 107454293 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974318970336 139975321199061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=10991948 memory=4616 CPUtime=0.66 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) R 15148 15151 8396 0 -1 4202560 1680 13167 0 0 59 0 5 2 20 0 15 0 107454293 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974317913040 139975314257864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=10991948 memory=12032 CPUtime=0.52 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 1523 13167 0 0 44 1 5 2 20 0 15 0 107454293 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=10991948 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11255754752 60865 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=10991948 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 107454294 11255754752 60865 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 10991948 KiB

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

/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 48705 13167 0 0 4877 41 5 2 20 0 15 0 107454288 11280941056 723097 33554432000 4194304 4196468 140735300409360 139975307919592 139974889716615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=11016544 memory=2726940 CPUtime=1.65 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 1643 13167 0 0 139 19 5 2 20 0 15 0 107454288 11280941056 723097 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=11016544 memory=3971 CPUtime=1.62 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 1269 13167 0 0 137 18 5 2 20 0 15 0 107454288 11280941056 723097 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=11016544 memory=2824776 CPUtime=1.65 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 1062 13167 0 0 140 18 5 2 20 0 15 0 107454288 11280941056 723097 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=11016544 memory=4140 CPUtime=1.64 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1042 13167 0 0 139 18 5 2 20 0 15 0 107454288 11280941056 723097 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=11016544 memory=792 CPUtime=0.21 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 8672 13167 0 0 13 1 5 2 20 0 15 0 107454290 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=11016544 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 20 13167 0 0 0 0 5 2 20 0 15 0 107454290 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974125020640 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=11016544 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 4 13167 0 0 0 0 5 2 20 0 15 0 107454291 11280941056 723097 33554432000 4194304 4196468 140735300409360 139973923694080 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=11016544 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 723097 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=11016544 memory=2824748 CPUtime=13.09 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 19992 13167 0 0 1295 7 5 2 20 0 15 0 107454293 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=11016544 memory=14 CPUtime=13.44 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 13448 13167 0 0 1335 2 5 2 20 0 15 0 107454293 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=11016544 memory=0 CPUtime=3.49 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 14095 13167 0 0 336 6 5 2 20 0 15 0 107454293 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=11016544 memory=1364428 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 723097 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=11016544 memory=7881695590045215595 CPUtime=0.09 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 152 13167 0 0 1 1 5 2 20 0 15 0 107454294 11280941056 723097 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 85.62 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2892388 KiB

[startup+102.301 s]
/proc/loadavg: 2.03 1.88 1.81 3/215 15218
/proc/meminfo: memFree=14075028/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=11016544 memory=3257540 CPUtime=140.04 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 132714 13167 0 0 13826 171 5 2 20 0 15 0 107454279 11280941056 814385 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2754136 814385 3539 1 0 2715789 0
[pid=15151/tid=15204] ppid=15148 vsize=11016544 memory=3257540 CPUtime=99.86 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 54058 13167 0 0 9935 44 5 2 20 0 15 0 107454288 11280941056 814385 33554432000 4194304 4196468 140735300409360 139975307923592 139974898623230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=11016544 memory=4616 CPUtime=2.2 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 2940 13167 0 0 187 26 5 2 20 0 15 0 107454288 11280941056 814385 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=11016544 memory=164 CPUtime=2.17 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 1505 13167 0 0 185 25 5 2 20 0 15 0 107454288 11280941056 814385 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=11016544 memory=139950369309608 CPUtime=2.21 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2100 13167 0 0 188 26 5 2 20 0 15 0 107454288 11280941056 814385 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=11016544 memory=0 CPUtime=2.2 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 1323 13167 0 0 188 25 5 2 20 0 15 0 107454288 11280941056 814385 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=11016544 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 8986 13167 0 0 14 1 5 2 20 0 15 0 107454290 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=11016544 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 20 13167 0 0 0 0 5 2 20 0 15 0 107454290 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974125020640 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=11016544 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 4 13167 0 0 0 0 5 2 20 0 15 0 107454291 11280941056 814385 33554432000 4194304 4196468 140735300409360 139973923694080 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=11016544 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 814385 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=11016544 memory=792 CPUtime=13.73 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 24091 13167 0 0 1358 8 5 2 20 0 15 0 107454293 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=11016544 memory=1716 CPUtime=14.16 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 17519 13167 0 0 1406 3 5 2 20 0 15 0 107454293 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=11016544 memory=2412 CPUtime=3.69 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 17681 13167 0 0 355 7 5 2 20 0 15 0 107454293 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=11016544 memory=1724 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 814385 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=11016544 memory=1228 CPUtime=0.12 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 285 13167 0 0 3 2 5 2 20 0 15 0 107454294 11280941056 814385 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 140.04 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3257540 KiB

[startup+162.301 s]
/proc/loadavg: 2.37 1.99 1.86 6/215 15348
/proc/meminfo: memFree=14610340/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=11016544 memory=3286840 CPUtime=204.47 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 152543 13167 0 0 20264 176 5 2 20 0 15 0 107454279 11280941056 821710 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2754136 821710 3539 1 0 2715789 0
[pid=15151/tid=15204] ppid=15148 vsize=11016544 memory=3286840 CPUtime=158.84 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 57866 13167 0 0 15832 45 5 2 20 0 15 0 107454288 11280941056 821710 33554432000 4194304 4196468 140735300409360 139975307925040 139974897305686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=11016544 memory=3258140 CPUtime=3.21 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 3687 13167 0 0 287 27 5 2 20 0 15 0 107454288 11280941056 821710 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=11016544 memory=3286840 CPUtime=3.17 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 1702 13167 0 0 285 25 5 2 20 0 15 0 107454288 11280941056 821710 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=11016544 memory=3286840 CPUtime=3.22 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2569 13167 0 0 289 26 5 2 20 0 15 0 107454288 11280941056 821710 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=11016544 memory=3286840 CPUtime=3.2 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 2541 13167 0 0 287 26 5 2 20 0 15 0 107454288 11280941056 821710 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=11016544 memory=3286840 CPUtime=0.23 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 9256 13167 0 0 15 1 5 2 20 0 15 0 107454290 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=11016544 memory=3258140 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 20 13167 0 0 0 0 5 2 20 0 15 0 107454290 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974125020640 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=11016544 memory=3262244 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 4 13167 0 0 0 0 5 2 20 0 15 0 107454291 11280941056 821710 33554432000 4194304 4196468 140735300409360 139973923694080 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=11016544 memory=3262244 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 821710 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=11016544 memory=1428 CPUtime=14.43 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 30537 13167 0 0 1428 8 5 2 20 0 15 0 107454293 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=11016544 memory=1196 CPUtime=14.71 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 22076 13167 0 0 1460 4 5 2 20 0 15 0 107454293 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=11016544 memory=3286840 CPUtime=3.82 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 19769 13167 0 0 368 7 5 2 20 0 15 0 107454293 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=11016544 memory=3262244 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 821710 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=11016544 memory=3286840 CPUtime=0.16 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 314 13167 0 0 5 4 5 2 20 0 15 0 107454294 11280941056 821710 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 204.47 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3286840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+200.601 s]
/proc/loadavg: 2.32 2.02 1.87 3/215 15349
/proc/meminfo: memFree=13797104/32770624 swapFree=67108860/67108860
[pid=15151] ppid=15148 vsize=11016544 memory=3534824 CPUtime=252.06 cores=0,2,4,6
/proc/15151/stat : 15151 (java) S 15148 15151 8396 0 -1 1077944320 171745 13167 0 0 25008 191 5 2 20 0 15 0 107454279 11280941056 883706 33554432000 4194304 4196468 140735300409360 140735300391904 139975336091383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
/proc/15151/statm: 2754136 883706 3539 1 0 2715789 0
[pid=15151/tid=15204] ppid=15148 vsize=11016544 memory=1952 CPUtime=194.07 cores=0,2,4,6
/proc/15151/task/15204/stat : 15204 (java) R 15148 15151 8396 0 -1 4202560 62439 13167 0 0 19354 46 5 2 20 0 15 0 107454288 11280941056 883706 33554432000 4194304 4196468 140735300409360 139975307923008 139974881983010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15205] ppid=15148 vsize=11016544 memory=8584 CPUtime=6.2 cores=0,2,4,6
/proc/15151/task/15205/stat : 15205 (java) S 15148 15151 8396 0 -1 1077944384 4032 13167 0 0 583 30 5 2 20 0 15 0 107454288 11280941056 883706 33554432000 4194304 4196468 140735300409360 139975340333328 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15206] ppid=15148 vsize=11016544 memory=15872 CPUtime=6.16 cores=0,2,4,6
/proc/15151/task/15206/stat : 15206 (java) S 15148 15151 8396 0 -1 1077944384 2127 13167 0 0 581 28 5 2 20 0 15 0 107454288 11280941056 883706 33554432000 4194304 4196468 140735300409360 139975205669264 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15207] ppid=15148 vsize=11016544 memory=4012 CPUtime=6.2 cores=0,2,4,6
/proc/15151/task/15207/stat : 15207 (java) S 15148 15151 8396 0 -1 1077944384 2985 13167 0 0 584 29 5 2 20 0 15 0 107454288 11280941056 883706 33554432000 4194304 4196468 140735300409360 139975204616720 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15208] ppid=15148 vsize=11016544 memory=17448 CPUtime=6.16 cores=0,2,4,6
/proc/15151/task/15208/stat : 15208 (java) S 15148 15151 8396 0 -1 1077944384 2894 13167 0 0 580 29 5 2 20 0 15 0 107454288 11280941056 883706 33554432000 4194304 4196468 140735300409360 139975203564176 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15209] ppid=15148 vsize=11016544 memory=18484 CPUtime=0.31 cores=0,2,4,6
/proc/15151/task/15209/stat : 15209 (java) S 15148 15151 8396 0 -1 1077944384 17437 13167 0 0 22 2 5 2 20 0 15 0 107454290 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974320032240 139975336102530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15210] ppid=15148 vsize=11016544 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15210/stat : 15210 (java) S 15148 15151 8396 0 -1 1077944384 20 13167 0 0 0 0 5 2 20 0 15 0 107454290 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974125020640 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15211] ppid=15148 vsize=11016544 memory=3534824 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15211/stat : 15211 (java) S 15148 15151 8396 0 -1 1077944384 4 13167 0 0 0 0 5 2 20 0 15 0 107454291 11280941056 883706 33554432000 4194304 4196468 140735300409360 139973923694080 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15212] ppid=15148 vsize=11016544 memory=30496 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15212/stat : 15212 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 883706 33554432000 4194304 4196468 140735300409360 139973616294608 139975336109979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15213] ppid=15148 vsize=11016544 memory=1296 CPUtime=14.58 cores=0,2,4,6
/proc/15151/task/15213/stat : 15213 (java) S 15148 15151 8396 0 -1 1077944384 33238 13167 0 0 1442 9 5 2 20 0 15 0 107454293 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974318979056 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15214] ppid=15148 vsize=11016544 memory=2412 CPUtime=14.84 cores=0,2,4,6
/proc/15151/task/15214/stat : 15214 (java) S 15148 15151 8396 0 -1 1077944384 22768 13167 0 0 1473 4 5 2 20 0 15 0 107454293 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974317926512 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15215] ppid=15148 vsize=11016544 memory=1724 CPUtime=3.89 cores=0,2,4,6
/proc/15151/task/15215/stat : 15215 (java) S 15148 15151 8396 0 -1 1077944384 21230 13167 0 0 375 7 5 2 20 0 15 0 107454293 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974316873968 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15216] ppid=15148 vsize=11016544 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/15151/task/15216/stat : 15216 (java) S 15148 15151 8396 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 107454293 11280941056 883706 33554432000 4194304 4196468 140735300409360 139973185497696 139975336101589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
[pid=15151/tid=15217] ppid=15148 vsize=11016544 memory=4140 CPUtime=0.19 cores=0,2,4,6
/proc/15151/task/15217/stat : 15217 (java) S 15148 15151 8396 0 -1 1077944384 369 13167 0 0 7 5 5 2 20 0 15 0 107454294 11280941056 883706 33554432000 4194304 4196468 140735300409360 139974315821872 139975336102530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140735300414057 140735300416865 140735300416865 140735300419535 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3534824 KiB

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

[startup+200.655 s]
# the end of solver process 15151 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.162 s, system=1.96928 s

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

Child status: 143
Real time (s): 200.655
CPU time (s): 252.131
CPU user time (s): 250.162
CPU system time (s): 1.96928
CPU usage (%): 125.654
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3534824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.162
system time used= 1.96928
maximum resident set size= 3539036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187289
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= 19277
involuntary context switches= 723


# summary of solver processes directly reported to runsolver:
#   pid: 15151
#   total CPU time (s): 252.131
#   total CPU user time (s): 250.162
#   total CPU system time (s): 1.96928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17555 second user time and 1.99325 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 23:15:11
IDJOB=4302797
IDBENCH=141638
IDSOLVER=2777
FILE ID=node103/4302797-1532898911
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-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-4302797-1532898911/watcher-4302797-1532898911 -o /tmp/evaluation-result-4302797-1532898911/solver-4302797-1532898911 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=118556983 -superng HOME/instance-4302797-1532898911.xml

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

MD5SUM BENCH= cdfe3d0465f921b63e12edf2a82a40f3
RANDOM SEED=118556983

node103.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.48
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.48
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.48
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.48
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:        17455020 kB
MemAvailable:   29048940 kB
Buffers:          312028 kB
Cached:         11469756 kB
SwapCached:            0 kB
Active:          6755612 kB
Inactive:        7957656 kB
Active(anon):    2934200 kB
Inactive(anon):    25184 kB
Active(file):    3821412 kB
Inactive(file):  7932472 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27892 kB
Writeback:             0 kB
AnonPages:       2938624 kB
Mapped:            58320 kB
Shmem:             25228 kB
Slab:             297292 kB
SReclaimable:     268496 kB
SUnreclaim:        28796 kB
KernelStack:        3504 kB
PageTables:        10976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4021372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2697216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56732 MiB
End job on node103 at 2018-07-29 23:18:32